-
Notifications
You must be signed in to change notification settings - Fork 1
/
f6649c9b-8756-4048-bd73-eba2ffe41854.html
39 lines (39 loc) · 1.89 KB
/
f6649c9b-8756-4048-bd73-eba2ffe41854.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
<h4>Warm Up Activity</h4>
<p>Kiran is getting dinner for his drama club on the evening of their final rehearsal. He plans to buy some prepared dishes from a supermarket.</p>
<ul>
<li>The budget for the dinner is $60.</li>
<li>The prepared dishes are sold by the pound, at $5.29 per pound. </li>
<li>He also plans to buy two large bottles of sparkling water at $2.49 each.</li>
</ul>
<!--Text Entry Interaction Start -->
<div class="os-raise-ib-input" data-button-text="Solution" data-content-id="ff6078be-d177-41b8-8b5f-9d97811e27f3" data-fire-event="eventShow" data-schema-version="1.0">
<div class="os-raise-ib-input-content">
<ol class="os-raise-noindent">
<li><span>Represent the constraints in the situation mathematically. If you use variables, specify what each one means.</span></li>
</ol>
</div>
<div class="os-raise-ib-input-prompt">
<p>Enter your answer here:</p>
</div>
<div class="os-raise-ib-input-ack">
<p>Compare your answer:</p>
<p>\(5.29p+2(2.49)\leq60\), or \(5.29p+4.98\leq60\). \(p\) is the pounds of prepared foods Kiran could buy without going over budget.</p>
</div>
</div>
<br>
<!--Text Entry Interaction Start -->
<div class="os-raise-ib-input" data-button-text="Solution" data-content-id="11b1c404-7a4a-418a-8533-ef5da8589d4a" data-fire-event="eventShow" data-schema-version="1.0">
<div class="os-raise-ib-input-content">
<ol class="os-raise-noindent" start="2">
<li><span>How many pounds of prepared dishes can Kiran buy? Be prepared to show your reasoning.</span></li>
</ol>
</div>
<div class="os-raise-ib-input-prompt">
Enter your answer here:<br>
</div>
<div class="os-raise-ib-input-ack">
<p>Compare your answer:</p>
<p>Up to 10.4 pounds, or \(p\leq10.4\). For example: After removing the cost of sparkling water, Kiran still has $55.02. Dividing that amount by 5.29 gives 10.4.</p>
</div>
</div>
<!--Interaction End -->