answersLogoWhite

0

A temperature change by one degree on Celsius scale equals temperature change of 1.8 degree on Fahrenheit scale

or F (Fahrenheit) = 1.8 C (Celsius) + 32

User Avatar

Wiki User

15y ago

Still curious? Ask our experts.

Chat with our AI personalities

CoachCoach
Success isn't just about winning—it's about vision, patience, and playing the long game.
Chat with Coach
ReneRene
Change my mind. I dare you.
Chat with Rene
BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake

Add your answer:

Earn +20 pts
Q: Which has the larger value C or F?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

C program to find greatest of three numbers?

# include<stdio.h> main() { int a,b,c; print f("enter the values of a,b,c"); scan f("%d%d%d",&a,&b,&c); if((a>b)&&(a>c)) print f("Greatest value is a =%d",a); else if((b>a)&&(b>c)) print f("Greatest value is b=%d",b); else print f("Greatest value is c=%d",c); }


What is the math formula to figure -40 F in Celsius?

The formula, for any value is C = 5/9*(F - 32). Let F = -40 and solve for C.


At what temperature will Fahrenheit and Celsius thermometers display the same reading?

-40 As we have formula for converting temperature C= F-32x5/9 so if we put the value -40 in Fahrenheit C=-40-32x5/9 C=-72x5/9 C=-360/9 C=-40 and in other formula F=Cx9/5+32 so put the same value F=-40x9/5+32 F=-360/5+32 F=-72+32 F=-40 So here prove that -40C=-40F what is this in english i just have to ask


How do you find area of a triangle given its 3 sides in c program?

#include<stdio.h> #include<math.h> main() { float A,a,b,c,s; printf("entr the value of a,b and c"); scanf("%f %f %f",&a,&b,&c); A=sqrt(s*s-a*s-b*s-c) printf("area of the triangle %f\n"A); getch(); }


How can you determine the rate of change and initial value of a relation from its equation?

If the equation is of the form y = f(x) where f is some function of the variable x, then The initial value is found by evaluation f(0): that is, the value of f(x) when x = 0. The rate of change is the derivative of f(x) with respect to x, written as f'(x). That is the limit (if it exists), as dx tends to 0, of [f(x+dx) - f(x)]/dx. In the simple case, where f(x) is a linear equation of the form y = mx + c, then f(0) = c and f'(x) = m