View Full Version : Temperature Riddle


Code9
03-16-2005, 12:24 AM
At what temperature does Fahrenheit equal (=) to Celsius?


NOTICE TO THE ADMIN:
Please create a Riddle Section on this forum for future posts. Thanks.

nyd
03-16-2005, 12:48 AM
For some reason -40 comes to mind...

Code9
03-16-2005, 01:46 AM
For some reason -40 comes to mind...
:) ....

TheGreatOne
03-16-2005, 09:10 PM
At what temperature does Fahrenheit equal (=) to Celsius?


NOTICE TO THE ADMIN:
Please create a Riddle Section on this forum for future posts. Thanks.

That's way too easy.

The translation formula is this: C(elcius) = (F(ahrenheit) - 32) * 5 / 9 or
C = (F - 32) * 5 / 9

Since the condition is C = F, then it's: F = (F - 32) * 5 / 9
Solving for F, we get:
9F = 5F - 160
9F - 5F = - 160
4F = -160
F = -40
Again, since C = F, C = -40 also. If you plug in this number in the original formula, you can verify its validity. :)