I've got the ordered pairs $(1491947996, 15.7)$ and $(1491948898, 12.9)$. The X values in each set indicate the seconds from Unix Epoch and the Y values in each set indicate the temperature in Celsius.
I'm trying to determine the X-coordinate where $Y = 15$ (degrees Celsius), which will tell me the precise time in seconds when a temperature dropped below a safe-zone of 15°C.
Naturally, $y = mx + b$, and $x = \frac{y-b}{m}$. I've got the slope, which is $0.003$, using $\frac{y2 - y1}{x2 - x1}$, or $\frac{12.9 - 15.7}{ 1491948898 - 1491947996}$
I guess what I don't know is how to define $y$ or $b$ in this case. I thought $y$ would certainly be $15$, but I guess I'm lost. It's been a long time since my last algebra course.
