-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path8fa7a111-c9c3-425f-9876-d6ba148c5737.html
63 lines (60 loc) · 1.47 KB
/
8fa7a111-c9c3-425f-9876-d6ba148c5737.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
52
53
54
55
56
57
58
59
60
61
62
<h4>Cool Down Activity</h4>
<!--Q#-->
<div class="os-raise-ib-cta" data-button-text="Solution" data-fire-event="Reveal1" data-schema-version="1.0">
<div class="os-raise-ib-cta-content">
<p>Using the equation \(m=\frac{x-4}{6}\), complete the table of values.</p>
<table class="os-raise-horizontaltable">
<thead>
</thead>
<tbody>
<tr>
<th scope="row">\(x\)</th>
<td>0</td>
<td>1</td>
<td>2</td>
<td>3</td>
<td>4</td>
</tr>
<tr>
<th scope="row">\(m\)</th>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<br>
<br>
</div>
<div class="os-raise-ib-cta-prompt">
<p>Write down your answer, then select the <strong>solution</strong> button to compare your work.</p>
</div>
</div>
<div class="os-raise-ib-content" data-wait-for-event="Reveal1" data-schema-version="1.0">
<p>Compare your answer:</p>
<table class="os-raise-horizontaltable">
<thead>
</thead>
<tbody>
<tr>
<th scope="row">\(x\)</th>
<td>0</td>
<td>1</td>
<td>2</td>
<td>3</td>
<td>4</td>
</tr>
<tr>
<th scope="row">\(m\)</th>
<td>-1</td>
<td>\(-\frac34\)</td>
<td>\(-\frac12\)</td>
<td>\(-\frac14\)</td>
<td>0</td>
</tr>
</tbody>
</table>
</div>
<!--Interaction End -->