Use the tables to create scatterplot, and determine which scatterplot shows a linear association

To determine which scatterplot shows a linear association, we need to look for a clear pattern where the points in the graph roughly form a line.

Here is an example table:

| X | Y |
|---|---|
| 1 | 2 |
| 2 | 4 |
| 3 | 6 |
| 4 | 8 |
| 5 | 10 |

Here is the scatterplot for this table:

```
12|
10|
|
8| *
|
6| *
|
4| *
|
2|
|
--------------------------------
0 1 2 3 4 5 6 7 8 9 10
```
In this scatterplot, the points closely follow a line. As the x-values increase, the y-values increase linearly. This indicates a linear association.

However, without the other tables, it is difficult to determine which scatterplot shows a linear association. Can you provide the other tables to compare?