Converting Celsius to Fahrenheit
C = 5/9F - 32
9/5C = 9/5(5/9)F -32
Multiplying both sides of the equation 5/9 by its reciprocal 9/5
9/5C = F - 32
9/5C + 32 = F - 32 + 32
Adding + 32 to both sides of the equation
9/5C + 32 = F This is the Fahrenheit Formula
- - - - - - - - - - - - - - - - - - - - - - -- - - - - - - -
Converting Fahrenheit to Celsius
F = 9/5C + 32
5/9F = 5/9(9/5)C + 32
Multiplying both sides of the equation by 5/9 reciprocal 5/9
5/9F = C + 32
5/9F - 32 = C + 32 - 32
Subtracting - 32 from both sides of the equation
5/9F - 32 = C This is the Celsius Formula
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Finding Celsius Degrees
Fahrenheit equals 80°
C = 5/9F - 32
C = 5/9(80 - 32)
C = 5/9(48)
C =5 x 48 = 240
C = 240/9
C = 26.6666667°
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Finding Fahrenheit degrees
Celsius equals 26.6666667°
F = 9/5C + 32
F = 9/5(26.6666667) + 32
F = 9 X 26.6666667
F = 240/ 5 + 32
F = 48 + 32
F = 80°
2006-10-07 00:13:16
·
answer #1
·
answered by SAMUEL D 7
·
0⤊
0⤋
F = 9/5 times C plus 32
9/5 times C plus 32 = F
2006-10-10 13:49:51
·
answer #2
·
answered by ♥KiYa♥ 3
·
0⤊
0⤋
F = 9/5 * C + 32
2006-10-06 19:38:03
·
answer #3
·
answered by Kevin R 2
·
0⤊
0⤋
c*9/5+32=f
2006-10-10 16:17:26
·
answer #4
·
answered by yupchagee 7
·
0⤊
0⤋
OK, if you're converting from Celcius (C) to Farenheit (F) it's 9/5(C) + 32.
EXAMPLE: You're starting with 10 degrees celcius. Your equation would look like this:
F temperature = 9/5(10) + 32.
If you're converting from Farenheit to Celcius it's the opposite, 5/9(F) - 32.
EXAMPLE: You're starting with 78 degrees farenheit. Your equation will look like this:
C temperature = 5/9(78) - 32
2006-10-06 19:40:00
·
answer #5
·
answered by natureutt78 4
·
1⤊
0⤋
degree centigrade to farenheit
(degree celsius * 9/5) + 32
for example
degree centigrade = 40 c
degree farenheit = (40*9/5) +32
=72 +32 = 104 f
2006-10-06 20:25:28
·
answer #6
·
answered by murali n 1
·
0⤊
0⤋
Multiply the temperature in degrees C by 1.8
Add 32 to the result.
For example
30C x 1.8 =54
54+32= 86F
2006-10-06 19:39:50
·
answer #7
·
answered by hls 6
·
0⤊
0⤋
you may no longer use a char to hold a decimal selection, use a drift or a double. int substantial() { double conversion_rate = 0.621371 ; double kph ; /* tell consumer what this methodology is going to do */ cout << "enter a selection in KPH to have it switched over to MPH" << endl ; cout << "enter KPH: " cin >> kph ; /* study enter into variable kph */ cout << endl; if (kph < 60 || kph > a hundred thirty) { cout << "errors. Values could be between 60 and a hundred thirty KPH" << endl ; go out(a million) ; } cout << kph << " in miles in keeping with hour is " << (kph * conversion_rate) << endl ; /* format print and do calculation */ cout << (kph * conversion_rate) << endl; return 0 ; }
2016-10-15 22:36:52
·
answer #8
·
answered by janovich 4
·
0⤊
0⤋