Chapter 2, Sections 2.5 - 2.6, “Applications” and ... · Chapter 2, Sections 2.5 - 2.6,...

31
Chapter 2, Sections 2.5 - 2.6, “Applications” and “Inequalities” from Elementary Algebra Textbook, Second Edition, by the Department of Mathematics, College of the Redwoods, is available under a Creative Commons Attribution-Non Commercial 3.0 Unported license. © 2011, Department of Mathematics, College of the Redwoods.

Transcript of Chapter 2, Sections 2.5 - 2.6, “Applications” and ... · Chapter 2, Sections 2.5 - 2.6,...

Page 1: Chapter 2, Sections 2.5 - 2.6, “Applications” and ... · Chapter 2, Sections 2.5 - 2.6, “Applications” and “Inequalities” from . Elementary Algebra Textbook, Second Edition,

Chapter 2, Sections 2.5 - 2.6, “Applications” and “Inequalities” from Elementary Algebra Textbook, Second Edition, by the Department of Mathematics, College of the Redwoods, is available under a Creative Commons Attribution-Non Commercial 3.0 Unported license. © 2011, Department of Mathematics, College of the Redwoods.

Page 2: Chapter 2, Sections 2.5 - 2.6, “Applications” and ... · Chapter 2, Sections 2.5 - 2.6, “Applications” and “Inequalities” from . Elementary Algebra Textbook, Second Edition,

2.5. APPLICATIONS 121

2.5 Applications

The solution of a word problem must incorporate each of the following steps.

Requirements for Word Problem Solutions.

1. Set up a Variable Dictionary. You must let your readers know whateach variable in your problem represents. This can be accomplished in anumber of ways:

• Statements such as “Let P represent the perimeter of the rectangle.”

• Labeling unknown values with variables in a table.

• Labeling unknown quantities in a sketch or diagram.

2. Set up an Equation. Every solution to a word problem must include acarefully crafted equation that accurately describes the constraints in theproblem statement.

3. Solve the Equation. You must always solve the equation set up in theprevious step.

4. Answer the Question. This step is easily overlooked. For example, theproblem might ask for Jane’s age, but your equation’s solution gives theage of Jane’s sister Liz. Make sure you answer the original questionasked in the problem. Your solution should be written in a sentence withappropriate units.

5. Look Back. It is important to note that this step does not imply thatyou should simply check your solution in your equation. After all, it’spossible that your equation incorrectly models the problem’s situation, soyou could have a valid solution to an incorrect equation. The importantquestion is: “Does your answer make sense based on the words in theoriginal problem statement.”

Let’s give these requirements a test drive.

You Try It!

EXAMPLE 1. Three more than five times a certain number is −62. Find 27 more than 5 times acertain number is −148.What is the number?

the number.

Solution: In the solution, we address each step of the Requirements for WordProblem Solutions.

1. Set up a Variable Dictionary. Let x represent the unknown number.

2. Set up an Equation.“Three more than five times a certain number is −62”becomes:

Page 3: Chapter 2, Sections 2.5 - 2.6, “Applications” and ... · Chapter 2, Sections 2.5 - 2.6, “Applications” and “Inequalities” from . Elementary Algebra Textbook, Second Edition,

122 CHAPTER 2. SOLVING LINEAR EQUATIONS AND INEQUALITIES

Three more thanfive timesa certainnumber

is −62

3 + 5x = −62

3. Solve the Equation. To solve for x, first subtract 3 from both sides of theequation.

3 + 5x = −62 Original equation.

3 + 5x− 3 = −62− 3 Subtract 3 from both sides.

5x = −65 Simplify.

5x

5=

−65

5Divide both sides by 5.

x = −13 Simplify.

4. Answer the Question. The unknown number is −13.

5. Look Back. Compute “three more than five times −13.”

3 + 5(−13) = 3 + (−65)

= −62

Hence, three more than five times −13 is −62, as required. Our solutionis correct.Answer: −35

You Try It!

EXAMPLE 2. The sum of three consecutive integers is −66. Find theThe sum of three consecutiveodd integers is −225. Whatare the integers?

smallest of these three integers.

Solution: In the solution, we address each step of the Requirements for WordProblem Solutions.

1. Set up a Variable Dictionary. Let k represent the smallest of three con-secutive integers.

2. Set up an Equation. An example of three consecutive integers is 34, 35,and 36. These are not the integers we seek, but they serve to help in theunderstanding of the problem. Note how each consecutive integer is onelarger than the preceding integer. If k is the smallest of three consecutiveintegers, then the next two consecutive integers are k+1 and k+2. The“sum of three consecutive integers is −66” becomes:

Page 4: Chapter 2, Sections 2.5 - 2.6, “Applications” and ... · Chapter 2, Sections 2.5 - 2.6, “Applications” and “Inequalities” from . Elementary Algebra Textbook, Second Edition,

2.5. APPLICATIONS 123

Firstconsecutiveinteger

plussecond

consecutiveinteger

plusthird

consecutiveinteger

is −66

k + (k + 1) + (k + 2) = −66

3. Solve the Equation. To solve for k, first simplify the left-hand side of theequation by combining like terms.

k + (k + 1) + (k + 2) = −66 Original equation.

3k + 3 = −66 Combine like terms.

3k + 3− 3 = −66− 3 Subtract 3 from both sides.

3k = −69 Simplify.

3k

3=

−69

3Divide both sides by 3.

k = −23 Simplify.

4. Answer the Question. The smallest of three consecutive integers is −23.

5. Look Back. If k = −23 is the smallest of three consecutive integers, thenthe next two consecutive integers are −22 and −21. Let’s check the sumof these three consecutive integers.

−23 + (−22) + (−21) = −66

Hence, the sum of the three consecutive integers is −66, as required. Oursolution is correct. Answer: −77, −75, −73

You Try It!

EXAMPLE 3. A carpenter cuts a board measuring 60 inches in three pieces. Han cuts a board measuring230 inches in three pieces.The second piece is twice aslong as the first piece, andthe third piece is 30 incheslonger than the second piece.Find the length of each piececut by Han.

The second piece is twice as long as the first piece, and the third piece isthree times as long as the first piece. Find the length of each piece cut by thecarpenter.

Solution: In the solution, we address each step of the Requirements for WordProblem Solutions.

1. Set up a Variable Dictionary. Let L represent the length of the firstpiece. Then the second piece, which is twice as long as the first piece,has length 2L. The third piece, which is three times as long as the firstpiece, has length 3L. Let’s construct a little table to help summarize theinformation provided in this problem.

Page 5: Chapter 2, Sections 2.5 - 2.6, “Applications” and ... · Chapter 2, Sections 2.5 - 2.6, “Applications” and “Inequalities” from . Elementary Algebra Textbook, Second Edition,

124 CHAPTER 2. SOLVING LINEAR EQUATIONS AND INEQUALITIES

Piece Length (in)

First piece LSecond piece 2LThird piece 3L

Total length 60

2. Set up an Equation. As you can see in the table above, the second columnshows that the sum of the three pieces is 60 inches. In symbols:

L+ 2L+ 3L = 60

3. Solve the Equation. To solve for L, first simplify the left-hand side of theequation by combining like terms.

L+ 2L+ 3L = 60 Original equation.

6L = 60 Combine like terms.

6L

6=

60

6Divide both sides by 6.

L = 10 Simplify.

4. Answer the Question. The first piece has length L = 10 inches. Thesecond piece has length 2L = 20 inches. The third piece has length3L = 30 inches. In tabular form, this is even more apparent.

Piece Length (in) Length (in)

First piece L 10Second piece 2L 20Third piece 3L 30

Total length 60 60

5. Look Back. Not only is the second length twice the first and the thirdlength three times the first, check the sum of their lengths:

10 + 20 + 30 = 60

That’s a total of 60 inches. We have the correct solution.Answer: 40, 80, 110 in

You Try It!

EXAMPLE 4. The three sides of a triangle are consecutive even integers. IfThe three sides of a triangleare consecutive integers. Ifthe perimeter (sum of thethree sides) of the triangle is453 centimeters, find thelength of each side of thetriangle.

the perimeter (sum of the three sides) of the triangle is 156 centimeters, findthe length of each side of the triangle.

Page 6: Chapter 2, Sections 2.5 - 2.6, “Applications” and ... · Chapter 2, Sections 2.5 - 2.6, “Applications” and “Inequalities” from . Elementary Algebra Textbook, Second Edition,

2.5. APPLICATIONS 125

Solution: In the solution, we address each step of the Requirements for WordProblem Solutions.

1. Set up a Variable Dictionary. An example of three consecutive evenintegers is 18, 20, and 22. These are not the integers we seek, but theydo give us some sense of the meaning of three consecutive even integers.Note that each consecutive even integer is two larger than the precedinginteger. Thus, if k is the length of the first side of the triangle, then thenext two sides are k+2 and k+4. In this example, our variable dictionarywill take the form of a well-labeled figure.

k + 2

kk + 4

2. Set up an Equation. The perimeter of the triangle is the sum of the threesides. If the perimeter is 156 centimeters, then:

k + (k + 2) + (k + 4) = 156

3. Solve the Equation. To solve for k, first simplify the left-hand side of theequation by combining like terms.

k + (k + 2) + (k + 4) = 156 Original equation.

3k + 6 = 156 Combine like terms.

3k + 6− 6 = 156− 6 Subtract 6 from both sides.

3k = 150 Simplify.

3k

3=

150

3Divide both sides by 3.

k = 50 Simplify.

4. Answer the Question. Thus, the first side has length 50 centimeters.Because the next two consecutive even integers are k+2 = 52 and k+4 =54, the three sides of the triangle measure 50, 52, and 54 centimeters,respectively.

5. Look Back. An image helps our understanding. The three sides areconsecutive even integers.

Page 7: Chapter 2, Sections 2.5 - 2.6, “Applications” and ... · Chapter 2, Sections 2.5 - 2.6, “Applications” and “Inequalities” from . Elementary Algebra Textbook, Second Edition,

126 CHAPTER 2. SOLVING LINEAR EQUATIONS AND INEQUALITIES

52 cm

50 cm54 cm

Note that the perimeter (sum of the three sides) is:

50 cm + 52 cm+ 54 cm = 156 cm (2.1)

Thus, the perimeter is 156 centimeters, as it should be. Our solution iscorrect.Answer: 150, 151, 152 cm

You Try It!

EXAMPLE 5. A well-known fact from geometry is the fact that the sumThe second angle of atriangle is three times biggerthan the first angle. Thethird angle of the triangle isa 40 degrees larger than thesecond angle. How manydegrees are in each angle?

of the angles of a triangle is 180◦. Suppose we have a triangle whose secondangle is 10 degrees larger than twice its first angle and whose third angle is50 degrees larger than its first angle. Find the measure of each angle of thetriangle.

Solution: In the solution, we address each step of the Requirements for WordProblem Solutions.

1. Set up a Variable Dictionary. The Greek alphabet starts out with theletters α, β, γ, δ, ε, . . . , in much the same way that the English alphabetstart out with the letters a, b, c, d, e, . . . . Mathematicians love to useGreek letters, especially in the study of trigonometry. The greek letter θ(pronounced “theta”) is particularly favored in representing an angle ofa triangle. So, we’ll let θ represent the degree measure of the first angleof the triangle. The second angle is 10 degrees larger than twice the firstangle, so the second angle is 2θ+10. The third angle is 50 degrees largerthan the first angle, so the third angle is θ + 50. Again, we’ll set up awell-labeled figure for our variable dictionary.

θ + 50θ

2θ + 10

Page 8: Chapter 2, Sections 2.5 - 2.6, “Applications” and ... · Chapter 2, Sections 2.5 - 2.6, “Applications” and “Inequalities” from . Elementary Algebra Textbook, Second Edition,

2.5. APPLICATIONS 127

2. Set up an Equation. The sum of the angles is 180◦, so:

θ + (2θ + 10) + (θ + 50) = 180

3. Solve the Equation. To solve for θ, first simplify the left-hand side of theequation by combining like terms.

θ + (2θ + 10) + (θ + 50) = 180 Original equation.

4θ + 60 = 180 Combine like terms.

4θ + 60− 60 = 180− 60 Subtract 60 from both sides.

4θ = 120 Simplify.

4=

120

4Divide both sides by 4.

θ = 30 Simplify.

4. Answer the Question. Thus, the first angle is θ = 30 degrees, the secondangle is 2θ+10 = 70 degrees, and the third angle is θ+50 = 80 degrees.

5. Look Back. An image helps our understanding. Note that the secondangle is 10 degrees larger than twice the first angle. Note that the thirdangle is 50 degrees larger than the first angle.

80◦30◦

70◦

Note that the sum of the angles is:

30◦ + 70◦ + 80◦ = 180◦ (2.2)

Thus, the sum of the three angles is 180 degrees, as it should be. Wehave the correct solution. Answer: 20◦, 60◦, 100◦

You Try It!

EXAMPLE 6. Martha inherits $21,000 and decides to invest the money Jim inherits $15,000. Heinvests part in a fund thatpays 5% per year and therest in a fund that pays 4%per year. At the end of oneyear, the combined interestfrom both investments was$4,250. How much did heinvest in each fund?

in three separate accounts. The amount she invests in the second account istwice the amount she invests in the first account. The amount she invests in

Page 9: Chapter 2, Sections 2.5 - 2.6, “Applications” and ... · Chapter 2, Sections 2.5 - 2.6, “Applications” and “Inequalities” from . Elementary Algebra Textbook, Second Edition,

128 CHAPTER 2. SOLVING LINEAR EQUATIONS AND INEQUALITIES

the third account is $1,000 more than the amount she invests in the secondaccount. How much did she invest in each account?

Solution: In the solution, we address each step of the Requirements for WordProblem Solutions.

1. Set up a Variable Dictionary. We’ll use a table in this example to helpset up our variable dictionary. Let x be the amount invested in thefirst account. The amount invested in the second account is twice thatinvested in the first account, so 2x is the amount invested in the secondaccount. The third account investment is $1,000 more than the amountinvested in the second account, so that is 2x+ 1000.

Account # Amount Invested

Account#1 xAccount#2 2xAccount#3 2x+ 1000

Total Invested 21000

2. Set up an Equation. The second column of the table reveals the requiredequation. The three investments must sum to $21,000.

x+ 2x+ (2x+ 1000) = 21000

3. Solve the Equation. To solve for x, first simplify the left-hand side of theequation by combining like terms.

x+ 2x+ (2x+ 1000) = 21000 Original equation.

5x+ 1000 = 21000 Combine like terms.

5x+ 1000− 1000 = 21000− 1000 Subtract 1000 from both sides.

5x = 20000 Simplify.

5x

5=

20000

5Divide both sides by 5.

x = 4000 Simplify.

4. Answer the Question. Substitute x = 4000 in each entry of the secondcolumn of the table above to produce the results in the table below.

Account # Amount Invested Amount Invested

Account#1 x $4,000Account#2 2x $8,000Account#3 2x+ 1000 $9,000

Total Invested 21000 $21,000

Page 10: Chapter 2, Sections 2.5 - 2.6, “Applications” and ... · Chapter 2, Sections 2.5 - 2.6, “Applications” and “Inequalities” from . Elementary Algebra Textbook, Second Edition,

2.5. APPLICATIONS 129

5. Look Back. As we can see in our answer table, the amount $8,000 investedin the second account is twice the amount invested in the first account.The amount $9,000 invested in the third account is %1,000 more than theamount invested in the second account. Moreover, the total investmentis:

$4, 000 + $8, 000 + $9, 000 = $21, 000 (2.3)

Thus, the total investment is $21,000, as it should be. We have thecorrect solution. Answer: $5,000 at 5% and

$10,000 at 4%.

You Try It!

EXAMPLE 7. Jeff is hiking the 2,650-mile Pacific Crest Trail from Mexico Margaret is cycling along alane that measures 100miles. If Magaret is fourtimes as far from the start ofthe ride as she is from thefinish, how many more milesdoes she have to go beforeshe finishes her ride?

to Canada. Shortly before he crosses over from Oregon into Washington he isfour times as far from the beginning of the trail as he is from the end. Howmuch further does he have to hike?

Solution: In the solution, we address each step of the Requirements for WordProblem Solutions.

1. Set up a Variable Dictionary. Let d represent the distance left for Jeffto hike. Because Jeff is four times further from the beginning of the trailthan the end, the distance Jeff already completed is 4d. Let’s construct alittle table to help summarize the information provided in this problem.

Section of Trail Distance (mi)

Distance to finish dDistance from start 4d

Total distance 2650

2. Set up an Equation. As you can see in the table above, the second columnshows that the sum of the two distances is 2650 miles. In symbols:

d+ 4d = 2650

3. Solve the Equation. To solve for d, first simplify the left-hand side of theequation by combining like terms.

d+ 4d = 2650 Original equation.

5d = 2650 Combine like terms.

5d

5=

2650

5Divide both sides by 5.

d = 530 Simplify.

Page 11: Chapter 2, Sections 2.5 - 2.6, “Applications” and ... · Chapter 2, Sections 2.5 - 2.6, “Applications” and “Inequalities” from . Elementary Algebra Textbook, Second Edition,

130 CHAPTER 2. SOLVING LINEAR EQUATIONS AND INEQUALITIES

4. Answer the Question. Jeff still has 530 miles to hike.

5. Look Back. Because the amount left to hike is d = 530 miles, Jeff’sdistance from the start of the trail is 4d = 4(530), or 2,120 miles. If wearrange these results in tabular form, it is evident that not only is thedistance from the start of the trail four times that of the distance left tothe finish, but also the sum of their lengths is equal to the total lengthof the trail.

Section of Trail Distance (mi) Distance (mi)

Distance to finish d 530Distance from start 4d 2120

Total distance 2650 2650

Thus, we have the correct solution.Answer: 20 miles

You Try It!

EXAMPLE 8. Today 15% of Sister Damaris’ seventh grade class were ill and20% of Mary’s class were illand stayed home fromschool. If only 36 studentsare present, what is theactual size of Mary’s class?

stayed home from school. If only 34 students are present, what is the actualsize of Sister Damaris’ class?

Solution: In the solution, we address each step of the Requirements for WordProblem Solutions.

1. Set up a Variable Dictionary. Let S represent the actual size of SisterDamaris’ class.

2. Set up an Equation. If 15% of Sister Damaris’ class was absent, then85% of her class was present. There are 34 student present, so the phrase“85% of Sister Damaris’ class is 34” translates into the equation,

0.85S = 34,

where we’ve changed 85% to a decimal by moving the decimal point twoplaces to the left.

3. Solve the Equation. To solve for S, first clear the decimals by multiplyingboth sides of the equation by 100.

0.85S = 34 Original equation.

85S = 3400 Multiply both sides by 100.

85S

85=

3400

85Divide both sides by 85.

S = 40 Simplify.

Page 12: Chapter 2, Sections 2.5 - 2.6, “Applications” and ... · Chapter 2, Sections 2.5 - 2.6, “Applications” and “Inequalities” from . Elementary Algebra Textbook, Second Edition,

2.5. APPLICATIONS 131

4. Answer the Question. Sister Damaris’ class size is 40.

5. Look Back. We’re told that 15% of Sister Damaris’ class is absent. If wecalculate 15% of 40, we get:

0.15(40) = 6

Thus, there were 6 students absent, so 40−6, or 34 students were present.Thus, we have the correct solution. Answer: 45

Page 13: Chapter 2, Sections 2.5 - 2.6, “Applications” and ... · Chapter 2, Sections 2.5 - 2.6, “Applications” and “Inequalities” from . Elementary Algebra Textbook, Second Edition,

132 CHAPTER 2. SOLVING LINEAR EQUATIONS AND INEQUALITIES

❧ ❧ ❧ Exercises ❧ ❧ ❧

1. Two angles are said to be complementaryif their sum is ninety degrees. Supposeyou have two complementary angles suchthat the second angle is 6 degrees largerthan 2 times the measure of the first an-gle. Find the angles.

2. Two angles are said to be complementaryif their sum is ninety degrees. Supposeyou have two complementary angles suchthat the second angle is 10 degrees largerthan 3 times the measure of the first an-gle. Find the angles.

3. Two angles are said to be supplementaryif their sum is 180 degrees. Suppose youhave two supplementary angles such thatthe second angle is 10 degrees larger than4 times the measure of the first angle.Find the angles.

4. Two angles are said to be supplementaryif their sum is 180 degrees. Suppose youhave two supplementary angles such thatthe second angle is 12 degrees larger than5 times the measure of the first angle.Find the angles.

5. The three sides of a triangle are consecu-tive integers. If the perimeter (sum of thethree sides) of the triangle is 483 meters,find the length of each side of the triangle.

6. The three sides of a triangle are consecu-tive integers. If the perimeter (sum of thethree sides) of the triangle is 486 yards,find the length of each side of the trian-gle.

7. Four less than eight times a certain num-ber is −660. Find the number.

8. Nine less than five times a certain numberis 141. Find the number.

9. Alan is hiking a trail that is 70 miles long.After several days, he is four times as farfrom the beginning of the trail as he isfrom the end. How much further does hehave to hike?

10. Joe is hiking a trail that is 30 miles long.After several days, he is two times as farfrom the beginning of the trail as he isfrom the end. How much further does hehave to hike?

11. Martha takes roll in her sixth grade gradeclass and finds that 2 students are missing.If her actual class size is 36 students, whatpercentage of her class is absent? Roundyour answer to the nearest percent.

12. Alice takes roll in her first grade gradeclass and finds that 7 students are missing.If her actual class size is 37 students, whatpercentage of her class is absent? Roundyour answer to the nearest percent.

13. Lily cuts a piece of yarn into three pieces.The second pieces is 3 times as long as thefirst piece, and the third piece is 6 cen-timeters longer than the first piece. If thetotal length of the yarn is 211 centime-ters, find the lengths of each of the threepieces.

14. Jane cuts a piece of twine into three pieces.The second pieces is 7 times as long as thefirst piece, and the third piece is 5 feetlonger than the first piece. If the totallength of the twine is 320 feet, find thelengths of each of the three pieces.

15. The three sides of a triangle are consecu-tive even integers. If the perimeter (sumof the three sides) of the triangle is 450yards, find the length of each side of thetriangle.

Page 14: Chapter 2, Sections 2.5 - 2.6, “Applications” and ... · Chapter 2, Sections 2.5 - 2.6, “Applications” and “Inequalities” from . Elementary Algebra Textbook, Second Edition,

2.5. APPLICATIONS 133

16. The three sides of a triangle are consecu-tive even integers. If the perimeter (sumof the three sides) of the triangle is 318feet, find the length of each side of thetriangle.

17. The perimeter of a triangle is 414 yards.The second side of the triangle is 7 timesas long as the first side and the third sideof the triangle is 9 yards longer than thefirst side. Find the lengths of each of thethree sides of the triangle.

18. The perimeter of a triangle is 54 inches.The second side of the triangle is 2 timesas long as the first side and the third sideof the triangle is 6 inches longer than thefirst side. Find the lengths of each of thethree sides of the triangle.

19. The sum of three consecutive odd integersis −543. Find the smallest of the threeconsecutive odd integers.

20. The sum of three consecutive odd integersis −225. Find the smallest of the threeconsecutive odd integers.

21. The sum of the angles of a triangle is 180◦.In triangle �ABC, the degree measure ofangle B is 4 times the degree measure ofangle A. The degree measure of angle C is30 degrees larger than the degree measureof angle A. Find the degree measures ofeach angle of triangle �ABC.

22. The sum of the angles of a triangle is 180◦.In triangle �ABC, the degree measure ofangle B is 4 times the degree measure ofangle A. The degree measure of angle C is60 degrees larger than the degree measureof angle A. Find the degree measures ofeach angle of triangle �ABC.

23. The sum of three consecutive integers is−384. Find the largest of the three con-secutive integers.

24. The sum of three consecutive integers is−501. Find the largest of the three con-secutive integers.

25. Seven more than two times a certain num-ber is 181. Find the number.

26. Nine more than two times a certain num-ber is 137. Find the number.

27. The three sides of a triangle are consecu-tive odd integers. If the perimeter (sum ofthe three sides) of the triangle is 537 feet,find the length of each side of the triangle.

28. The three sides of a triangle are consecu-tive odd integers. If the perimeter (sumof the three sides) of the triangle is 471centimeters, find the length of each sideof the triangle.

29. A store advertises that it is offering a 14%discount on all articles purchased at thestore. If Yao pays $670.80 for an article,what was the marked price for the article?

30. A store advertises that it is offering a 12%discount on all articles purchased at thestore. If Roberto pays $560.56 for an ar-ticle, what was the marked price for thearticle?

31. The sum of three consecutive even integersis −486. Find the smallest of the threeconsecutive even integers.

32. The sum of three consecutive even integersis −354. Find the smallest of the threeconsecutive even integers.

33. Burt inherits $45,500. He decides to in-vest part of the inheritance in a mutualfund and the remaining part in a certifi-cate of deposit. If the amount investedin the certificate of deposit is $3,500 morethan 6 times the amount invested in themutual fund, find the amount invested ineach account.

34. Phoenix inherits $12,000. He decides toinvest part of the inheritance in a mutualfund and the remaining part in a certifi-cate of deposit. If the amount investedin the certificate of deposit is $3,000 morethan 8 times the amount invested in themutual fund, find the amount invested ineach account.

Page 15: Chapter 2, Sections 2.5 - 2.6, “Applications” and ... · Chapter 2, Sections 2.5 - 2.6, “Applications” and “Inequalities” from . Elementary Algebra Textbook, Second Edition,

134 CHAPTER 2. SOLVING LINEAR EQUATIONS AND INEQUALITIES

❧ ❧ ❧ Answers ❧ ❧ ❧

1. 28, 62 degrees

3. 34, 146 degrees

5. 160, 161, 162 meters

7. −82

9. 14 miles

11. 6%

13. 41, 123, and 47 centimeters

15. 148, 150, 152 yards

17. 45, 315, and 54 yards

19. −183

21. 25◦, 100◦, 55◦

23. −127

25. 87

27. 177, 179, 181 feet

29. $780.00

31. −164

33. $6,000, $39,500

Page 16: Chapter 2, Sections 2.5 - 2.6, “Applications” and ... · Chapter 2, Sections 2.5 - 2.6, “Applications” and “Inequalities” from . Elementary Algebra Textbook, Second Edition,

2.6. INEQUALITIES 135

2.6 Inequalities

In Chapter 1, we introduced the natural numbers N = {1, 2, 3, . . .}, the wholenumbersW = {0, 1, 2, 3, . . .}, and the integers Z = {. . . ,−3,−2,−1, 0, 1, 2, 3, . . .}.Later in the chapter, we introduced the rational numbers, numbers of the formp/q, where p and q are integers. We noted that both terminating and repeatingdecimals are rational numbers. Each of these numbers has a unique positionon the number line (see Figure 2.13).

−4 −3 −2 −1 0 1 2 3 4

−2 1.5−3.125 0.3329− 7

8

Figure 2.13: Positioning numbers on the number line.

The natural numbers, whole numbers, and integers are also rational num-bers, because each can be expressed in the form p/q, where p and q are integers.For example, 0=0/12, 4 = 4/1, and −3 = −12/4. Indeed, the rational numberscontain all of the numbers we’ve studied up to this point in the course.

However, not all numbers are rational numbers. For example, consider the Two other irrationalnumbers you may encounterin your mathematical studiesare e (Euler’s constant),which is approximately equalto e ≈ 2.71828182845904 . . .,and φ (pronounced “phi”),called the golden ratio, whichequals φ = (1 +

√5)/2. The

number e arises inapplications involvingcompound interest,probability, and other areasof mathematics. The numberφ is used in financial marketsand is also arguably the ratioof beauty in art andarchitecture.

decimal number −3.10110111011110 . . ., which neither terminates nor repeats.The number

√2 = 1.414213562373095 . . . also equals a decimal number that

never terminates and never repeats. A similar statement can be made aboutthe number π = 3.141592653589793 . . .. Each of these irrational (not rational)numbers also has a unique position on the number line (see Figure 2.14).

−4 −3 −2 −1 0 1 2 3 4

√2 π−3.010110111 . . .

Figure 2.14: Positioning numbers on the number line.

The Real Numbers. If we combine all of the rational and irrational numbersinto one collection, then we have a set of numbers that is called the set of realnumbers. The set of real numbers is denoted by the symbol R.

Every point on the number line is associated with a unique real number. Con-versely, every real number is associated with a unique position on the numberline. In lieu of this correspondence, the number line is usually called the realline.

Page 17: Chapter 2, Sections 2.5 - 2.6, “Applications” and ... · Chapter 2, Sections 2.5 - 2.6, “Applications” and “Inequalities” from . Elementary Algebra Textbook, Second Edition,

136 CHAPTER 2. SOLVING LINEAR EQUATIONS AND INEQUALITIES

Ordering the Real Numbers

The real numbers are ordered on the real line in a manner identical to how weordered the integers on the number line in Section 1 of Chapter 1.

Order on the Real Line. Suppose that a and b are real numbers positionedon the real line as shown below.

a b

• Because a lies to the “left of” b, we say that a is “less than” b, or inmathematical symbols, a < b. The inequality symbol < is read “lessthan.”

• Alternately, b lies to the “right of” a, so we can also say that b is “greaterthan” a, or in mathematical symbols, b > a. The inequality symbol > isread “greater than.”

Here are two more inequality symbols that we will use in this section.

Less than or equal to. If we want to say that a lies to the “left of” b, orshares the same position as b, then we say that a is “less than or equal to” band write a ≤ b. The inequality symbol ≤ is pronounced “less than or equalto.”

Greater than or equal to. If we want to say that b lise to the “right of” a,or shares the same position as a, then we say that b is “greater than ore equalto a and write b ≥ a. The inequality symbol ≥ is pronounced “greater than orequal to.”

Set-Builder Notation

Mathematicians use a construct called set-builder notation to describe setsor collections of numbers. The general form of set-builder notation looks asfollows:

{x : some statement about x}For example, suppose that we want to describe the set of “all real numbersthat are less than 2.” We could use the following notation:

A = {x : x < 2}

Page 18: Chapter 2, Sections 2.5 - 2.6, “Applications” and ... · Chapter 2, Sections 2.5 - 2.6, “Applications” and “Inequalities” from . Elementary Algebra Textbook, Second Edition,

2.6. INEQUALITIES 137

This is read aloud as follows: “A equals the set of all x such that x is less than2.” Some prefer to use a vertical bar instead of a colon.

A = {x|x < 2}In this text we use the colon in set-builder notation, but feel free to use thevertical bar instead. They mean the same thing.

One might still object that the notation {x : x < 2} is a bit vague. Oneobjection could be “What type of numbers x are you referring to? Do you wantthe integers that are less than two or do you want the real numbers that areless than two?” As you can see, this is a valid objection. One way of addressingthis objection is to write:

A = {x ∈ R : x < 2} or A = {x ∈ N : x < 2}The first is read “A is the set of all x in R that are less than two,” while thesecond is read “A is the set of all x in N that are less than two.”

Set-builder Assumption. In this text, unless there is a specific refernce tothe set of numbers desired, we will assume that the notation {x : x < 2} isasking for the set of all real numbers less than 2.

In Figure 2.15, we’ve shaded the set of real numbers {x : x < 2}. Because

−5 −4 −3 −2 −1 0 1 2 3 4 5

Figure 2.15: Shading the numbers less than 2.

“less than” is the same as saying “left of,” we’ve shaded (in red) all pointson the real line that lie to the left of the number two. Note that there is an“empty circle” at the number two. The point representing the number two isnot shaded because we were only asked to shade the numbers that are strictlyless than two.

While the shading in Figure 2.15 is perfectly valid, much of the informationprovided in Figure 2.15 is unnecessary (and perhaps distracting). We only needto label the endpoint and shade the real numbers to the left of two, as we’vedone in constructing Figure 2.16.

2

Figure 2.16: You only need to label the endpoint.

For contrast, suppose instead that we’re asked to shade the set of realnumbers {x : x ≤ 2}. This means that we must shade all the real numbers

Page 19: Chapter 2, Sections 2.5 - 2.6, “Applications” and ... · Chapter 2, Sections 2.5 - 2.6, “Applications” and “Inequalities” from . Elementary Algebra Textbook, Second Edition,

138 CHAPTER 2. SOLVING LINEAR EQUATIONS AND INEQUALITIES

2

Figure 2.17: You only need to label the endpoint.

that are “less than or equal to 2” or “left of and including 2.” The resultingset is shaded in Figure 2.17.

Note the difference between Figures 2.16 and 2.17. In Figures 2.16 we’reshading the set {x : x < 2}, so the number 2 is left unshaded (an empty dot).In Figures 2.17, we’re shading the set {x : x ≤ 2}, so the number 2 is shaded(a filled-in dot).

You Try It!

EXAMPLE 1. Shade the set {x : x ≥ −3} on the real line.Shade {x : x ≤ 4} on thereal line.

Solution: The notation {x : x ≥ −3} is pronounced “the set of all realnumbers x such that x is greater than or equal to −3.” Thus, we need to shadethe number −3 and all real numbers to the right of −3.

−34

Answer:

You Try It!

EXAMPLE 2. Use set-builder notation to describe the set of real numbersUse set-builder notation todescribe the following set ofreal numbers:

−10

that are shaded on the number line below.

−1

Solution: The number −1 is not shaded. Only the numbers to the left of −1are shaded. This is the set of all real numbers x such that x is “less than” −1.Thus, we describe this set with the following set-builder notation:

{x : x < −1}.

Answer: {x : x > −10}�

Interval Notation

In Examples 1 and 2, we used set-builder notation to describe the set of realnumbers greater than or equal to −3 and a second set of real numbers less than−1. There is another mathematical symbolism, called interval notation, thatcan be used to describe these sets of real numbers.

Consider the first set of numbers from Example 1, {x : x ≥ −3}.

Page 20: Chapter 2, Sections 2.5 - 2.6, “Applications” and ... · Chapter 2, Sections 2.5 - 2.6, “Applications” and “Inequalities” from . Elementary Algebra Textbook, Second Edition,

2.6. INEQUALITIES 139

−3

Sweeping our eyes “from left to right”, we use [−3,∞) to describe this set ofreal numbers. Some comments are in order:

1. The bracket at the left end means that −3 is included in the set.

2. As you move toward the right end of the real line, the numbers growwithout bound. Hence, the ∞ symbol (positive infinity) is used to indi-cate that we are including all real numbers to the right of −3. However,∞ is not really a number, so we use a parentheses to indicate we are “notincluding” this fictional point.

The set of numbers from Example 2 is {x : x < −1}.

−1

Sweeping our eyes “from left to right”, this set of real numbers is describedwith (−∞,−1). Again, comments are in order:

1. The number −1 is not included in this set. To indicate that it is notincluded, we use a parenthesis.

2. As you move toward the left end of the real line, the numbers decreasewithout bound. Hence, the −∞ symbol (negative infinity) is used toindicate that we are including all real numbers to the left of −1. Again,−∞ is not an actual number, so we use a parenthesis to indicate that weare not including this “fictional” point.

Sweep your eyes from “left to right”. If you would like to insure that youcorrectly use interval notation, place the numbers in your interval notation inthe same order as they are encountered as you sweep your eyes from “left toright” on the real line.

A nice summary of set-builder and interval notation is presented in Table 2.1at the end of the section.

Equivalent Inequalities

Like equations, two inequalities are equivalent if they have the same solutionsets.

Page 21: Chapter 2, Sections 2.5 - 2.6, “Applications” and ... · Chapter 2, Sections 2.5 - 2.6, “Applications” and “Inequalities” from . Elementary Algebra Textbook, Second Edition,

140 CHAPTER 2. SOLVING LINEAR EQUATIONS AND INEQUALITIES

Adding or Subtracting the Same Quantity from Both Sides of anInequality. Let a and b be real numbers with

a < b,

If c is any real number, then

a+ c < b+ c

anda− c < b− c.

That is, adding or subtracting the same amount from both sides of an inequalityproduces an equivalent inequality (does not change the solution).

You Try It!

EXAMPLE 3. Solve for x: x− 2 ≤ 7. Sketch the solution on the real line,Use interval notation todescribe the solution of:

x− 7 < −8

then use set-builder and interval notation to describe your solution.

Solution: To “undo” subtracting 2, we add 2 to both sides of the inequality.

x− 2 ≤ 7 Original inequality.

x− 2 + 2 ≤ 7 + 2 Add 2 to both sides.

x ≤ 9 Simplify both sides.

To shade the real numbers less than or equal to 9, we shade the number 9 andall real numbers to the left of 9.

9

Using set-builder notation, the solution is {x : x ≤ 9}. Using interval notation,the solution is (−∞, 9].Answer: (−∞,−1)

If we multiply or divide both sides of an inequality by a positive number,we have an equivalent inequality.

Multiplying or Dividing by a Positive Number. Let a and b be realnumbers with a < b. If c is a real positive number, then

ac < bc

anda

c<

b

c.

Page 22: Chapter 2, Sections 2.5 - 2.6, “Applications” and ... · Chapter 2, Sections 2.5 - 2.6, “Applications” and “Inequalities” from . Elementary Algebra Textbook, Second Edition,

2.6. INEQUALITIES 141

You Try It!

EXAMPLE 4. Solve for x: 3x ≤ −9 Sketch the solution on the real line, Use interval notation todescribe the solution of:

2x > −8

then use set-builder and interval notation to describe your solution.

Solution: To “undo” multiplying by 3, divide both sides of the inequality by3. Because we are dividing both sides by a positive number, we do not reversethe inequality sign.

3x ≤ −9 Original inequality.

3x

3≤ −9

3Divide both sides by 3.

x ≤ −3 Simplify both sides.

Shade the real numbers less than or equal to −3.

−3

Using set-builder notation, the solution is {x : x ≤ −3}. Using interval nota-tion, the solution is (−∞,−3]. Answer: (−4,∞)

Reversing the Inequality Sign

Up to this point, it seems that the technique for solving inequalities is prettymuch identical to the technique used to solve equations. However, in thissection we are going to encounter one exception.

Suppose we start with the valid inequality −2 < 5, then we multiply bothsides by 2, 3, and 4.

−2 < 5 −2 < 5 −2 < 5

2(−2) < 2(5) 3(−2) < 3(5) 4(−2) < 4(5)

−4 < 10 −6 < 15 −8 < 20

Note that in each case, the resulting inequality is still valid.

Caution! We’re about to make an error! Start again with −2 < 5, butthis time multiply both sides by −2, −3, and −4.

−2 < 5 −2 < 5 −2 < 5

−2(−2) < −2(5) −3(−2) < −3(5) −4(−2) < −4(5)

4 < −10 6 < −15 8 < −20

Page 23: Chapter 2, Sections 2.5 - 2.6, “Applications” and ... · Chapter 2, Sections 2.5 - 2.6, “Applications” and “Inequalities” from . Elementary Algebra Textbook, Second Edition,

142 CHAPTER 2. SOLVING LINEAR EQUATIONS AND INEQUALITIES

Note that in each of the resulting inequalities, the inequality symbol is pointingthe wrong way!

When you multiply both sides of an inequality by a negative number, you mustSome readers might prefer amore formal reason as towhy we reverse theinequality when we multiplyboth sides by a negativenumber. Suppose that a < b.Then, subtracting b fromboth sides gives the resulta− b < 0. This means thata− b is a negative number.Now, if c is a negativenumber, then the product(a− b)c is positive. Then:

(a− b)c > 0

ac− bc > 0

ac− bc+ bc > 0 + bc

ac > bc

Thus, if you start with a < band c < 0, then ac > bc.

reverse the inequality sign. Starting with −2 < 5, multiply both sides by −2,−3, and −4, but reverse the inequality symbol.

−2 < 5 −2 < 5 −2 < 5

−2(−2) > −2(5) −3(−2) > −3(5) −4(−2) > −4(5)

4 > −10 6 > −15 8 > −20

Note that each of the resulting inequalities is now a valid inquality.

Multiplying or Dividing by a Negative Number. Let a and b be realnumbers with a < b. If c is a real negative number, then

ac > bc

anda

c>

b

c.

That is, when multiplying or dividing both sides of an inequality by a negativenumber, you must reverse the inequality sign.

You Try It!

EXAMPLE 5. Solve for x: −2x < 4. Sketch the solution on the real line,Use interval notation todescribe the solution of:

−3x ≥ −6

then use set-builder and interval notation to describe your solution.

Solution: To “undo” multiplying by −2, divide both sides by −2. Because weare dividing both sides by a negative number, we reverse the inequality sign.

−2x < 4 Original inequality.

−2x

−2>

4

−2Divide both sides by −2.Reverse the inequality sign.

x > −2 Simplify both sides.

Shade the real numbers greater than −2.

−2

Using set-builder notation, the solution is {x : x > −2}. Using interval nota-tion, the solution is (−2,∞).Answer: (−∞, 2]

Page 24: Chapter 2, Sections 2.5 - 2.6, “Applications” and ... · Chapter 2, Sections 2.5 - 2.6, “Applications” and “Inequalities” from . Elementary Algebra Textbook, Second Edition,

2.6. INEQUALITIES 143

Multiple Steps

Sometimes you need to perform a sequence of steps to arrive at the solution.

You Try It!

EXAMPLE 6. Solve for x: 2x + 5 > −7. Sketch the solution on the real Use interval notation todescribe the solution of:

3x− 2 ≤ 4

line, then use set-builder and interval notation to describe your solution.

Solution: To “undo” adding 5, subtract 5 from both sides of the inequality.

2x+ 5 > −7 Original inequality.

2x+ 5− 5 > −7− 5 Subtract 5 from both sides.

2x > −12 Simplify both sides.

To “undo” multiplying by 2, divide both sides by 2. Because we are dividingboth sides by a positive number, we do not reverse the inequality sign.

2x

2>

−12

2Divide both sides by 2.

x > −6 Simplify both sides.

Shade the real numbers greater than −6.

−6

Using set-builder notation, the solution is {x : x > −6}. Using interval nota-tion, the solution is (−6,∞). Answer: (−∞, 2]

You Try It!

EXAMPLE 7. Solve for x: 3 − 5x ≤ 2x + 17. Sketch the solution on the Use interval notation todescribe the solution of:

4− x > 2x+ 1

real line, then use set-builder and interval notation to describe your solution.

Solution: We need to isolate terms containing x on one side of the inequality.Start by subtracting 2x from both sides of the inequality.

3− 5x ≤ 2x+ 17 Original inequality.

3− 5x− 2x ≤ 2x+ 17− 2x Subtract 2x from both sides.

3− 7x ≤ 17 Simplify both sides.

We continue to isolate terms containing x on one side of the inequality. Subtract3 from both sides.

3− 7x− 3 ≤ 17− 3 Subtract 3 from both sides.

−7x ≤ 14 Simplify both sides.

Page 25: Chapter 2, Sections 2.5 - 2.6, “Applications” and ... · Chapter 2, Sections 2.5 - 2.6, “Applications” and “Inequalities” from . Elementary Algebra Textbook, Second Edition,

144 CHAPTER 2. SOLVING LINEAR EQUATIONS AND INEQUALITIES

To “undo” multiplying by−7, divide both sides by −7. Because we are dividingboth sides by a negative number, we reverse the inequality sign.

−7x

−7≥ 14

−7Divide both sides by −7.

x ≥ −2 Simplify both sides.

Shade the real numbers greater than or equal to −2.

−2

Using set-builder notation, the solution is {x : x ≥ −2}. Using interval nota-tion, the solution is [−2,∞).Answer: (−∞, 1)

We clear fractions from an inequality in the usual manner, by multiplyingboth sides by the least common denominator.

You Try It!

EXAMPLE 8. Solve for x:3

4− x

12>

1

3.Use interval notation to

describe the solution of:

2x

3− 3

4≥ −3

2

Solution: First, clear the fractions from the inequality by multiplying bothsides by the least common denominator, which in this case is 12.

3

4− x

12>

1

3Original inequality.

12

[3

4− x

12

]>

[1

3

]12 Multiply both sides by 12.

12

[3

4

]− 12

[ x

12

]>

[1

3

]12 Distribute the 12.

9− x > 4 Cancel and multiply.

To “undo” adding 9, subtract 9 from both sides.

9− x− 9 > 4− 9 Subtract 9 from both sides.

−x > −5 Simplify both sides.

We could divide both sides by −1, but multiplying both sides by −1 will alsodo the job. Because we are multiplying both sides by a negative number, wereverse the inequality sign.

(−1)(−x) < (−5)(−1) Multiply both sides by −1.Reverse the inequality sign.

x < 5 Simplify both sides.

Page 26: Chapter 2, Sections 2.5 - 2.6, “Applications” and ... · Chapter 2, Sections 2.5 - 2.6, “Applications” and “Inequalities” from . Elementary Algebra Textbook, Second Edition,

2.6. INEQUALITIES 145

Shade the real numbers less than 5.

5

Using set-builder notation, the solution is {x : x < 5}. Using interval notation,the solution is (−∞, 5). Answer: [−9/8,∞)

We clear decimals from an inequality in the usual manner, by multiplyingboth sides by the appropriate power of ten.

You Try It!

EXAMPLE 9. Solve for x: 3.25− 1.2x > 4.6. Use interval notation todescribe the solution of:

2.3x− 5.62 ≥ −1.4

Solution: First, clear the decimals from the inequality by multiplying bothsides by 100, which moves each decimal point two places to the right.

3.25− 1.2x > 4.6 Original inequality.

325− 120x > 460 Multiply both sides by 100.

325− 120x− 325 > 460− 325 Subtract 325 from both sides.

−120x > 135 Simplify both sides.

−120x

−120<

135

−120Divide both sides by −120.

Reverse the inequality sign.

x < −27

24Reduce to lowest terms.

Shade the real numbers less than −27/24.

−27/24

Using set-builder notation, the solution is {x : x < −27/24}. Using intervalnotation, the solution is (−∞,−27/24). Answer: [211/115,∞)

Page 27: Chapter 2, Sections 2.5 - 2.6, “Applications” and ... · Chapter 2, Sections 2.5 - 2.6, “Applications” and “Inequalities” from . Elementary Algebra Textbook, Second Edition,

146 CHAPTER 2. SOLVING LINEAR EQUATIONS AND INEQUALITIES

Summary Table of Set-Builder and Interval Notation

A summary table of the set-builder and interval notation is presented in Table 2.1.

Shading on the real line Set-builder Interval

−5{x : x > −5} (−5,∞)

−5{x : x ≥ −5} [−5,∞)

−5{x : x < −5} (−∞,−5)

−5{x : x ≤ −5} (−∞,−5]

Table 2.1: Examples of set-builder and interval notation.

Page 28: Chapter 2, Sections 2.5 - 2.6, “Applications” and ... · Chapter 2, Sections 2.5 - 2.6, “Applications” and “Inequalities” from . Elementary Algebra Textbook, Second Edition,

2.6. INEQUALITIES 147

❧ ❧ ❧ Exercises ❧ ❧ ❧

1. Draw a number line, then plot the num-bers 4, 3, −4, 7/8, and −8/3 on your num-ber line. Label each point with its value.Finally, list the numbers in order, fromsmallest to largest.

2. Draw a number line, then plot the num-bers 5, 3, −4, 5/7, and −4/3 on your num-ber line. Label each point with its value.Finally, list the numbers in order, fromsmallest to largest.

3. Draw a number line, then plot the num-bers −5, 5, 4, 2/3, and 8/3 on your num-ber line. Label each point with its value.Finally, list the numbers in order, fromsmallest to largest.

4. Draw a number line, then plot the num-bers −3, −2, 4, 1/3, and 5/2 on your num-ber line. Label each point with its value.Finally, list the numbers in order, fromsmallest to largest.

In Exercises 5-20, shade each of the following sets on a number line.

5. {x : x ≥ −7}6. {x : x ≥ −1}7. {x : x < 2}8. {x : x < −6}9. (−∞, 2)

10. (−∞,−9)

11. (6,∞)

12. (5,∞)

13. {x : x > 7}14. {x : x > −8}15. [0,∞)

16. [7,∞)

17. {x : x ≤ −2}18. {x : x ≤ 7}19. (−∞, 3]

20. (−∞,−1]

In Exercises 21-28, use set-builder notation to describe the shaded region on the given number line.

21.9

22.0

23.−8

24.9

25.−2

26.−3

27.−3

28.8

Page 29: Chapter 2, Sections 2.5 - 2.6, “Applications” and ... · Chapter 2, Sections 2.5 - 2.6, “Applications” and “Inequalities” from . Elementary Algebra Textbook, Second Edition,

148 CHAPTER 2. SOLVING LINEAR EQUATIONS AND INEQUALITIES

In Exercises 29-36, use interval notation to describe the shaded region on the given number line.

29.4

30.−7

31.−2

32.2

33.5

34.2

35.1

36.−2

In Exercises 37-44, solve each of the given inequalities. Sketch the solution on a number line, then useset-builder and interval notation to describe your solution.

37. x+ 10 < 19

38. x+ 17 ≥ 7

39. 4x < 8

40. 16x ≥ −2

41. −2x ≤ −2

42. −18x > −20

43. x− 18 > −10

44. x− 8 ≤ −18

In Exercises 45-62, solve each of the given inequalities. Sketch the solution on a number line, then useset-builder and interval notation to describe your solution.

45. −5x− 6 ≥ 4− 9x

46. 2x− 7 ≥ −3− 4x

47. 16x− 6 ≤ 18

48. 8x− 14 ≤ −12

49. −14x− 6 ≥ −10− 4x

50. −13x− 4 ≥ −2− 5x

51. 5x+ 18 < 38

52. 9x+ 16 < 79

53. −16x− 5 ≥ −11− 6x

54. −11x− 7 ≥ −15− 5x

55. 2x− 9 ≥ 5− 8x

56. −3x− 6 ≥ −2− 9x

57. −10x− 4 ≤ 18

58. −6x− 14 ≤ 1

59. −12x+ 4 < −56

60. −18x+ 6 < −12

61. 15x+ 5 < 6x+ 2

62. 12x+ 8 < 3x+ 5

Page 30: Chapter 2, Sections 2.5 - 2.6, “Applications” and ... · Chapter 2, Sections 2.5 - 2.6, “Applications” and “Inequalities” from . Elementary Algebra Textbook, Second Edition,

2.6. INEQUALITIES 149

In Exercises 63-76, solve each of the given inequalities. Sketch the solution on a number line, then useset-builder and interval notation describe your solution.

63.3

2x >

9

8

64.6

7x >

3

4

65. x+3

2<

9

5

66. x+1

4< −1

5

67.4

7− 1

6x ≤ 4

3x− 1

2

68.5

3− 3

4x ≤ 7

4x− 3

5

69. x− 3

8≥ −9

7

70. x− 7

2≥ 1

5

71.6

5x ≤ −4

7

72.4

3x ≤ 2

9

73. −6

5x− 7

3≤ 5

9− 2

9x

74. −3

7x− 1

2≤ 3

2− 2

7x

75.9

7x+

9

2>

1

7x+

7

2

76.5

7x+

9

2>

1

3x+

5

2

In Exercises 77-84, solve each of the given inequalities. Sketch the solution on a number line, then useset-builder and interval notation containing fractions in reduced form to describe your solution.

77. −3.7x− 1.98 ≤ 3.2

78. −3.6x− 3.32 ≤ 0.8

79. −3.4x+ 3.5 ≥ 0.9− 2.2x

80. −2.6x+ 3.1 ≥ −2.9− 1.7x

81. −1.3x+ 2.9 > −2.6− 3.3x

82. 2.5x+ 2.1 > 1.4− 3.8x

83. 2.2x+ 1.9 < −2.3

84. 1.6x+ 1.2 < 1.6

❧ ❧ ❧ Answers ❧ ❧ ❧

1. −5 −4 −3 −2 −1 0 1 2 3 4 5

43−478

− 83

3. −5 −4 −3 −2 −1 0 1 2 3 4 5

−5 5423

83

5.−7

7.2

9.2

11.6

13.7

15.0

17.−2

Page 31: Chapter 2, Sections 2.5 - 2.6, “Applications” and ... · Chapter 2, Sections 2.5 - 2.6, “Applications” and “Inequalities” from . Elementary Algebra Textbook, Second Edition,

150 CHAPTER 2. SOLVING LINEAR EQUATIONS AND INEQUALITIES

19.3

21. {x : x ≤ 9}

23. {x : x < −8}

25. {x : x > −2}

27. {x : x ≥ −3}

29. (4,∞)

31. (−∞,−2)

33. (−∞, 5]

35. [1,∞)

37. (−∞, 9)

39. (−∞, 2)

41. [1,∞)

43. (8,∞)

45. [5/2,∞)

47. (−∞, 3/2]

49. (−∞, 2/5]

51. (−∞, 4)

53. (−∞, 3/5]

55. [7/5,∞)

57. [−11/5,∞)

59. (5,∞)

61. (−∞,−1/3)

63. (3/4,∞)

65. (−∞, 3/10)

67. [5/7,∞)

69. [−51/56,∞)

71. [10/21,∞)

73. [−65/22,∞)

75. (−7/8,∞)

77. [−7/5,∞)

79. (−∞, 13/6]

81. (−11/4,∞)

83. (−∞,−21/11)