-
Notifications
You must be signed in to change notification settings - Fork 1
/
64c1ec6f-6486-427c-9bb8-b843cc676385.html
51 lines (51 loc) · 1.63 KB
/
64c1ec6f-6486-427c-9bb8-b843cc676385.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<h4>Warm Up Activity</h4><br>
<p><span>Here is a table of values. The two quantities, \( x \) and \(y \), are related.</span></p>
<table class="os-raise-skinnytable">
<thead>
<tr>
<th scope="col">\( x \)</th>
<th scope="col">\( y \)</th>
</tr>
</thead>
<tbody>
<tr>
<td>\(1\)</td>
<td>\(0\)</td>
</tr>
<tr>
<td>\(3\)</td>
<td>\(8\)</td>
</tr>
<tr>
<td>\(5\)</td>
<td>\(24\)</td>
</tr>
<tr>
<td>\(7\)</td>
<td>\(48\)</td>
</tr>
</tbody>
</table>
<br>
<p>What are some strategies you could use to find a relationship between \( x \) and \(y \)? Brainstorm as many
ways as possible.</p>
<div class="os-raise-ib-input" data-button-text="solution" data-content-id="9a58d2eb-bb27-4d10-a295-f2432db22de6"
data-schema-version="1.0">
<div class="os-raise-ib-input-content">
<!-- INSERT ANY VALID HTML HERE -->
</div>
<div class="os-raise-ib-input-prompt">
<p>Enter your answer here:</p>
</div>
<div class="os-raise-ib-input-ack">
<p>Your answer may vary, but here are some samples:</p>
<ul>
<li>See if there is an operation that could be done to \( x \) that would produce \( y \).</li>
<li>Compare how the \( x \)-values change and the \( y \)-values change, and see if there is a pattern.</li>
<li>See if the numbers in one column follow a special pattern and if that pattern could be connected to the
numbers in the other column.</li>
<li>Plot the \( x \)- and \( y \)-values on a coordinate plane and see if the graph looks like a familiar
relationship.</li>
</ul>
</div>
</div>