To create a line dot plot, we need to put the data values in the desired order and place a dot for each value. Since the data values are already in descending order, we can create the line dot plot as follows:
```plaintext
|
|
|
|
|
|
|
|
|
|
|
|
|
| ·
| ·
|·
+--------------------
57 58 61
```
In the plot above, we placed a dot for each value, 57, 58, and 61, along the horizontal axis.
make a line dot plot for the set of data
61 58 57
1 answer