

InterviewSolution
Saved Bookmarks
1. |
The body temperature of a normal healthy person is `98.4^(@)F`. What is the temperature on the celsius scale ? |
Answer» `.^(@)F=9//5 (.^(@)C)+32^(@)` `98.4 = 9//5 (.^(@)C)+32^(@)` ` .^(@)C=(98.4-32)xx5//9=66.4xx5//9=36.89^(@)C` |
|