Below is the table of data regarding the cherry blossom trees in Washington, Average Temp (°C) Date in April trees bloom Create a scatterplot of the given data.

Below is the table of data regarding the cherry blossom trees in Washington Average Temp C Date in April trees bloom Create a scatterplot of the given data class=

Respuesta :

Scatterplot of the given data

We have two axis: horizontal and vertical. we are going to assign a column to each axis

Horizontal line: Date in april trees bloom

Vertical line: Average temp (Cº)

We are going to organize horizontal line data from the smallest to the largest value, with their correspondent value of temp Cº:

(date, temp)

(1.5, 28)

(2.4, 25)

(3.2, 20)

(4.0, 21)

(4.7, 14)

(5.0, 6)

(5.4, 8)

(5.8, 3)

Now we are going to locate those points in the graph