answersLogoWhite

0

°F to°C: [°C] = ([°F] − 32) × 5⁄9

°C to°F: [°F] = [°C] × 1.8 + 32

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

C equals FN times 1.8 plus 32?

This is a conversion formula for temperatures expressed in Fahrenheit to degrees centigrade. C = Celsius (degree centigrade) FN = Fahrenheit 0 C = 32 FN and every extra degree centigrade equals 1.8 degrees Fahrenheit.


Conversion caluclater from centigraqte to ferinhigh?

To convert from centigrade (Celsius) to Fahrenheit, you can use the formula: ( F = \frac{9}{5}C + 32 ). For example, if you have a temperature of 20 degrees Celsius, the conversion would be ( F = \frac{9}{5} \times 20 + 32 = 68 ) degrees Fahrenheit. Simply plug in the centigrade value into the formula to get the Fahrenheit equivalent.


Write a Program in perl to convert given temperature from centigrade to Fahrenheit?

Here's a simple Perl program to convert temperature from Centigrade to Fahrenheit: #!/usr/bin/perl use strict; use warnings; print "Enter temperature in Centigrade: "; my $centigrade = <STDIN>; chomp($centigrade); my $fahrenheit = ($centigrade * 9/5) + 32; print "$centigrade°C is $fahrenheit°F\n"; This program prompts the user to enter a temperature in Centigrade, then calculates and displays the equivalent temperature in Fahrenheit using the conversion formula.


350 degrees Centigrade to Fahrenheit conversion?

662


What is 63 degree Fahrenheit to centigrade?

63 degrees Fahrenheit is equal to 17.22 degrees Celsius. This conversion can be done using the formula: Celsius = (Fahrenheit - 32) / 1.8.


What is 8.5 centigrade in Fahrenheit?

8.5 degrees Celsius is equal to 47.3 degrees Fahrenheit. This conversion can be done using the formula: Fahrenheit = Celsius * 9/5 + 32.


How much 52 degrees centigrade is in Fahrenheit?

52 degrees Celsius is equal to 125.6 degrees Fahrenheit. This conversion can be calculated using the formula: Fahrenheit = (Celsius * 9/5) + 32.


What is 57 degrees Fahrenheit in Centigrade?

57 degree Fahrenheit is 13.89 degree Celsius


What is the formula of degrees Fahrenheit?

°Fahrenheit to °Celsius (or °Centigrade): [°C] = ([°F] − 32) × 5⁄9°Celsius (or °Centigrade) to °Fahrenheit: [°F] = [°C] × 1.8 + 32


Why is centigrade and Fahrenheit same at the value of minus 40?

The formula for the conversion between Fahrenheit and centigrade (celsius) is F = (9/5)C+32 So to answer the question... -40 = (9/5)(-40) + 32 -40 = -72 +32 -40 = -40


Fahrenheit equivalent of 22 centigrade?

Conversion of Centigrade to Fahrenheit F = (C * 9 / 5) + 32 so, ( 22 * 9 / 5 ) + 32 is 71.6 degrees Fahrenheit.


Convert 82 from Centigrade to Fahrenheit?

The Formula is: (Reading in Centigrade-0)/100=(Reading in Fahrenheit-32)/180 The answer is 179.6 F