-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path943bc677-b2a8-4ac7-8501-b0f5a8107cff.html
111 lines (105 loc) · 4.12 KB
/
943bc677-b2a8-4ac7-8501-b0f5a8107cff.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<h4>Comparing Populations</h4>
<p>Graphs are very useful for comparing two or more functions. Here are graphs of functions \(C\) and \(T\), which give
the populations (in millions) of California and Texas in year \(x\).</p>
<p><img alt="A GRAPH THAT SHOWS THE POPULATION IN MILLIONS FROM 1900 TO 2010 FOR THE STATES OF CALIFORNIA AND TEXAS." src="https://k12.openstax.org/contents/raise/resources/127fe8074872a6c9489127ecd8679d6c4f86ec31"></p>
<br>
<table class="os-raise-wideequaltable">
<thead>
<tr>
<th scope="col">What can we tell about the populations?</th>
<th scope="col">How can we tell?</th>
<th scope="col">How can we convey this with function notation? </th>
</tr>
</thead>
<tbody>
<tr>
<td>In the early 1900s, California had a smaller population than Texas.
</td>
<td>The graph of \(C\) is below the graph of \(T\) when \(x\)<em> </em>is 1900.
</td>
<td>\(C(1900)<T(1900)\)
</td>
</tr>
<tr>
<td>Around 1935, the two states had the same population of about 5 million people.
</td>
<td>The graphs intersect at about \((1935, 5)\).
</td>
<td>\(C(1935)=5\) and <br>
\(T(1935)=5\), and <br>
\(C(1935)=T(1935)\)
</td>
</tr>
<tr>
<td>After 1935, California has had more people than Texas.
</td>
<td>When \(x\) is greater than 1935, the graph of \(C(x)\) is above that of \(T(x)\).
</td>
<td>\(C(x)>T(x)\) for<br>
\(x>1935\)
</td>
</tr>
<tr>
<td>Both populations have increased over time, with no periods of decline.
</td>
<td>Both graphs slant upward from left to right.
</td>
<td> </td>
</tr>
<tr>
<td>From 1900 to 2010, the population of California has risen faster than that of Texas. California had a
greater average rate of change.
</td>
<td>If we draw a line to connect the points for 1900 and 2010 on each graph, the line for <em>C</em> has a
greater slope than that for <em>T</em>.
</td>
<td>\(\frac{C(2010)-C(1900)}{201-1900}>\frac{T(2010)-T(1900)}{2010-1900}\)
</td>
</tr>
</tbody>
</table>
<br>
<h4>Try It: Comparing Populations</h4>
<br>
<p>Examine the graph given above that displays the populations of California and Texas over time.</p>
<div class="os-raise-ib-pset" data-fire-success-event="eventnameX" data-fire-learning-opportunity-event="eventnameY" data-retry-limit="0" data-button-text="Check" data-schema-version="1.0" >
<!--Q#1-->
<div class="os-raise-ib-pset-problem" data-problem-type="dropdown" data-solution="Texas" data-solution-options='["California", "Texas"]'>
<div class="os-raise-ib-pset-problem-content">
<ol class="os-raise-noindent">
<li>Which state had a greater population in 1920?</li>
</ol>
</div>
<div class="os-raise-ib-pset-correct-response">
<p>Correct! Texas.</p>
</div>
<div class="os-raise-ib-pset-encourage-response">
<p>Try Again.</p>
</div>
<div class="os-raise-ib-pset-attempts-exhausted-response">
<p>The correct answer is Texas.</p>
</div>
</div>
<!--END QUESTION.-->
<!--Do not edit below line.-->
<div class="os-raise-ib-pset-correct-response">
<!-- INSERT ANY VALID HTML HERE -->
</div>
<div class="os-raise-ib-pset-encourage-response">
<!-- INSERT ANY VALID HTML HERE -->
</div>
</div>
<div class="os-raise-ib-input" data-button-text="Solution" data-content-id="2c64f5e2-2ffb-4d03-9ff9-9cb805709212" data-fire-event="eventShow" data-schema-version="1.0">
<div class="os-raise-ib-input-content">
<ol class="os-raise-noindent" start="2">
<li>Write a true mathematical statement using function notation to describe which state has the greater population in 1920.</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>\(C(1920)\;\lt\;T(1920)\)</p>
</div>
</div>