InterviewSolution
Saved Bookmarks
| 1. |
A solution is to be kept between 30°C and 35°C. What is the range of temperature in degree Fahrenheit? |
|
Answer» Let us consider as C1 = 30°C And the C2 = 35° As we know, F = 9/5 C + 32 F1 = 9/5 C1 + 32 = 9/5 × 30 + 32 = 9 × 6 + 32 = 54 + 32 = 86° F Then, F2 = 9/5 C2 + 32 = 9/5 × 35 + 32 = 9 × 7 + 32 = 63 + 32 = 95° F Hence, the range of temperature of the solution in degree Fahrenheit is 86° F and 95° F. |
|