answersLogoWhite

0


Best Answer

Use the following formula:

9*C = 5*(F - 32)

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you convert degree Celsius and Fahrenheit on vice versa?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the equations used in converting degree celsius to degree Fahrenheit kelven and vice versa?

To convert from Celsius to Kelvin you minus 273 (so 0 Celsius is -273 kelvin). To convert from Kelvin to Celsius you would add 273.


What is the formula for converting degree Celsius to degree Fahrenheit and vise versa?

Use this equation to convert degrees Celsius/Centigrade (ºC) to degrees Fahrenheit (ºF): (ºC x 1.8) + 32 =ºFUse this equation to convert degrees Fahrenheit (ºF) to degrees Celsius/Centigrade (ºC): (ºF - 32) / 1.8 =ºC


Write a QBASIC program to convert a temperature in degrees Fahrenheit to degrees Celsius or vice versa depending on input?

CLS INPUT "Enter degrees in Celsius:";c INPUT "Enter degrees in Fahrenheit:";f a=(c*1.8)+32 b=5/9(f-32) PRINT c;"degree Celsius=" a;"degree Fahrenheit" PRINT f;"degree Fahrenheit=" b;"degree Celsius" end


Can you convert 37.4 Celsius to Fahrenheit?

Of course your can! You can convert any temperature from Celsius to Fahrenheit and vise versa. 37.4°C=99.32°F.


How can get C and F?

Assuming you're talking about temperature conversion from Celsius to Fahrenheit and vice-versa...To convert from Celsius to Fahrenheit - Multiply by 1.8 then add 32.To convert from Fahrenheit to Celsius - Subtract 32 thendivide by 32.


How can you convert Celsius to Fahrenheit vice-versa?

Use this equation to convert degrees Celsius/Centigrade (ºC) to degrees Fahrenheit (ºF): [°F] = [°C] × 1.8 + 32Use this equation to convert degrees Fahrenheit (ºF) to degrees Celsius/Centigrade (ºC): [°C] = ([°F] - 32) × 0.556


-10 Fahrenheit in Celsius?

Try a Google search for "-10 degrees Fahrenheit in degrees celsius". That'll give you the answer.------------------------------------------The formula to convert Fahrenheit to Celsius (or vice versa) is:C/100 = (F-32)/180Therefore by plugging in the -10 Fahrenheit it would beC/100 = (-10-32)/180C = -42/1.8C = -23.33I hope this helpsIzirbat


What is 72 degrees Fahrenheit in Celsius?

72 degrees Fahrenheit is 22.22 degrees Celsius. The conversion formula is °C = (°F - 32) * 5 / 9 Scroll down to related links and look at "How do you convert degrees Fahrenheit to degrees Celsius and vice versa". 22.22 C


180C equals how many degrees F?

324 degrees Fahrenheit to convert from Celsius to Fahrenheit and vice versa use the following formulas: 9/5C=F and 5/9F=C


What does 55 degrees celsius equal in Fahrenheit?

Well, to convert Fahrenheit to Celsius, and vice versa, is actually easy... From Fahrenheit to Celsius, you subtract 32, then multiply by 5/9. From Celsius to Fahrenheit, you add 32, then multiply by 9/5. For 55oF - subtract 32 : 23 - Multiply by 5/9 : 12.77. Thus : 55oF = 12.77oC


Write a programme in c to convert Fahrenheit to celsius and vice versa?

double celsiusToFahrenheit(double degreesC) { return degreesC * 9.0 / 5.0 + 32.0; } double fahrenheitToCelsius(double degreesF) { return (degreesF - 32.0) * 5.0 / 9.0; } Or instead of having to divide and multiply you can simply use (Celsius +32)1.8. (C+32)1.8 Fahrenheit -32 divided by 1.8. F-32/1.8.


How is centigrade converted to Fahrenheit?

To convert from degrees Fahrenheit to degrees Centigrade, subtract 32 degrees from the temperature and multiply the answer by 5, then divide the answer by 9.Fahrenheit and centigrade are two ways to measure temperature. The formula to convert Fahrenheit to Celsius is C=5/9 (F-32) and C to F is F = 9/5 (C+32).