answersLogoWhite

0


Best Answer

C = ( F - 32 ) x 5/9

or

F = C x 9/5 +32

Where F is degrees Fahrenheit and C degrees Celsius

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you convert the temperature between Celsius and Fahrenheit?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you convert between Fahrenheit and minus Celsius temperature?

To convert from celsius to fahrenheit use the following formula : F = (C * 9/5) + 32


What are the formulas in conversion of temperature scale?

For conversion between fahrenheit, celsius, rankin and kelvin use the following formulas: Fahrenheit = Celsius * 9 / 5 + 32 Kelvin = Celsius + 273.15 Rankine = Fahrenheit + 459.6


How can one convert temperature in Celsius to Fahrenheit?

To convert temperature in Celsius to Fahrenheit, use the formula: Fahrenheit = (Celsius * 9/5) + 32. Simply multiply the temperature in Celsius by 9/5 and then add 32 to get the temperature in Fahrenheit.


What is the formula for temperature in Celsius or Fahrenheit?

The formula to convert Celsius to Fahrenheit is: F = (C x 9/5) + 32. The formula to convert Fahrenheit to Celsius is: C = (F - 32) x 5/9.


How do you convert celsius ti Fahrenheit?

To convert Celsius to Fahrenheit, multiply the Celsius temperature by 9/5 and then add 32. The formula is: (Celsius temperature × 9/5) + 32 = Fahrenheit temperature.


Can you convert temperature?

Yes, I can convert temperature between Celsius, Fahrenheit, and Kelvin. Just provide me with the temperature value and the unit you want to convert it to.


What formula is converted from Celsius to Fahrenheit?

To convert Celsius to Fahrenheit, you can use the formula: Fahrenheit = (Celsius x 9/5) + 32. Simply multiply the Celsius temperature by 9/5 and then add 32 to get the equivalent in Fahrenheit.


Program to convert given temperature from centigrade to Fahrenheit in pearl?

Here's a simple Perl program to convert a given temperature from Celsius to Fahrenheit: # Input temperature in Celsius my $celsius = 20; # Convert Celsius to Fahrenheit my $fahrenheit = ($celsius * 9/5) + 32; # Print the result print "$celsius degrees Celsius is equal to $fahrenheit degrees Fahrenheit\n"; You can replace the value of $celsius with any temperature you want to convert.


What is 147 Fahrenheit to Celsius?

147 degrees Fahrenheit is approximately 64 degrees Celsius. You can convert Fahrenheit to Celsius by subtracting 32 from the Fahrenheit temperature and then multiplying by 5/9.


How do convert Celsius into Fahrenheit?

To convert Celsius to Fahrenheit, use the formula: Fahrenheit = (Celsius * 9/5) + 32. Multiply the temperature in Celsius by 9/5 and then add 32 to get the equivalent temperature in Fahrenheit.


If temperature is 2farenheit what is the temperature in Celsius?

To convert Fahrenheit to Celsius, you can use the formula: Celsius = (Fahrenheit - 32) / 1.8. Plugging in 2 Fahrenheit into the formula, the temperature in Celsius would be approximately -16.7 degrees Celsius.


What is the ratio between celsius and Fahrenheit?

To convert a Celsius temperature to Fahrenheit, you simply multiply it by 9, divide that by 5, and then add 32. In algebraic terms, the formula is (C*9/5)+32 = F, where C is the temperature in Celsius and F is the temperature in Fahrenheit. The formula to convert Fahrenheit to Celsius is simply the reverse. You subtract 32, multiply by 5, and then divide by 9. The formula for that is (F-32)5/9 = C, where F is the temperature in Fahrenheit and C is the temperature in Celsius.