forked from byoshiwara/mfg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsection-1-1.xml
More file actions
661 lines (618 loc) · 39.6 KB
/
section-1-1.xml
File metadata and controls
661 lines (618 loc) · 39.6 KB
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
<?xml version="1.0" encoding="UTF-8" ?>
<!-- <mathbook><book> -->
<section xml:id="LinMod" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Linear Models</title><introduction>
<investigation xml:id="investigation-commission"><title>Sales on Commission</title>
<statement>
<p>Delbert is offered a part-time job selling restaurant equipment. He will be paid <dollar />1000 per month plus a 6<percent /> commission on his sales. The sales manager tells Delbert he can expect to sell about <dollar />8000 worth of equipment per month. To help him decide whether to accept the job, Delbert does a few calculations.</p>
<p>
<ol>
<li><p>Based on the sales manager’s estimate, what monthly income can Delbert expect from this job? What annual salary would that provide?</p></li>
<li><p>What would Delbert’s monthly salary be if he sold only <dollar />5000 of equipment per month? What would his salary be if he sold <dollar />10,000 worth per month? Compute monthly incomes for each sales total shown in the table.</p>
<sidebyside widths="40% 55%">
<tabular top="major" halign="center" right="minor" left="minor" bottom="minor">
<row bottom="minor">
<cell>Sales</cell>
<cell>Income</cell>
</row>
<row> <cell>5000</cell><cell></cell></row>
<row> <cell>8000</cell><cell></cell></row>
<row> <cell>10,000</cell><cell></cell></row>
<row> <cell>12,000</cell><cell></cell></row>
<row> <cell>15,000</cell><cell></cell></row>
<row> <cell>18,000</cell><cell></cell></row>
<row> <cell>20,000</cell><cell></cell></row>
<row> <cell>25,000</cell><cell></cell></row>
<row> <cell>30,000</cell><cell></cell></row>
<row> <cell>35,000</cell><cell></cell></row>
<row> <cell><nbsp /></cell><cell></cell></row>
<row> <cell><nbsp /></cell><cell></cell></row>
</tabular>
<image source="images/Investigation1Grid">
<description>
grid
</description>
</image>
</sidebyside>
</li>
<li><p>Plot your data points on a graph, using sales, <m>S</m>, on the horizontal axis and income, <m>I</m>, on the vertical axis, as shown in the figure. Connect the data points to show Delbert’s monthly income for all possible monthly sales totals.</p></li>
<li><p> Add two new data points to the table by reading values from your graph.</p></li>
<li><p> Write an algebraic expression for Delbert’s monthly income, <m>I</m>, in terms of his monthly sales, <m>S</m>. Use the description in the problem to help you:</p>
<p>
He will be paid: <dollar />1000 . . . plus a 6<percent /> commission on his sales.</p><p><em>Income</em> <m>= <fillin characters="15" /></m> </p></li>
<li><p>Test your formula from part (5) to see if it gives the same results as those you recorded in the table.</p></li>
<li><p>Use your formula to find out what monthly sales total Delbert would need in order to have a monthly income of <dollar />2500.</p></li>
<li><p>Each increase of <dollar />1000 in monthly sales increases Delbert’s monthly income by <fillin characters="15" />.</p></li>
<li><p>Summarize the results of your work: In your own words, describe the relationship between Delbert’s monthly sales and his monthly income. Include in your discussion a description of your graph.</p></li>
</ol></p></statement>
</investigation></introduction>
<subsection>
<title>Tables, Graphs and Equations</title>
<p>The first step in creating a model is to describe relationships between variables. In <xref ref="investigation-commission" text="type-global" />, we analyzed the relationship between Delbert's sales and his income. Starting from a verbal description, we represented the relationship in three different ways.</p>
<p><ol>
<li><p>A <term>table of values</term><idx>table of values</idx> displays specific data points with precise numerical values.</p></li>
<li><p>A <term>graph</term><idx>graph</idx> is a visual display of the data. It is easier to spot trends and describe the overall behavior of the variables from a graph.</p></li>
<li><p>An <term>algebraic equation</term><idx>algebraic equation</idx> is a compact summary of the model. It can be used to analyze the model and to make predictions</p></li>
</ol></p>
<p>We begin our study of modeling with some examples of <term>linear models</term><idx>linear models</idx>. In the examples that follow, observe the interplay among the three modeling tools, and how each contributes to the model.</p>
<example xml:id="example-Annelise"><statement>
<p>Annelise is on vacation at a resort. She can rent a bicycle from her hotel for <dollar />3 an hour, plus a <dollar />5 inseasidesurance fee. (A fraction of an hour is charged as the same fraction of <dollar />3.)</p>
<p><ol label="a">
<li><p>Make a table of values showing the cost, <m>C</m>, of renting a bike for various lengths of time, <m>t</m>.</p></li>
<li><p>Plot the points on a graph. Draw a curve through the data points.</p></li>
<li><p>Write an equation for <m>C</m> in terms of <m>t</m>.</p></li>
</ol></p></statement>
<solution><p>
<ol label="a">
<li><p>To find the cost, we multiply the time by <dollar />3, and add the result to the <dollar />5 insurance fee. For example, the cost of a 1-hour bike ride is
<md><mrow>\text{Cost}\amp=(\$5\text{ insurance fee})+(\$3\text{ per hour})\times(\alert{1}\text{ hour})</mrow>
<mrow>C\amp=5+3(\alert{1})=8</mrow></md>
A 1-hour bike ride costs <dollar />8. We record the results in a table, as shown here:</p>
<sidebyside>
<tabular top="major" halign="center" right="minor" left="minor" bottom="minor">
<row bottom="minor">
<cell>Length of rental (hours)</cell>
<cell>Cost of rental (dollars)</cell>
<cell></cell>
<cell><m>(t,C)</m></cell>
</row>
<row> <cell><m>1</m></cell>
<cell><m>8</m></cell>
<cell><m>C=5+3(\alert{1})</m></cell>
<cell><m>(1,8)</m></cell></row>
<row> <cell><m>2</m></cell>
<cell><m>11</m></cell>
<cell><m>C=5+3(\alert{2})</m></cell>
<cell><m>(2,11)</m></cell></row>
<row> <cell><m>3</m></cell>
<cell><m>14</m></cell>
<cell><m>C=5+3(\alert{3})</m></cell>
<cell><m>(3,14)</m></cell></row>
</tabular>
</sidebyside>
</li>
<li><sidebyside widths="55% 45%"><p>Each pair of values represents a point on the graph. The first value gives the horizontal coordinate of the point, and the second value gives the vertical coordinate. The points lie on a straight line, as shown in the figure. The line extends infinitely in only one direction, because negative values of <m>t</m> do not make sense here.</p>
<image source="images/fig-Annelise-1">
<description>
graph
</description>
</image></sidebyside></li>
<li><p>To write an equation, we let <m>C</m> represent the cost of the rental, and we use <m>t</m> for the number of hours:</p>
<p><md><mrow>\text{Cost}\amp=(\$5\text{ insurance fee})+(\$3\text{ per hour})\times\text{(number of hours)}</mrow>
<mrow>C\amp=5+3\cdot t</mrow></md> </p></li>
</ol>
</p></solution>
</example>
<example xml:id="example-6hrbike"><statement>
<p>Use the equation <m>C=5+3\cdot t</m> you found in <xref ref="example-Annelise" text="type-global"/> to answer the following questions. Then show how to find the answers by using the graph.</p><p>
<ol label="a">
<li><p>How much will it cost Annelise to rent a bicycle for 6 hours?</p></li>
<li><p>How long can Annelise bicycle for <dollar />18.50?</p></li>
</ol></p></statement>
<solution><p>
<ol label="a">
<li><p>We substitute <m>t=\alert{6}</m> into the expression for <m>C</m> to find <me>C=5+3(\alert{6})=23</me>A 6-hour bike ride will cost <dollar />23. The point <m>P</m> on the graph in the figure represents the cost of a 6-hour bike ride. The value on the <m>C</m>-axis at the same height as point <m>P</m> is 23, so a 6-hour bike ride costs <dollar />23.</p></li>
<li><sidebyside widths="60% 40%"><p>We substitute <m>C=\alert{18.50}</m> into the equation and solve for <m>t</m>.
<md><mrow>\alert{18.50}\amp=5+3t</mrow>
<mrow>13.50\amp=3t</mrow>
<mrow>t\amp=4.5</mrow></md>
For <dollar />18.50 Annelise can bicycle for 4½ hours. The point <m>Q</m> on the graph represents an <dollar />18.50 bike ride. The value on the <m>t</m>-axis below point <m>Q</m> is 4.5, so <dollar />18.50 will buy a 4.5 hour bike ride.</p>
<image source="images/fig1-2">
<description>
line though points
</description>
</image></sidebyside></li></ol>
</p></solution>
</example>
<note>
<p>In <xref ref="example-6hrbike" text="type-global"/>, notice the different algebraic techniques we used in parts (a) and (b).</p><p><ul>
<li><p>In part (a), we were given a value of <m>t</m> and we <term>evaluated the expression</term> <m>5+3t</m> to find <m>C</m>.</p></li>
<li><p>In part (b) we were given a value of <m>C</m> and we <term>solved the equation</term> <m>C=5+3t</m> to find <m>t</m>.</p></li> </ul></p></note>
<exercise xml:id="exercise-Frank-plants">
<statement>
<sidebyside valigns="middle middle">
<p> Frank plants a dozen corn seedlings, each 6 inches tall. With plenty of water and sunlight they will grow approximately 2 inches per day. Complete the table of values for the height, <m>h</m>, of the seedlings after <m>t</m> days.</p><p>
<sidebyside>
<tabular top="major" halign="center" right="minor" left="minor" bottom="minor">
<row bottom="minor">
<cell><m>t</m></cell>
<cell><m>0</m></cell>
<cell><m>5</m></cell>
<cell><m>10</m></cell>
<cell><m>15</m></cell>
<cell><m>20</m></cell>
</row>
<row>
<cell><m>h</m></cell>
<cell></cell>
<cell></cell>
<cell></cell>
<cell></cell>
<cell></cell>
</row>
</tabular>
</sidebyside>
<sidebyside width="70%"><image source="images/fig-Example2"><description>grid</description></image></sidebyside></p>
</sidebyside>
<ol label="a">
<li><p>Write an equation for the height of the seedlings in terms of the number of days since they were planted.</p></li>
<li><p>Graph the equation.</p></li>
</ol>
</statement>
<answer><p>
<ol label="a" cols="2">
<li><p><m>h = 6 + 2t</m></p></li>
<li><sidebyside width="70%" margins="0% 30%"><image source="images/fig-in-ex-ans-1-1-1"><description>line</description></image></sidebyside></li>
</ol>
</p></answer>
</exercise>
<exercise>
<statement>
<p> Use your equation from <xref ref="exercise-Frank-plants" text="type-global"/> to answer the questions. Illustrate each answer on the graph. </p>
<ol label="a">
<li><p> How tall is the corn after 3 weeks? </p></li>
<li><p> How long will it be before the corn is 6 feet tall?
</p></li>
</ol>
</statement>
<hint><p>For part (b), convert feet to inches.</p></hint>
<answer><p>
<ol label="a" cols="2">
<li><p><m>48</m> inches tall</p></li>
<li><p><m>33</m> days </p></li>
</ol>
</p></answer>
</exercise>
</subsection>
<subsection>
<title>Choosing Scales for the Axes</title>
<p>To create a useful graph, we must choose appropriate scales for the axes.</p><p><ul>
<li><p>The axes must extend far enough to show the values of the variables.</p></li>
<li><p>The tick marks should be equally spaced.</p></li>
<li><p>Usually we should use no more than 10 or 15 tick marks.</p></li> </ul></p>
<example xml:id="example-home-price"><statement>
<p>In 1990, the median price of a home in the US was <dollar />92,000. The median price increased by about <dollar />4700 per year over the next decade.
<ol label="a">
<li><p> Make a table of values showing the median price of a house in 1990, 1994, 1998, and 2000.</p></li>
<li><p> Choose suitable scales for the axes and plot the values you found in part (a) on a graph. Use <m>t</m>, the number of years since 1990, on the horizontal axis and the price of the house, <m>P</m>, on the vertical axis. Draw a curve through the points.</p></li>
<li><p> Write an equation that expresses <m>P</m> in terms of <m>t</m>.</p></li>
<li><p> How much did the price of the house increase from 1990 to 1996? Illustrate the increase on your graph.</p></li>
</ol>
</p></statement>
<solution><p>
<ol label="a">
<li><p>In 1990 the median price was <dollar />92,000. Four years later, in 1994, the price had increased by <m>\alert{4}(4700)=18,800</m> dollars, so
<me>P=92,000+\alert{4}(4700)=110,800</me>
In 1998 the price had increased by <m>\alert{8}(4700)=37,600</m> dollars, so
<me>P=92,000+\alert{8}(4700)=129,600</me>
You can verify the price of the house in 2000 by a similar calculation.</p><p>
<sidebyside>
<tabular top="major" halign="center" right="minor" left="minor" bottom="minor">
<row bottom="minor">
<cell>Year</cell>
<cell>Price of House)</cell>
<cell><m>(t,P)</m></cell>
</row>
<row> <cell><m>1990</m></cell>
<cell><m>92,000</m></cell>
<cell><m>(0,\, 92,000)</m></cell></row>
<row> <cell><m>1994</m></cell>
<cell><m>110,800</m></cell>
<cell><m>(4,\, 110,800)</m></cell></row>
<row> <cell><m>1998</m></cell>
<cell><m>129,600</m></cell>
<cell><m>(8,\, 129,600)</m></cell></row>
<row> <cell><m>2000</m></cell>
<cell><m>139,000</m></cell>
<cell><m>(10,\, 139,000)</m></cell></row>
</tabular>
</sidebyside></p>
</li>
<li><p>We let <m>t</m> stand for the number of years since 1990, so that <m>t=0</m> in 1990, <m>t=4</m> in 1994, and so on. To choose scales for the axes, we look at the values in the table. For this graph we scale the horizontal axis, or <m>t</m>-axis, in 1-year intervals and the vertical axis, or <m>P</m>-axis, for <dollar />90,000 to <dollar />140,000 in intervals of <dollar />5,000. The points in <xref ref="fig-median-house" text="type-global"/>. lie on a straight line.</p></li>
<li>
<p>Look back at the calculations in part (a). The price of the house started at <dollar />92,000 in 1990 and increased by <m>t \times 4700</m> dollars after <m>t</m> years. Thus,
<me>P=92,000+4700t</me></p>
</li>
<li>
<p>Find the points on the graph for 1990 and 1996.</p>
<figure xml:id="fig-median-house"><caption></caption><image source="images/fig1-3" width="45%"><description>grid</description></image>
</figure>
<p>These points lie above <m>t=0</m> and <m>t=6</m> on the <m>t</m>-axis. Now find the values on the <m>P</m>-axis corresponding to the two points. The values are <m>P=92,000</m> in 1990 and <m>P=120,200</m> in 1996. The increase in price is the difference of the two <m>P</m>-values.
<md>
<mrow>\text{increase in price}\amp=120,200-92,000
</mrow><mrow>\amp=28,200</mrow></md>
The price of the home increased <dollar />28,200 between 1990 and 1996. This increase is indicated by the arrows in <xref ref="fig-median-house" text="type-global"/>.</p>
</li>
</ol></p>
</solution>
</example>
<p>The graphs in the preceding examples are <term>increasing graphs</term> <idx>increasing graphs</idx>. As we move along the graph from left to right (in the direction of increasing <m>t</m> ), the second coordinate increases as well. Try <xref ref="exercise-Silver-Lake" text="type-global"/>, which illustrates a <term>decreasing graph</term><idx>decreasing graph</idx>.</p>
<exercise xml:id="exercise-Silver-Lake">
<statement>
<p>Silver Lake has been polluted by industrial waste products. The concentration of toxic chemicals in the water is currently 285 parts per million (ppm). Environmental officials would like to reduce the concentration by 15 ppm each year</p>
<ol label="a">
<li><p>Complete the table of values showing the desired concentration, <m>C,</m><nbsp /> of toxic chemicals <m>t</m> years from now. For each <m>t</m>-value, calculate the corresponding value for <m>C</m>. Write your answers as ordered pairs.</p><p>
<sidebyside>
<tabular top="major" halign="center" right="minor" left="minor" bottom="minor">
<row bottom="minor">
<cell><m>t</m></cell>
<cell><m>C</m></cell>
<cell></cell>
<cell><m>(t,C)</m></cell>
</row>
<row>
<cell><m>0</m></cell>
<cell></cell>
<cell><m>C=285-150(\alert{0})</m></cell>
<cell><m>(0, ~~~~ )</m></cell>
</row>
<row>
<cell><m>5</m></cell>
<cell></cell>
<cell><m>C=285-150(\alert{5})</m></cell>
<cell><m>(5, ~~~~ )</m></cell>
</row>
<row>
<cell><m>10</m></cell>
<cell></cell>
<cell><m>C=285-150(\alert{10})</m></cell>
<cell><m>(10, ~~~~ )</m></cell>
</row>
<row>
<cell><m>15</m></cell>
<cell></cell>
<cell><m>C=285-150(\alert{15})</m></cell>
<cell><m>(15, ~~~~ )</m></cell>
</row>
</tabular>
</sidebyside></p>
</li>
<li><p>To choose scales for the axes, notice that the value of <m>C</m> starts at 285 and decreases from there. We'll scale the vertical axis up to 300, and use 10 tick marks at intervals of 30. Graph the ordered pairs on the grid, and connect them with a straight line. Extend the graph until it reaches the horizontal axis, but no farther. Points with negative <m>C</m>-coordinates have no meaning for the problem.</p>
<sidebyside width="45%">
<image source="images/fig-Exercise3">
<description>
grid
</description>
</image></sidebyside></li>
<li><p>Write an equation for the concentration, <m>C</m>, of toxic chemicals <m>t</m> years from now.</p>
</li>
</ol>
</statement>
<hint><p>For part (c): The concentration is initially 8 ppm, and we subtract 15 ppm for each year that passes, or <m>15 \times t</m>.</p></hint>
<answer><p>
<ol label="a" cols="3">
<li><p>
<sidebyside><tabular top="major" halign="center" right="minor" left="minor" bottom="minor">
<row>
<cell><m>(t,C)</m></cell>
</row>
<row>
<cell><m>(0,285)</m></cell>
</row>
<row>
<cell><m>(5,210)</m></cell>
</row>
<row>
<cell><m>(10,135)</m></cell>
</row>
<row>
<cell><m>(15,60)</m></cell>
</row>
</tabular></sidebyside>
</p></li>
<li><sidebyside width="90%"><image source="images/fig-in-ex-ans-1-1-3"><description>decreasing graph</description></image></sidebyside></li>
<li><p><m>C = 285 - 15t</m></p></li>
</ol>
</p></answer>
</exercise>
<technology>
<title><!--<image source="images/icon-GC.jpg" width="8%"><description>Graphing Calculator</description></image>--> Graphing an Equation</title>
<p>We can use a graphing calculator to graph an equation. On most calculators, we follow three steps.</p>
<p>To Graph an Equation:</p><p>
<ol>
<li><p>Press <c>Y=</c> and enter the equation you wish to graph.</p></li>
<li><p>Press <c>WINDOW</c> and select a suitable graphing window.</p></li>
<li><p>Press <c>GRAPH</c></p></li></ol></p>
</technology>
<example xml:id="graphing-calculator">
<title><!--<image source="images/icon-GC.jpg" width="8%"><description>Graphing Calculator</description></image>-->Using a Graphing Calculator</title><statement>
<p>In <xref ref="example-home-price" text="type-global"/>, we found the equation <m>P = 92,000 + 4700t</m> for the median price of a house <m>t</m> years after 1990. Graph this equation on a calculator.</p></statement>
<solution>
<p>
To begin, we press <c>Y=</c> and enter
<me>Y1 = 92,000 + 4700X</me>
</p>
<p>For this graph, we’ll use the grid in <xref ref="example-home-price" text="type-global"/> for our window settings, so we press <c>WINDOW</c> and enter
</p><p>
<sidebyside>
<tabular>
<row>
<cell>Xmin<m>=0</m></cell>
<cell></cell>
<cell>Xmax<m>=10</m></cell>
</row>
<row>
<cell>Ymin<m>=90,000</m></cell>
<cell></cell>
<cell>Ymax<m>=140,000</m></cell>
</row>
</tabular>
</sidebyside></p><p>
Finally, we press <c>GRAPH</c>. The calculator's graph is shown in <xref ref="fig-GC-house-price" text="type-global"/>.</p>
<figure xml:id="fig-GC-house-price"><caption></caption><image source="images/fig-GC-house-price" width="45%"><description>grid</description></image></figure>
</solution>
</example>
<exercise xml:id="exercise-gc"><statement>
<ol label="a">
<li><p>Solve the equation <m>2y - 1575 = 45x</m> for <m>y</m> in terms of <m>x</m>.</p></li>
<li><p>Graph the equation on a graphing calculator. Use the window</p><p>
<sidebyside>
<tabular>
<row>
<cell>Xmin<m>=-50</m></cell>
<cell></cell>
<cell>Xmax<m>=50</m></cell>
<cell></cell>
<cell>Xscl<m>=5</m></cell>
</row>
<row>
<cell>Ymin<m>=-500</m></cell>
<cell></cell>
<cell>Ymax<m>=1000</m></cell>
<cell></cell>
<cell>Yscl<m>=100</m></cell>
</row>
</tabular>
</sidebyside></p></li>
<li><p>Sketch the graph on paper. Use the window settings to choose appropriate scales for the axes.</p></li>
</ol></statement>
<answer><p>
<ol label="a" cols="2">
<li><p><m>y = (1575 + 45x)/ 2 </m></p></li>
<li><sidebyside width="80%"><image source="images/fig-in-ex-ans-1-1-4b.jpg"><description>GC graph</description></image> </sidebyside></li>
<li><sidebyside width="80%"><image source="images/fig-in-ex-ans-1-1-4c"><description>graph</description></image></sidebyside></li>
</ol>
</p></answer>
</exercise>
</subsection>
<subsection>
<title>Linear Equations</title>
<p>All the models in the preceding examples have equations with a similar form: <me>y=\text{(starting value)}+\text{(rate of change)}\cdot x</me>
(We'll talk more about rate of change in <xref ref="slope-and-rate-of-change" text="type-global"/>.) Their graphs were all portions of straight lines. For this reason such equations are called <term>linear equations</term><idx>linear equations</idx>. The order of the terms in the equation does not matter. For example, the equation in <xref ref="example-Annelise" text="type-global"/>, <me>C=5+3t</me> can be written equivalently as <me>-3t+C=5</me> and the equation in <xref ref="example-home-price" text="type-global"/>, <me>P=92,000+4700t</me> can be written as <me>-4700t +P=92,000</me>
This form of a linear equation, <m> Ax+By=C </m>, is called the <term>general form</term><idx>general form</idx>.</p>
<assemblage>
<title>General Form for a Linear Equation</title>
<p>The graph of any equation <me>Ax+By=C</me> where <m>A</m> and <m>B</m> are not both equal to zero, is a straight line.</p>
</assemblage>
<example xml:id="example-advertising"><statement><p>The manager at Albert's Appliances has <dollar />3000 to spend on advertising for the next fiscal quarter. A 30-second spot on television costs <dollar />150 per broadcast, and a 30-second radio ad costs <dollar />50.</p><p>
<ol label="a">
<li><p>The manager decides to buy <m>x</m> television ads and <m>y</m> radio ads. Write an equation relating <m>x</m> and <m>y</m>.</p></li>
<li><p>Make a table of values showing several choices for <m>x</m> and <m>y</m>.</p></li>
<li><p>Plot the points from your table, and graph the equation.</p></li>
</ol></p></statement>
<solution><p>
<ol label="a">
<li><p>Each television ad costs <dollar />150, so <m>x</m> ads will cost <m>\$150x</m>. Similarly, <m>y</m> radio ads will cost <m>\$50y</m>. The manager has <dollar />3000 to spend, so the sum of the costs must be <dollar />3000. Thus, <me>150x+50y=3000</me></p></li>
<li><p>We choose some values of <m>x</m>, and solve the equation for the corresponding value of <m>y</m>. For example, if <m>x=\alert{10}</m> then
<md><mrow>150(\alert{10})+50y\amp=300</mrow>
<mrow>1500+50y\amp=3000</mrow>
<mrow>50y\amp=1500</mrow>
<mrow>y\amp=30</mrow></md>
If the manager buys 10 television ads, she can also buy 30 radio ads. You can verify the other entries in the table.</p><p>
<sidebyside>
<tabular top="major" halign="center" right="minor" left="minor" bottom="minor">
<row bottom="minor">
<cell><m>x</m></cell>
<cell><m>8</m></cell>
<cell><m>10</m></cell>
<cell><m>12</m></cell>
<cell><m>14</m></cell>
</row>
<row>
<cell><m>y</m></cell>
<cell><m>36</m></cell>
<cell><m>30</m></cell>
<cell><m>24</m></cell>
<cell><m>18</m></cell></row>
</tabular>
</sidebyside></p></li>
<li><sidebyside widths="50% 38%"><p>We plot the points from the table. All the solutions lie on a straight line, as shown in <xref ref="fig-example-advertising" text="type-global"/>.</p>
<figure xml:id="fig-example-advertising"><caption></caption><image source="images/fig-example-advertising" width="60%"><description>grid</description></image></figure>
</sidebyside></li>
</ol></p>
</solution>
</example>
<exercise xml:id="exercise-crops">
<statement><p>In central Nebraska, each acre of corn requires 25 acre-inches of water per year, and each acre of winter wheat requires 18 acre-inches of water. (An acre-inch is the amount of water needed to cover one acre of land to a depth of one inch.) A farmer can count on 9000 acre-inches of water for the coming year. (Source: Institute of Agriculture and Natural Resources, University of Nebraska)
<ol label="a">
<li><p>Write an equation relating the number of acres of corn, <m>x</m>, and the number of acres of wheat, <m>y</m>, that the farmer can plant.</p></li>
<li><p>Complete the table.</p><p>
<sidebyside>
<tabular top="major" halign="center" right="minor" left="minor" bottom="minor">
<row bottom="minor">
<cell><m>x</m></cell>
<cell><m>50</m></cell>
<cell><m>100</m></cell>
<cell><m>150</m></cell>
<cell><m>200</m></cell></row>
<row>
<cell><m>y</m></cell>
<cell><m>\hphantom{0000}</m></cell>
<cell><m>\hphantom{0000}</m></cell>
<cell><m>\hphantom{0000}</m></cell>
<cell><m>\hphantom{0000}</m></cell></row>
</tabular>
</sidebyside></p></li></ol></p></statement>
<answer><p>
<ol label="a">
<li><p><m>25x + 18y = 9000</m></p></li>
<li><sidebyside><tabular top="major" halign="center" right="minor" left="minor" bottom="minor">
<row bottom="minor">
<cell><m>x</m></cell>
<cell><m>50</m></cell>
<cell><m>100</m></cell>
<cell><m>150</m></cell>
<cell><m>200</m></cell></row>
<row> <cell><m>y</m></cell>
<cell><m>\alert{430.6}</m></cell>
<cell><m>\alert{361.1}</m></cell>
<cell><m>\alert{291.7}</m></cell>
<cell><m>\alert{222.2}</m></cell></row>
</tabular>
</sidebyside></li></ol>
</p></answer>
</exercise>
</subsection>
<subsection>
<title>Intercepts</title>
<p>Consider the graph of the equation <me>3x-4y=12</me> shown in <xref ref="fig-intercepts" text="type-global"/>. The points where the graph crosses the axes are called the <term>intercepts</term><idx>intercepts</idx> of the graph. The coordinates of these points are easy to find.</p>
<sidebyside widths="35% 60%">
<figure xml:id="fig-intercepts"><caption></caption><image source="images/fig-intercepts"><description>intercepts</description></image></figure>
<paragraphs> <p>The <m>y</m>-coordinate of the <m>x</m>-intercept is zero, so we set <m>y=\alert{0}</m> in the equation to get <md><mrow>3(\alert{0})-4x\amp=12</mrow><mrow>x=-3</mrow></md></p>
<p>The <m>x</m>-intercept is the point <m>(-3,0)</m>. Also, the <m>x</m>-coordinate of the <m>y</m>-intercept is zero, so we set <m>x=\alert{0}</m> in the equation to get <md><mrow>3y-4(\alert{0})=12</mrow><mrow>y=4</mrow></md> The <m>y</m>-intercept is <m>(0,4)</m>.</p> </paragraphs>
</sidebyside>
<assemblage>
<title>Intercepts of a Graph</title>
<p>The points where a graph crosses the axes are called the <term>intercepts of the graph</term><idx>intercepts of the graph</idx>.
<ol>
<li><p>To find the <m>y</m>-intercept, set <m>x=0</m> and solve for <m>y</m>.</p></li>
<li><p>To find the <m>x</m>-intercept, set <m>y=0</m> and solve for <m>x</m></p>
</li>
</ol></p>
</assemblage>
<p>
The intercepts of a graph tell us something about the situation it models.
</p>
<example xml:id="example-intercepts"><statement><p>
<ol label="a">
<li>
Find the intercepts of the graph in <xref ref="exercise-Silver-Lake" text="type-global"/>, about the pollution in Silver Lake.
</li>
<li>What do the intercepts tell us about the problem?
</li>
</ol></p></statement>
<solution><p>
<ol label="a"><li><p>An equation for the concentration of toxic chemicals is <me>C=285-15t</me> To find the <m>C</m>-intercept, set <m>t</m> equal to zero.
<me>C=285-15(\alert{0})=285</me>
The <m>C</m>-intercept is the point <m>(0, 285)</m>, or simply 285. To find the <m>t</m>-intercept, set <m>C</m> equal to zero and solve for <m>t</m>.</p>
<p>
\begin{align*}
\alert{0}\amp =285-15t \amp \amp \text{Add }15t \text{ to both sides.}\\
15t\amp =285 \amp \amp \text{Divide both sides by 15.}\\
t\amp =19 \amp \amp
\end{align*}
</p>
<p>The <m>t</m>-intercept is the point <m>(19,0)</m>, or simply <m>19</m>.</p></li>
<li><p>The <m>C</m>-intercept represents the concentration of toxic chemicals in Silver Lake now: When <m>t=0</m>, <m>C=285</m>, so the concentration is currently <m>285</m> ppm. The <m>t</m>-intercept represents the number of years it will take for the concentration of toxic chemicals to drop to zero: When <m>C=0</m>, <m>t=19</m>, so it will take <m>19</m> years for the pollution to be eliminated entirely.</p>
</li></ol></p>
</solution>
</example>
<exercise>
<statement>
<ol label="a">
<li><p>Find the intercepts of the graph in <xref ref="example-advertising" text="type-global"/>, about the advertising budget for Albert's Appliances: <m>150x + 50y = 3000</m>.</p></li>
<li><p>What do the intercepts tell us about the problem?</p></li>
</ol>
</statement>
<answer><p><m>(20, 0)</m>: The manager can buy <m>20</m> television ads if she buys no radio ads. <m>(0, 60)</m>: The manager can buy <m>60</m> radio ads if she buys no television ads.</p></answer>
</exercise>
</subsection>
<subsection>
<title>Intercept Method for Graphing Lines</title>
<p>Because we really only need two points to graph a linear equation, we might as well find the intercepts first and use them to draw the graph. The values of the intercepts will also help us choose suitable scales for the axes. It is always a good idea to find a third point as a check.
</p>
<example xml:id="intercepts"><statement><p>
<ol label="a">
<li><p>Find the <m>x</m>- and <m>y</m>-intercepts of the graph of <m>150x - 180y = 9000</m>.</p></li>
<li><p>Use the intercepts to graph the equation. Find a third point as a check.</p></li>
</ol></p></statement>
<solution><p>
<ol label="a">
<li><p>To find the <m>x</m>-intercept, we set <m>y = \alert{0}</m>.
</p>
<p>
\begin{align*}
150x-18(\alert{0})\amp =9000 \amp \amp \text{Simpify.}\\
150x\amp =9000 \amp \amp \text{Divide both sides by 150.}\\
x\amp =60 \amp \amp
\end{align*}
</p>
<p>The <m>x</m>-intercept is the point <m>(60, 0)</m>. To find the <m>y</m>-intercept, we set <m>x = \alert{0}</m>.</p>
<p>
\begin{align*}
150(\alert{0})-18y\amp =9000 \amp \amp \text{Simpify.}\\
-180y\amp =9000 \amp \amp \text{Divide both sides by } -180\text{.}\\
y\amp =-50 \amp \amp
\end{align*}
</p>
<p>The <m>y</m>-intercept is the point <m>(0, -50)</m>.</p>
</li>
<li><p>We scale both axes in intervals of 10 and then plot the two intercepts, <m>(60, 0)</m> and <m>(0, -50)</m>. We draw the line through them, as shown in <xref ref="fig-example-graph-intercepts" text="type-global"/>. Finally, we find another point and check that it lies on this line. We choose <m>x = \alert{20}</m> and solve for <m>y</m>.
<md><mrow>150(\alert{20}) -180y \amp = 9000</mrow>
<mrow>3000 -180y \amp = 9000</mrow>
<mrow>-180y \amp = 6000</mrow>
<mrow>y \amp =-33.\overline{3}</mrow></md>
We plot the point <m>(20, -33\frac{1}{3})</m>. Because this point lies on the line, we can be reasonably confident that our graph is correct. </p>
<figure xml:id="fig-example-graph-intercepts"><caption></caption><image source="images/fig-example-graph-intercepts" width="40%"><description>grid</description></image></figure>
</li>
</ol></p>
</solution>
</example>
<technology>
<title><!--<image source="images/icon-GC.jpg" width="8%"><description>Graphing Calculator</description></image>-->Choosing a Graphing Window</title>
<p>Knowing the intercepts can also help us choose a suitable window on a graphing calculator. We would like the window to be large enough to show the intercepts. For the graph in <xref ref="fig-example-graph-intercepts" text="type-global"/>, we can enter the equation <me>Y = (9000 -150X)/ -180</me>
in the window</p><p>
<sidebyside>
<tabular>
<row>
<cell>Xmin<m>=-20</m></cell>
<cell></cell>
<cell>Xmax<m>=70</m></cell>
</row>
<row>
<cell>Ymin<m>=-70</m></cell>
<cell></cell>
<cell>Ymax<m>=30</m></cell>
</row>
</tabular>
</sidebyside></p>
</technology>
<xi:include href="./assemblage-intercept-method.xml" />
<exercise xml:id="exercise-intercepts"><statement>
<ol label="a">
<li><p>In <xref ref="exercise-crops" text="type-global"/>, you wrote an equation about crops in Nebraska. Find the intercepts of the graph.</p></li>
<li><p>Use the intercepts to help you choose appropriate scales for the axes, and then graph the equation.</p></li>
<li><p>What do the intercepts tell us about the problem?</p></li>
</ol></statement>
<answer><p>a., c. <m>~~(360, 0)</m>: If he plants no wheat, the farmer can plant <m>360</m> acres of corn. <m>(0, 500)</m>: If he plants no corn, the farmer can plant 500 acres of wheat.</p>
<p>b. <assemblage width="50%" margins="0% 50%"><image source="images/fig-in-ex-ans-1-1-7"><description>line in first quadrant</description></image></assemblage> </p>
</answer>
</exercise>
<p>The examples in this section model simple linear relationships between two variables.
Such relationships, in which the value of one variable is determined by the value of the
other, are called <term>functions</term><idx>functions</idx>. We will study various kinds of functions throughout the course.</p>
</subsection>
<xi:include href="./summary-1-1.xml" /> <!-- summary -->
<xi:include href="./section-1-1-exercises.xml" /> <!-- exercises -->
</section>
<!-- </book> </mathbook> -->