5497426
The table and graph show the same relationship.
<table>
<thead>
<tr>
<th>Pencil packs \(x\)</th>
<th>Pencils \(y\)</th>
</tr>
</thead>
<tbody>
<tr>
<td>\(0\)</td>
<td>\(0\)</td>
</tr>
<tr>
<td>\(1\)</td>
<td>\(2\)</td>
</tr>
<tr>
<td>\(2\)</td>
<td>\(4\)</td>
</tr>
<tr>
<td>\(3\)</td>
<td>\(6\)</td>
</tr>
</tbody>
</table>
Which plotted ordered pair represents \(2\) pencil packs? Explain what the point means.
Hints
- Use the first coordinate to find the requested input.
- Match the second coordinate to the output in the same table row.
Solution
1. Find the table row with \(x=2\).
2. That row has \(y=4\), so the ordered pair is \((2, 4)\).
3. The point means that \(2\) pencil packs contain \(4\) pencils.
Answer
\((2, 4)\). It means that \(2\) pencil packs contain \(4\) pencils.
