InterviewSolution
Saved Bookmarks
| 1. |
Convert: a) 25⁰C to ⁰F b) 77⁰F to ⁰C |
|
Answer» Explanation: conversion formula C - 0 /100 - 0 = F - 32 / 212 - 32 = K - 273 / 373 - 273 using the formula we can calculate the ANSWER... a) 25 - 0 / 100 - 0 = F - 32 / 212 - 32 25 / 100 = F - 32 / 180 180 / 4 = F - 32 45 = F - 32 F = 77 HENCE the answer is 77 ° F b) C - 0 / 100 - 0 = 77 - 32 / 180 C / 100 = 45 / 180 C = 100 / 4 = 25 hence the answer is 25° C |
|