Alex is tracking temperatures today the temperature was 0 Celsius which is represented by the point(0,0) if the temperature yesterday was right in between today’s temperature and the temperature two days ago what was the temperature yesterday

To find the temperature yesterday, we need to calculate the average of the temperatures from today and two days ago.

Let's assume that the temperature two days ago was represented by point A (x1, y1), and today's temperature is represented by point B (x2, y2).

Given that today's temperature was 0 Celsius, point B is (0, 0).

To find point A, the temperature two days ago, we will use the midpoint formula:

Midpoint(x, y) = ((x1 + x2) / 2, (y1 + y2) / 2)

Since point B is (0, 0), we know that ((x1 + 0) / 2, (y1 + 0) / 2) = (x1/2, y1/2).

Therefore, the temperature yesterday can be represented by point A (x1/2, y1/2).

However, without more information or measurement, we cannot determine the exact temperature yesterday.