Viewing a single comment thread. View all comments

Jkei t1_je8y9uq wrote

This is a very nice example.

You can also tell from the conversion formula (which is the formula behind that graph, too) that the relationship is linear. Namely...

>F = 1.8 * C + 32 (or C = 5/9 * F - 32)

...is a classic a * x + b linear formula.

E: switched F and C originally.

8

Gregib t1_je9ac0g wrote

>C = 1.8 * F + 32

Actually, it's F = 1.8 * C + 32

1

westbamm t1_je9ay7a wrote

Cool, now I am confused.

1

Jkei t1_je9tpwt wrote

I described the conversion of celsius to fahrenheit but accidentally flipped the F and C in the formula. It's corrected now, and I added the opposite conversion for good measure.

2

Jkei t1_je9ewpa wrote

Oh yes, I switched them up. Lemme fix that.

1