To construct a scatter plot, we need to plot the age (x-axis) against the time (y-axis) for each runner.
The scatter plot should look like:
```
- Age - - Time -
24 | 32.75 o
29 | 33.63 o
34 | 34.84 o
39 | 35.33 o
44 | 35.23 o
49 | 36.16 o
```
In this graph, the x-axis represents the age of the runners, and the y-axis represents the time taken for the 5K marathon. Each runner's data is represented by a point on the graph.
I've created a rough sketch of the scatter plot, where each circle represents a runner and their corresponding age and time. You can modify the style and labels as needed.
Times of Runners by Age
Age Time
24 32.75
29 33.63
34 34.84
39 35.33
44 35.23
49 36.16
A group of students was evaluating the average times of groups of runners for a 5K marathon. Construct the scatterplot based on the data in the table.
1 answer