Scatter Points
1. The problem asks to plot points on a scatter graph using the given data from the table.
2. The table provides pairs of values for variables $c$ and $d$:
$$
\begin{array}{c|cccc}
c & 1 & 2 & 5 & 6 \\
d & 9 & 7 & 4 & 3
\end{array}
$$
3. Each pair $(c, d)$ represents a point to plot on the graph.
4. The points to plot are:
- $(1, 9)$ (already plotted)
- $(2, 7)$
- $(5, 4)$
- $(6, 3)$
5. To plot these points, use the 'point' tool on the scatter graph at the coordinates listed.
6. This will visually show the relationship between $c$ and $d$ as discrete points on the graph.
Final answer: The points $(2,7)$, $(5,4)$, and $(6,3)$ should be plotted on the scatter graph along with the already plotted point $(1,9)$.