-
Notifications
You must be signed in to change notification settings - Fork 1
/
51cf3910-86bd-4cea-b4c4-bcd13ef8ae6d.html
59 lines (59 loc) · 1.59 KB
/
51cf3910-86bd-4cea-b4c4-bcd13ef8ae6d.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
<h3>Cool Down 5 min</h3>
<h4>Student Activity</h4>
<p>For each expression, write an equivalent expression in standard form. Show your reasoning.</p>
<ol class="os-raise-noindent">
<li>\((2x+5)(x+1)\)</li>
</ol>
<p>Write down your answer, then select the <strong>solution</strong> button to compare your work.</p>
<p><strong>Answer:</strong> \(2x^2+7x+5\). The diagram shows that\((2x+5)(x+1)=2x \cdot x+2x \cdot 1+5 \cdot x+5 \cdot
1\). Adding this together gives \(2x^2+7x+5\) in standard form.</p>
<br>
<table class="os-raise-doubleheadertable">
<thead>
<tr>
<th scope="col"></th>
<th scope="col">\(2x\)</th>
<th scope="col">\(5\)</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">\(x\)</th>
<td>\(2x^2\)</td>
<td>\(5x\)</td>
</tr>
<tr>
<th scope="row">\(1\)</th>
<td>\(2x\)</td>
<td>\(5\)</td>
</tr>
</tbody>
</table>
<br>
<ol class="os-raise-noindent" start="2">
<li>\((x-2)(x+2)\)</li>
</ol>
<p>Write down your answer, then select the <strong>solution</strong> button to compare your work.</p>
<p><strong>Answer:</strong> \(x^2-4\). \((x+2)(x-2)=x^2+(-2x)+2x+(-4)=x^2-4\). The diagram also shows that
\((x+2)(x-2)=x^2-4\).</p>
<table class="os-raise-doubleheadertable">
<thead>
<tr>
<th scope="col"></th>
<th scope="col">\(x\)</th>
<th scope="col">\(2\)</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">\(x\)</th>
<td>\(x^2\)</td>
<td>\(2x\)</td>
</tr>
<tr>
<th scope="row">\(-2\)</th>
<td>\(-2x\)</td>
<td>\(-4\)</td>
</tr>
</tbody>
</table>