-
Notifications
You must be signed in to change notification settings - Fork 1
/
7a2e1267-0d52-4f7f-ae82-1b7aeddcb7fe.html
38 lines (38 loc) · 1.74 KB
/
7a2e1267-0d52-4f7f-ae82-1b7aeddcb7fe.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
<h4>Cool Down Activity</h4>
<p>A movie theater models the revenue from ticket sales in one day as a function of the ticket price, \(p\). Here are two expressions defining the same revenue function.</p>
<p>\(p(120 − 4p)\)</p>
<p>\(120p − 4p^2\)</p>
<br>
<!--Text Entry Interaction Start -->
<div class="os-raise-ib-input" data-button-text="Solution" data-content-id="37fad804-1214-4946-8e79-763e4b24cb32" data-fire-event="eventShow" data-schema-version="1.0">
<div class="os-raise-ib-input-content">
<ol class="os-raise-noindent">
<li>According to this model, how high would the ticket price have to be for the theater to make $0 in revenue? Be prepared to show your reasoning.</li>
</ol>
</div>
<div class="os-raise-ib-input-prompt">
<p>Enter the ticket price and your reasoning.</p>
</div>
<div class="os-raise-ib-input-ack">
<p>Compare your answer:</p>
<p>$30. If \(p(120 − 4p) = 0\), then either \(p = 0\) or \(120 − 4p = 0\). If the latter is a true equation, \(p\) must be 30.</p>
</div>
</div>
<!--Interaction End -->
<br>
<!--Text Entry Interaction Start -->
<div class="os-raise-ib-input" data-button-text="Solution" data-content-id="5f55e891-e9c6-4a90-9f53-901f5e65454d" data-fire-event="eventShow" data-schema-version="1.0">
<div class="os-raise-ib-input-content">
<ol class="os-raise-noindent" start="2">
<li>What equation can you write to find out what ticket price(s) would allow the theater to make $600 in revenue?</li>
</ol>
</div>
<div class="os-raise-ib-input-prompt">
<p>Enter an equation.</p>
</div>
<div class="os-raise-ib-input-ack">
<p>Compare your answer:</p>
<p>\(p(120−4p) = 600\) or \(120p − 4p^2 = 600\)</p>
</div>
</div>
<!--Interaction End -->