Main menu
This is “Linear Equations and Inequalities”, chapter 2 from the book Beginning Algebra (v. 1.0). For details on it (including licensing), click here.
For more information on the source of this book, or why it is available for free, please see the project's home page. You can browse or download additional books there.
Has this book helped you? Consider passing it on:
Help Creative Commons
Creative Commons supports free culture from music to education. Their licenses helped make this book available to you.
Help a Public School
DonorsChoose.org helps people like you help teachers fund their classroom projects, from art supplies to books to calculators.
Previous Chapter
Table of Contents
Next Chapter
Chapter 2 Linear Equations and Inequalities
2.1 Introduction to Algebra
Learning Objectives
1.Identify an algebraic expression and its parts.
2.Evaluate algebraic expressions.
3.Use formulas to solve problems in common applications.
Preliminary Definitions
In algebra, letters are used to represent numbers. The letters used to represent these numbers are called variablesLetters or symbols used in algebra to represent numbers.. Combinations of variables and numbers along with mathematical operations form algebraic expressionsCombinations of variables and numbers along with mathematical operations used to generalize specific arithmetic operations., or just expressions. The following are some examples of expressions with one variable, x:
TermsComponents of an algebraic expression separated by addition operators. in an algebraic expression are separated by addition operators, and factorsAny of the numbers or expressions that form a product. are separated by multiplication operators. The numerical factor of a term is called the coefficientThe numerical factor of a term.. For example, the algebraic expression 3 x 2 +2x−1 can be thought of as 3x2+2x+(−1) and has three terms. The first term, 3x2, represents the quantity 3⋅x⋅x, where 3 is the coefficient and x is the variable. All of the variable factors, with their exponents, form the variable part of a termAll the variable factors with their exponents.. If a term is written without a variable factor, then it is called a constant termA term written without a variable factor.. Consider the components of 3x2+2x−1,
Terms
Coefficient
Variable Part
3x2 3 x2
2x 2 x
−1 −1
The third term in this expression, −1, is a constant term because it is written without a variable factor. While a variable represents an unknown quantity and may change, the constant term does not change.
Example 1: List all coefficients and variable parts of each term: 5x2−4xy−y2.
Solution: Think of the third term in this example, −y2, as −1y2.
Terms
Coefficient
Variable Part
5x2 5 x2
−4xy −4 xy
−y2 −1 y2
Answer: Coefficients: −4, −1, 5; variable parts: x2, xy, y2
Some terms, such as y2 and −y2, appear not to have a coefficient. The multiplicative identity property states that 1 times anything is itself and occurs so often that it is customary to omit this factor and write
Therefore, the coefficient of y2 is actually 1 and the coefficient of −y2 is −1. In addition, you will encounter terms that have variable parts composed of algebraic expressions as factors.
Example 2: List all coefficients and variable parts of each term: −3(x+y)3+(x+y)2.
Solution: This is an expression with two terms:
Terms
Coefficient
Variable Part
−3(x+y)3 −3 (x+y)3
(x+y)2 1 (x+y)2
Answer: Coefficients: −3, 1; variable parts: (x+y)3, (x+y)2
In our study of algebra, we will encounter a wide variety of algebraic expressions. Typically, expressions use the two most common variables, x and y. However, expressions may use any letter (or symbol) for a variable, even Greek letters, such as alpha (α ) and beta (β ). Some letters and symbols are reserved for constants, such as π≈3.14159 and e≈2.71828. Since there is only a limited number of letters, you will also use subscripts, x1, x2, x3, x4,…, to indicate different variables.
Try this! List all coefficients and variable parts of the expression: −5a2+ab−2b2−3.
Answer: Coefficients: −5, −3, −2, 1; variable parts: a2, ab, b2
Video Solution
(click to see video)
Evaluating Algebraic Expressions
Think of an algebraic expression as a generalization of particular arithmetic operations. Performing these operations after substituting given values for variables is called evaluatingThe process of performing the operations of an algebraic expression for given values of the variables.. In algebra, a variable represents an unknown value. However, if the problem specifically assigns a value to a variable, then you can replace that letter with the given number and evaluate using the order of operations.
Example 3: Evaluate:
a. 2x+3, where x=−4
b. 23y, where y=9
Solution: To avoid common errors, it is a best practice to first replace all variables with parentheses and then replace, or substituteThe act of replacing a variable with an equivalent quantity., the given value.
a.
b.
Answers: a. −5; b. 6
If parentheses are not used in part (a) of the previous example, the result is quite different: 2x+3=2−4+4. Without parentheses, the first operation is subtraction, which leads to an incorrect result.
Example 4: Evaluate: −2x−y, where x=−5 and y=−3.
Solution: After substituting the given values for the variables, simplify using the order of operations.
Answer: 13
Example 5: Evaluate: 9a2−b2, where a=2 and b=−5.
Solution:
Answer: 11
Example 6: Evaluate: −x2−4x+1, where x=−12.
Solution:
Answer: 11/4
The answer to the previous example is 114, which can be written as a mixed number 234. In algebra, improper fractions are generally preferred. Unless the original problem has mixed numbers in it, or it is an answer to a real-
Example 7: Evaluate: (3x−2)(x−7), where x=23.
Solution: The order of operations requires us to perform the operations within the parentheses first.
Answer: 0
Example 8: Evaluate: b2−4ac, where a=−1, b=−3, and c=2.
Solution: The expression b2−4ac is called the discriminantThe algebraic expression b2−4ac.; it is an essential quantity seen later in our study of algebra.
Answer: 17
Try this! Evaluate a3−b3, where a=2 and b=−3.
Answer: 35
Video Solution
(click to see video)
Using Formulas
The main difference between algebra and arithmetic is the organized use of variables. This idea leads to reusable formulasA reusable mathematical model using algebraic expressions to describe a common application., which are mathematical models using algebraic expressions to describe common applications. For example, the area of a rectangle is modeled by the formula:
In this equation, variables are used to describe the relationship between the area of a rectangle and the length of its sides. The area is the product of the length and width of the rectangle. If the length of a rectangle measures 3 meters and the width measures 2 meters, then the area can be calculated using the formula as follows:
Example 9: The cost of a daily truck rental is $48.00 plus an additional $0.45 for every mile driven. This cost in dollars can be modeled by the formula cost=0.45x+48, where x represents the number of miles driven in one day. Use this formula to calculate the cost to rent the truck for a day and drive it 120 miles.
Solution: Use the formula to find the cost when the number of miles x=120.
Substitute 120 into the given formula for x and then simplify.
Answer: The rental costs $102.
Uniform motionDescribed by the formula D=rt, where the distance D is given as the product of the average rate r and the time t traveled at that rate. is modeled by the formula D=rt, which expresses distance D in terms of the average rate r, or speed, and the time t traveled at that rate. This formula, D=rt, is used often and is read “distance equals rate times time.”
Example 10: Jim’s road trip takes 212 hours at an average speed of 66 miles per hour. How far does he travel?
Solution: Substitute the appropriate values into the formula and then simplify.
Answer: Jim travels 165 miles.
The volume in cubic units of a rectangular box is given by the formula V=lwh, where l represents the length, w represents the width, and h represents the height.
Example 11: A wooden box is 1 foot in length, 5 inches wide, and 6 inches high. Find the volume of the box in cubic inches.
Solution: Take care to ensure that all the units are consistent and use 12 inches for the length instead of 1 foot.
Answer: The volume of the box is 360 cubic inches.
Simple interestModeled by the formula I=prt, where p represents the principal amount invested at an annual interest rate r for t years. I is given by the formula I=prt, where p represents the principal amount invested at an annual interest rate r for t years.
Example 12: Calculate the simple interest earned on a 2-
Solution: Convert 334% to a decimal number before using it in the formula.
Use this value for r and the fact that p = $1,250 and t = 2 years to calculate the simple interest.
Answer: The simple interest earned is $93.75.
Try this! The perimeter of a rectangle is given by the formula P=2l+2w, where l represents the length and w represents the width. Use the formula to calculate the perimeter of a rectangle with a length of 5 feet and a width of 212 feet.
Answer: 15 feet
Video Solution
(click to see video)
Key Takeaways
•Think of algebraic expressions as generalizations of common arithmetic operations that are formed by combining numbers, variables, and mathematical operations.
•It is customary to omit the coefficient if it is 1, as in x2=1x2.
•To avoid common errors when evaluating, it is a best practice to replace all variables with parentheses and then substitute the appropriate values.
•The use of algebraic expressions allows us to create useful and reusable formulas that model common applications.
Topic Exercises
Part A: Definitions
List all of the coefficients and variable parts of the following expressions.
1. 4x−1
2. –7x2−2x+1
3. −x2+5x−3
4. 3x2y2−23xy+7
5. 13y2−12y+57
6. −4a2b+5ab2−ab+1
7. 2(a+b)3−3(a+b)5
8. 5(x+2)2−2(x+2)−7
9. m2n−mn2+10mn−27
10. x4−2x3−3x2−4x−1
Part B: Evaluating Algebraic Expressions
Evaluate.
11. x+3, where x=−4
12. 2x−3, where x=−3
13. −5x+20, where x=4
14. −5y, where y=−1
15. 34a, where a=32
16. 2(a−4), where a=−1
17. −10(5−z), where z=14
18. 5y−1, where y=−15
19. −2a+1, where a=−13
20. 4x+3, where x=316
21. −x+12, where x=−2
22. 23x−12, where x=−14
For each problem below, evaluate b2−4ac, given the following values for a, b, and c.
23. a=1, b=2, c=3
24. a=3, b=–4, c=–1
25. a=–6, b=0, c=–2
26. a=12, b=1, c=23
27. a=−3, b=−12, c=19
28. a=−13, b=−23, c=0
Evaluate.
29. −4xy2, where x=−3 and y=2
30. 58x2y, where x=−1 and y=16
31. a2−b2, where a=2 and b=3.
32. a2−b2, where a=−1 and b=−2
33. x2−y2, where x=12 and y=−12
34. 3x2−5x+1, where x=−3
35. y2−y−6, where y=0
36. 1−y2, where y=−12
37. (x+3)(x−2), where x=−4
38. (y−5)(y+6), where y=5
39. 3(α−β)+4, where α=−1 and β=6
40. 3α2−β2, where α=2 and β=−3
41. Evaluate 4(x+h), given x=5 and h=0.01.
42. Evaluate −2(x+h)+3, given x=3 and h=0.1.
43. Evaluate 2(x+h)2−5(x+h)+3, given x=2 and h=0.1.
44. Evaluate 3(x+h)2+2(x+h)−1, given x=1 and h=0.01.
Part C: Using Formulas
Convert the following temperatures to degrees Celsius given C=59(F−32), where F represents degrees Fahrenheit.
45. 86°F
46. 95°F
47. −13°F
48. 14°F
49. 32°F
50. 0°F
Given the base and height of a triangle, calculate the area. (A=12bh)
51. b=25 centimeters and h=10 centimeters
52. b=40 inches and h=6 inches
53. b=12 foot and h=2 feet
54. b=34 inches and h=58 inches
55. A certain cellular phone plan charges $23.00 per month plus $0.09 for each minute of usage. The monthly charge is given by the formula monthly charge=0.09x+23, where x represents the number of minutes of usage per month. What is the charge for a month with 5 hours of usage?
56. A taxi service charges $3.75 plus $1.15 per mile given by the formula charge=1.15x+3.75, where x represents the number of miles driven. What is the charge for a 17-
57. If a calculator is sold for $14.95, then the revenue in dollars, R, generated by this item is given by the formula R=14.95q, where q represents the number of calculators sold. Use the formula to determine the revenue generated by this item if 35 calculators are sold.
58. Yearly subscriptions to a tutoring website can be sold for $49.95. The revenue in dollars, R, generated by subscription sales is given by the formula R=49.95q, where q represents the number of yearly subscriptions sold. Use the formula to calculate the revenue generated by selling 250 subscriptions.
59. The cost of producing pens with the company logo printed on them consists of a onetime setup fee of $175 plus $0.85 for each pen produced. This cost can be calculated using the formula C=175+0.85q, where q represents the number of pens produced. Use the formula to calculate the cost of producing 2,000 pens.
60. The cost of producing a subscription website consists of an initial programming and setup fee of $4,500 plus a monthly Web hosting fee of $29.95. The cost of creating and hosting the website can be calculated using the formula C=4500+29.95n, where n represents the number of months the website is hosted. How much will it cost to set up and host the website for 1 year?
61. The perimeter of a rectangle is given by the formula P=2l+2w, where l represents the length and w represents the width. What is the perimeter of a fenced-
62. Calculate the perimeter of an 8-
63. Calculate the perimeter of a room that measures 12 feet by 18 feet.
64. A computer monitor measures 57.3 centimeters in length and 40.9 centimeters high. Calculate the perimeter.
65. The formula for the area of a rectangle in square units is given by A=l⋅w, where l represents the length and w represents the width. Use this formula to calculate the area of a rectangle with length 12 centimeters and width 3 centimeters.
66. Calculate the area of an 8-
67. Calculate the area of a room that measures 12 feet by 18 feet.
68. A computer monitor measures 57.3 centimeters in length and 40.9 centimeters in height. Calculate the total area of the screen.
69. A concrete slab is poured in the shape of a rectangle for a shed measuring 8 feet by 10 feet. Determine the area and perimeter of the slab.
70. Each side of a square deck measures 8 feet. Determine the area and perimeter of the deck.
71. The volume of a rectangular solid is given by V=lwh, where l represents the length, w represents the width, and h is the height of the solid. Find the volume of a rectangular solid if the length is 2 inches, the width is 3 inches, and the height is 4 inches.
72. If a trunk measures 3 feet by 2 feet and is 2½ feet tall, then what is the volume of the trunk?
73. The interior of an industrial freezer measures 3 feet wide by 3 feet deep and 4 feet high. What is the volume of the freezer?
74. A laptop case measures 1 feet 2 inches by 10 inches by 2 inches. What is the volume of the case?
75. If the trip from Fresno to Sacramento can be made by car in 2½ hours at an average speed of 67 miles per hour, then how far is Sacramento from Fresno?
76. A high-
77. A jumbo jet can cruises at an average speed of 550 miles per hour. How far can it travel in 4 hours?
78. A fighter jet reaches a top speed of 1,316 miles per hour. How far will the jet travel if it can sustain this speed for 15 minutes?
79. The Hubble Space Telescope is in low earth orbit traveling at an average speed of 16,950 miles per hour. What distance does it travel in 1½ hours?
80. Earth orbits the sun a speed of about 66,600 miles per hour. How far does earth travel around the sun in 1 day?
81. Calculate the simple interest earned on a $2,500 investment at 3% annual interest rate for 4 years.
82. Calculate the simple interest earned on a $1,000 investment at 5% annual interest rate for 20 years.
83. How much simple interest is earned on a $3,200 investment at a 2.4% annual interest for 1 year?
84. How much simple interest is earned on a $500 investment at a 5.9% annual interest rate for 3 years?
85. Calculate the simple interest earned on a $10,500 investment at a 414% annual interest rate for 4 years.
86. Calculate the simple interest earned on a $6,250 investment at a 634% annual interest rate for 1 year.
Part D: Discussion Board Topics
87. Research and discuss the history of the symbols for addition (+) and subtraction (−).
88. What are mathematical models and why are they useful in everyday life?
89. Find and post a useful formula. Demonstrate its use with some values.
90. Discuss the history and importance of the variable. How can you denote a variable when you run out of letters?
91. Find and post a useful resource describing the Greek alphabet.
Answers
1: Coefficients: −1, 4; variable parts: x
3: Coefficients: −3, −1, 5; variable parts: x2, x
5: Coefficients: −12, 13, 57; variable parts: y2, y
7: Coefficients: −3, 2; variable parts: (a+b)3,(a+b)5
9: Coefficients: −27, −1, 1, 10; variable parts: m2n, mn2, mn
11: −1
13: 0
15: 24
17: 90
19: 5/3
21: 5/2
23: −8
25: −48
27: 19/12
29: 48
31: −5
33: 0
35: −6
37: 6
39: −17
41: 20.04
43: 1.32
45: 30°C
47: −25°C
49: 0°C
51: 125 square centimeters
53: 1/2 square feet
55: $50
57: $523.25
59: $1,875.00
61: 340 feet
63: 60 feet
65: 36 square centimeters
67: 216 square feet
69: Area: 80 square feet; Perimeter: 36 feet
71: 24 cubic inches
73: 36 cubic feet
75: 167.5 miles
77: 2,200 miles
79: 25,425 miles
81: $300
83: $76.80
85: $1,785
2.2 Simplifying Algebraic Expressions
Learning Objectives
1.Apply the distributive property to simplify an algebraic expression.
2.Identify and combine like terms.
Distributive Property
The properties of real numbers are important in our study of algebra because a variable is simply a letter that represents a real number. In particular, the distributive propertyGiven any real numbers a, b, and c, a(b+c)=ab+ac or (b+c)a=ba+ca. states that given any real numbers a, b, and c,
This property is applied when simplifying algebraic expressions. To demonstrate how it is used, we simplify 2(5−3) in two ways, and observe the same correct result.
Certainly, if the contents of the parentheses can be simplified, do that first. On the other hand, when the contents of parentheses cannot be simplified, multiply every term within the parentheses by the factor outside of the parentheses using the distributive property. Applying the distributive property allows you to multiply and remove the parentheses.
Example 1: Simplify: 5(7y+2).
Solution: Multiply 5 times each term inside the parentheses.
Answer: 35y+10
Example 2: Simplify: −3(2x2+5x+1).
Solution: Multiply −3 times each of the coefficients of the terms inside the parentheses.
Answer: −6x2−15x−3
Example 3: Simplify: 5(−2a+5b)−2c.
Solution: Apply the distributive property by multiplying only the terms grouped within the parentheses by 5.
Answer: −10a+25b−2c
Because multiplication is commutative, we can also write the distributive property in the following manner: (b+c)a=ba+ca.
Example 4: Simplify: (3x−4y+1)⋅3.
Solution: Multiply each term within the parentheses by 3.
Answer: 9x−12y+3
Division in algebra is often indicated using the fraction bar rather than with the symbol (÷). And sometimes it is useful to rewrite expressions involving division as products:
Rewriting algebraic expressions as products allows us to apply the distributive property.
Example 5: Divide: 25x2−5x+105.
Solution: First, treat this as 15 times the expression in the numerator and then distribute.
Alternate Solution: Think of 5 as a common denominator and divide each of the terms in the numerator by 5:
Answer: 5x2−x+2
We will discuss the division of algebraic expressions in more detail as we progress through the course.
Try this! Simplify: 13(−9x+27y−3).
Answer: −3x+9y−1
Video Solution
(click to see video)
Combining Like Terms
Terms with the same variable parts are called like termsConstant terms or terms with the same variable parts., or similar termsUsed when referring to like terms.. Furthermore, constant terms are considered to be like terms. If an algebraic expression contains like terms, apply the distributive property as follows:
In other words, if the variable parts of terms are exactly the same, then we may add or subtract the coefficients to obtain the coefficient of a single term with the same variable part. This process is called combining like termsAdding or subtracting like terms within an algebraic expression to obtain a single term with the same variable part.. For example,
Notice that the variable factors and their exponents do not change. Combining like terms in this manner, so that the expression contains no other similar terms, is called simplifying the expressionThe process of combining like terms until the expression contains no more similar terms.. Use this idea to simplify algebraic expressions with multiple like terms.
Example 6: Simplify: 3a+2b−4a+9b.
Solution: Identify the like terms and combine them.
Answer: −a+11b
In the previous example, rearranging the terms is typically performed mentally and is not shown in the presentation of the solution.
Example 7: Simplify: x2+3x+2+4x2−5x−7.
Solution: Identify the like terms and add the corresponding coefficients.
Answer: 5x2−2x−5
Example 8: Simplify: 5x2y−3xy2+4x2y−2xy2.
Solution: Remember to leave the variable factors and their exponents unchanged in the resulting combined term.
Answer: 9x2y−5xy2
Example 9: Simplify: 12a−13b+34a+b.
Solution: To add the fractional coefficients, use equivalent coefficients with common denominators for each like term.
Answer: 54a+23b
Example 10: Simplify: −12x(x+y)3+26x(x+y)3.
Solution: Consider the variable part to be x(x+y)3. Then this expression has two like terms with coefficients −12 and 26.
Answer: 14x(x+y)3
Try this! Simplify: −7x+8y−2x−3y.
Answer: −9x+5y
Video Solution
(click to see video)
Distributive Property and Like Terms
When simplifying, we will often have to combine like terms after we apply the distributive property. This step is consistent with the order of operations: multiplication before addition.
Example 11: Simplify: 2(3a−b)−7(−2a+3b).
Solution: Distribute 2 and −7 and then combine like terms.
Answer: 20a−23b
In the example above, it is important to point out that you can remove the parentheses and collect like terms because you multiply the second quantity by −7, not just by 7. To correctly apply the distributive property, think of this as adding −7 times the given quantity, 2(3a−b)+(−7)(−2a+3b).
Try this! Simplify: −5(2x−3)+7x.
Answer: −3x+15
Video Solution
(click to see video)
Often we will encounter algebraic expressions like +(a+b) or −(a+b). As we have seen, the coefficients are actually implied to be +1 and −1, respectively, and therefore, the distributive property applies using +1 or –1 as the factor. Multiply each term within the parentheses by these factors:
This leads to two useful properties,
Example 12: Simplify: 5x−(−2x2+3x−1).
Solution: Multiply each term within the parentheses by −1 and then combine like terms.
Answer: 2x2+2x+1
When distributing a negative number, all of the signs within the parentheses will change. Note that 5x in the example above is a separate term; hence the distributive property does not apply to it.
Example 13: Simplify: 5−2(x2−4x−3).
Solution: The order of operations requires that we multiply before subtracting. Therefore, distribute −2 and then combine the constant terms. Subtracting 5 − 2 first leads to an incorrect result, as illustrated below:
Answer: −2x2 + 8x + 11
Caution
It is worth repeating that you must follow the order of operations: multiply and divide before adding and subtracting!
Try this! Simplify: 8−3(−x2+2x−7).
Answer: 3x2−6x+29
Video Solution
(click to see video)
Example 14: Subtract 3x−2 from twice the quantity −4x2+2x−8.
Solution: First, group each expression and treat each as a quantity:
Next, identify the key words and translate them into a mathematical expression.
Finally, simplify the resulting expression.
Answer: −8x2+x−14
Key Takeaways
•The properties of real numbers apply to algebraic expressions, because variables are simply representations of unknown real numbers.
•Combine like terms, or terms with the same variable part, to simplify expressions.
•Use the distributive property when multiplying grouped algebraic expressions, a(b+c)=ab+ac.
•It is a best practice to apply the distributive property only when the expression within the grouping is completely simplified.
•After applying the distributive property, eliminate the parentheses and then combine any like terms.
•Always use the order of operations when simplifying.
Topic Exercises
Part A: Distributive Property
Multiply.
1. 3(3x−2)
2. 12(−5y+1)
3. −2(x+1)
4. 5(a−b)
5. 58(8x−16)
6. −35(10x−5)
7. (2x+3)⋅2
8. (5x−1)⋅5
9. (−x+7)(−3)
10. (−8x+1)(−2)
11. −(2a−3b)
12. −(x−1)
13. 13(2x+5)
14. −34(y−2)
15. −3(2a+5b−c)
16. −(2y2−5y+7)
17. 5(y2−6y−9)
18. −6(5x2+2x−1)
19. 7x2−(3x−11)
20. −(2a−3b)+c
21. 3(7x2−2x)−3
22. 12(4a2−6a+4)
23. −13(9y2−3y+27)
24. (5x2−7x+9)(−5)
25. 6(13x2−16x+12)
26. −2(3x3−2x2+x−3)
27. 20x+30y−10z10
28. −4a+20b−8c4
29. 3x2−9x+81−3
30. −15y2+20y−55
Translate the following sentences into algebraic expressions and then simplify.
31. Simplify two times the expression 25x2−9.
32. Simplify the opposite of the expression 6x2+5x−1.
33. Simplify the product of 5 and x2−8.
34. Simplify the product of −3 and −2x2+x−8.
Part B: Combining Like Terms
Simplify.
35. 2x−3x
36. −2a+5a−12a
37. 10y−30−15y
38. 13x+512x
39. −14x+45+38x
40. 2x−4x+7x−x
41. −3y−2y+10y−4y
42. 5x−7x+8y+2y
43. −8α+2β−5α−6β
44. −6α+7β−2α+β
45. 3x+5−2y+7−5x+3y
46. –y+8x−3+14x+1−y
47. 4xy−6+2xy+8
48. −12ab−3+4ab−20
49. 13x−25y+23x−35y
50. 38a−27b−14a+314b
51. −4x2−3xy+7+4x2−5xy−3
52. x2+y2−2xy−x2+5xy−y2
53. x2−y2+2x2−3y
54. 12x2−23y2−18x2+15y2
55. 316a2−45+14a2−14
56. 15y2−34+710y2−12
57. 6x2y−3xy2+2x2y−5xy2
58. 12x2y2+3xy−13x2y2+10xy
59. −ab2+a2b−2ab2+5a2b
60. m2n2−mn+mn−3m2n+4m2n2
61. 2(x+y)2+3(x+y)2
62. 15(x+2)3−23(x+2)3
63. −3x(x2−1)+5x(x2−1)
64. 5(x−3)−8(x−3)
65. −14(2x+7)+6(2x+7)
66. 4xy(x+2)2−9xy(x+2)2+xy(x+2)2
Part C: Mixed Practice
Simplify.
67. 5(2x−3)+7
68. −2(4y+2)−3y
69. 5x−2(4x−5)
70. 3−(2x+7)
71. 2x−(3x−4y−1)
72. (10y−8)−(40x+20y−7)
73. 12y−34x−(23y−15x)
74. 15a−34b+315a−12b
75. 23(x−y)+x−2y
76. −13(6x−1)+12(4y−1)−(−2x+2y−16)
77. (2x2−7x+1)+(x2+7x−5)
78. 6(−2x2+3x−1)+10x2−5x
79. −(x2−3x+8)+x2−12
80. 2(3a−4b)+4(−2a+3b)
81. −7(10x−7y)−6(8x+4y)
82. 10(6x−9)−(80x−35)
83. 10−5(x2−3x−1)
84. 4+6(y2−9)
85. 34x−(12x2+23x−75)
86. −73x2+(−16x2+7x−1)
87. (2y2−3y+1)−(5y2+10y−7)
88. (−10a2−b2+c)+(12a2+b2−4c)
89. −4(2x2+3x−2)+5(x2−4x−1)
90. 2(3x2−7x+1)−3(x2+5x−1)
91. x2y+3xy2−(2x2y−xy2)
92. 3(x2y2−12xy)−(7x2y2−20xy+18)
93. 3−5(ab−3)+2(ba−4)
94. −9−2(xy+7)−(yx−1)
95. −5(4α−2β+1)+10(α−3β+2)
96. 12(100α2−50αβ+2β2)−15(50α2+10αβ−5β2)
Translate the following sentences into algebraic expressions and then simplify.
97. What is the difference of 3x−4 and −2x+5?
98. Subtract 2x−3 from 5x+7.
99. Subtract 4x+3 from twice the quantity x−2.
100. Subtract three times the quantity −x+8 from 10x−9.
Part D: Discussion Board Topics
101. Do we need a distributive property for division, (a+b)÷c? Explain.
102. Do we need a separate distributive property for three terms, a(b+c+d)? Explain.
103. Explain how to subtract one expression from another. Give some examples and demonstrate the importance of the order in which subtraction is performed.
104. Given the algebraic expression 8−5(3x+4), explain why subtracting 8−5 is not the first step.
105. Can you apply the distributive property to the expression 5(abc)? Explain why or why not and give some examples.
106. How can you check to see if you have simplified an expression correctly? Give some examples.
Answers
1: 9x−6
3: −2x−2
5: 5x−10
7: 4x+6
9: 3x−21
11: −2a+3b
13: 23x+53
15: −6a−15b+3c
17: 5y2−30y−45
19: 7x2−3x+11
21: 21x2−6x−3
23: −3y2+y−9
25: 2x2−x+3
27: 2x+3y−z
29: −x2+3x−27
31: 50x2−18
33: 5x2−40
35: −x
37: −5y−30
39: 18x+45
41: y
43: −13α−4β
45: −2x+y+12
47: 6xy+2
49: x−y
51: −8xy+4
53: 3x2−y2−3y
55: 716a2−2120
57: 8x2y−8xy2
59: 6a2b−3ab2
61: 5(x+y)2
63: 2x(x2−1)
65: −8(2x+7)
67: 10x−8
69: −3x+10
71: −x+4y+1
73: −1120x−16y
75: 53x−83y
77: 3x2−4
79: 3x−20
81: −118x+25y
83: −5x2+15x+15
85: −12x2+112x+75
87: −3y2−13y+8
89: −3x2−32x+3
91: −x2y+4xy2
93: −3ab+10
95: −10α−20β+15
97: 5x−9
99: −2x−7
2.3 Solving Linear Equations: Part I
Learning Objectives
1.Identify linear equations with one variable and verify their solutions.
2.Use the properties of equality to solve basic linear equations.
3.Use multiple steps to solve linear equations by isolating the variable.
4.Solve linear equations where the coefficients are fractions or decimals.
Linear Equations with One Variable and Their Solutions
Learning how to solve various algebraic equations is one of the main goals in algebra. This section introduces the basic techniques used for solving linear equations with one variable.
An equationStatement indicating that two algebraic expressions are equal. is a statement indicating that two algebraic expressions are equal. A linear equation with one variableAn equation that can be written in the general form ax+b=0, where a and b are real numbers and a≠0., x, is an equation that can be written in the general form ax+b=0, where a and b are real numbers and a≠0. Here are some examples of linear equations, all of which are solved in this section:
A solutionAny value that can replace the variable in an equation to produce a true statement. to a linear equation is any value that can replace the variable to produce a true statement. The variable in the linear equation 2x+3=13 is x, and the solution is x=5. To verify this, substitute the value 5 for x and check that you obtain a true statement.
Alternatively, when an equation is equal to a constant, we can verify a solution by substituting the value for the variable and show that the result is equal to that constant. In this sense, we say that solutions satisfy the equationAfter replacing the variable with a solution and simplifying, it produces a true statement..
Example 1: Is x=3 a solution to −2x−3=−9?
Answer: Yes, it is a solution, because x=3 satisfies the equation.
Example 2: Is a=−12 a solution to −10a+5=25?
Answer: No, it is not a solution, because a=−12 does not satisfy the equation.
Recall that when evaluating expressions, it is a good practice to first replace all variables with parentheses, then substitute the appropriate values. By making use of parentheses we avoid some common errors when working the order of operations.
Example 3: Is y=−3 a solution to 2y−5=−y−14?
Solution:
Answer: Yes, it is a solution, because y=−3 produces a true statement.
Try this! Is x=−3 a solution to −2x+5=−1?
Answer: No
Video Solution
(click to see video)
Solving Basic Linear Equations
We begin by defining equivalent equationsEquations with the same solution set. as equations with the same solution set. Consider the following two linear equations and check to see if the solution is x=7.
Here we can see that the two linear equations 3x−5=16 and 3x=21 are equivalent because they share the same solution set, namely, 7. The goal is to develop a systematic process to find equivalent equations until the variable is isolated:
To do this, use the properties of equalityProperties that allow us to obtain equivalent equations by adding, subtracting, multiplying, and dividing both sides of an equation by nonzero real numbers.. Given algebraic expressions A and B, where c is a real number, we have the following:
Note
Multiplying or dividing both sides of an equation by 0 is carefully avoided. Dividing by 0 is undefined and multiplying both sides by 0 results in the equation 0 = 0.
To summarize, equality is retained and you obtain an equivalent equation if you add, subtract, multiply, or divide both sides of an equation by any nonzero real number. The technique for solving linear equations involves applying these properties in order to isolate the variable on one side of the equation. If the linear equation has a constant term, then we add to or subtract it from both sides of the equation to obtain an equivalent equation where the variable term is isolated.
Example 4: Solve: x+3=−5.
Solution: To isolate the variable x on the left side, subtract 3 from both sides.
Answer: The solution is x=−8. To check that this is true, substitute −8 into the original equation and simplify to see that it is satisfied: x+3=−8+3=−5 ✓.
In the previous example, after subtracting 3 from both sides, you get x+0=−8. By the additive identity property of real numbers, this is equivalent to x=−8. This step is often left out in the presentation of the solution.
If the variable term of the equation (including the coefficient) is isolated, then apply the multiplication or division property of equality to obtain an equivalent equation with the variable isolated. In other words, our goal is to obtain an equivalent equation with x or 1x isolated on one side of the equal sign.
Example 5: Solve: −5x=−35.
Solution: The coefficient of x is –5, so divide both sides by −5.
Answer: The solution is x=7. Perform the check mentally by substituting 7 for x in the original equation.
In the previous example, after dividing both sides by −5, x is left with a coefficient of 1, because −5−5=1. In fact, when we say “isolate the variable,” we mean to change the coefficient of the variable to 1, because 1x=7 is equivalent to x=7. This step is often left out of the instructional examples even though its omission is sometimes a source of confusion.
Another important property is the symmetric propertyAllows you to solve for the variable on either side of the equal sign, because 5=x is equivalent to x=5.: for any algebraic expressions A and B,
The equation 2=x is equivalent to x=2. It does not matter on which side we choose to isolate the variable.
Example 6: Solve: 2=5+x.
Solution: Isolate the variable x by subtracting 5 from both sides of the equation.
Answer: The solution is −3, and checking the solution shows that 2 = 5 − 3.
Try this! Solve: 6=x−4.
Answer: x=10
Video Solution
(click to see video)
Isolating the Variable in Two Steps
A linear equation of the form ax+b=c takes two steps to solve. First, use the appropriate equality property of addition or subtraction to isolate the variable term. Next, isolate the variable using the equality property of multiplication or division. Checking solutions in the following examples is left to the reader.
Example 7: Solve: 2x−5=15.
Solution:
Answer: The solution is 10.
Example 8: Solve: −3x−2=9.
Solution:
Answer: The solution is −113.
Example 9: Solve: 6−5y=−14.
Solution: When no sign precedes the term, it is understood to be positive. In other words, think of this as +6−5y=−14. Begin by subtracting 6 from both sides of the equal sign.
Answer: The solution is 4.
Example 10: Solve: 3x+12=23.
Solution:
Answer: The solution is 118.
Example 11: Solve: 3−y=1.
Solution:
Recall that −y is equivalent to −1y; divide both sides of the equation by −1.
Alternatively, multiply both sides of −y=−2 by −1 and achieve the same result:
Answer: The solution is 2.
In summary, to retain equivalent equations, we must perform the same operation on both sides of the equation. First, apply the addition or subtraction property of equality to isolate the variable term and then apply the multiplication or division property of equality to isolate the variable on one side of the equation.
Try this! Solve: −7x+6=27.
Answer: x=−3
Video Solution
(click to see video)
Multiplying by the Reciprocal
To solve an equation like 34x=1, we can isolate the variable by dividing both sides by the coefficient. For example,
On the left side of the equal sign, the fraction cancels. On the right side, we have a complex fraction and multiply by the reciprocal of the coefficient. You can save a step by recognizing this and start by multiplying both sides of the equation by the reciprocal of the coefficient.
Recall that the product of reciprocals is 1, in this case 43⋅34=1, leaving the variable isolated.
Example 12: Solve: 53x+2=−8.
Solution: Isolate the variable term using the addition property of equality and then multiply both sides of the equation by the reciprocal of the coefficient 53.
Answer: The solution is −6.
Example 13: Solve: −45x−5=15.
Solution:
The reciprocal of −45 is −54 because (−54)(−45)=+2020=1. Therefore, to isolate the variable x, multiply both sides by −54.
Answer: The solution is −25.
Try this! Solve: 23x−9=−4.
Answer: x=152
Video Solution
(click to see video)
Key Takeaways
•Linear equations with one variable can be written in the form ax+b=0, where a and b are real numbers and a≠0.
•To “solve a linear equation” means to find a numerical value that can replace the variable and produce a true statement.
•The properties of equality provide tools for isolating the variable and solving equations.
•To solve a linear equation, first isolate the variable term by adding the opposite of the constant term to both sides of the equation. Then isolate the variable by dividing both sides of the equation by its coefficient.
•After isolating a variable term with a fraction coefficient, solve by multiplying both sides by the reciprocal of the coefficient.
Topic Exercises
Part A: Solutions to Linear Equations
Is the given value a solution to the linear equation?
1. x−6=20; x=26
2. y+7=−6; y=−13
3. −x+5=17; x=12
4. −2y=44; y=11
5. 4x=−24; x=−6
6. 5x−1=34; x=−7
7. −2a−7=−7; a=0
8. −13x−4=−5; x=−3
9. −12x+23=−14; x=116
10. −8x−33=3x; x=3
11. 3y−5=−2y−15; y=−2
12. 3(2x+1)=−4x−3; x=−12
13. 12y−13=13y+16; y=3
14. −43y+19=−23y−19; y=13
Part B: Solving Basic Linear Equations
Solve.
15. x+3=13
16. y−4=22
17. −6+x=12
18. 9+y=−4
19. x−12=13
20. x+23=−15
21. x+212=313
22. −37+x=−37
23. 4x=−44
24. −9x=63
25. −y=13
26. −x=−10
27. −9x=0
28. −3a=−33
29. 27=18y
30. 14=−7x
31. 5.6a=−39.2
32. −1.2y=3.72
33. 13x=−12
34. −t12=14
35. −73x=12
36. x5=−3
37. 49y=−23
38. −58y=−52
Part C: Solving Linear Equations
Solve.
39. 5x+7=32
40. 4x−3=21
41. 3a−7=23
42. 12y+1=1
43. 21x−7=0
44. −3y+2=−13
45. −5x+9=8
46. 22x−55=−22
47. 4.5x−2.3=6.7
48. 1.4−3.2x=3
49. 9.6−1.4y=−10.28
50. 4.2y−3.71=8.89
51. 3−2y=−11
52. −4−7a=24
53. −10=2x−5
54. 24=6−12y
55. 56x−12=23
56. 12x+13=25
57. 4a−23=−16
58. 35x−12=110
59. −45y+13=115
60. −916x+43=43
61. −x+5=14
62. −y−7=−12
63. 75−a=200
64. 15=5−x
65. −8=4−2x
66. 33−x=33
67. 18=6−y
68. −12=−2x+3
69. −3=3.36−1.2a
70. 0=−3.1a+32.55
71. 14=−38+10x
72. 70=50−12y
Translate the following sentences into linear equations and then solve.
73. The sum of 2x and 5 is equal to 15.
74. The sum of −3x and 7 is equal to 14.
75. The difference of 5x and 6 is equal to 4.
76. Twelve times x is equal to 36.
77. A number n divided by 8 is 5.
78. Six subtracted from two times a number x is 12.
79. Four added to three times a number n is 25.
80. Three-
81. Negative two-
82. One-
Find a linear equation of the form ax+b=0 with the given solution, where a and b are integers. (Answers may vary.)
83. x=2
84. x=−3
85. x=−12
86. x=23
Part D: Discussion Board Topics
87. How many steps are needed to solve any equation of the form ax+b=c? Explain.
88. Instead of dividing by 6 when 6x=12, could you multiply by the reciprocal of 6? Does this always work?
Answers
1: Yes
3: No
5: Yes
7: Yes
9: Yes
11: Yes
13: Yes
15: 10
17: 18
19: 5/6
21: 5/6
23: −11
25: −13
27: 0
29: 3/2
31: −7
33: −3/2
35: −3/14
37: −3/2
39: 5
41: 10
43: 1/3
45: 1/5
47: 2
49: 14.2
51: 7
53: −5/2
55: 7/5
57: 1/8
59: 1/3
61: −9
63: −125
65: 6
67: −12
69: 5.3
71: 1/16
73: 2x+5=15; x=5
75: 5x−6=4; x=2
77: n8=5; n=40
79: 3n+4=25; n=7
81: −23x=20; x=−30
83: x−2=0
85: 2x+1=0
2.4 Solving Linear Equations: Part II
Learning Objectives
1.Solve general linear equations.
2.Identify and solve conditional equations, identities, and contradictions.
3.Clear decimals and fractions from equations.
4.Solve literal equations or formulas for a given variable.
Combining Like Terms and Simplifying
Linear equations typically are not given in standard form, so solving them requires additional steps. These additional steps include simplifying expressions on each side of the equal sign using the order of operations.
Same-
We will often encounter linear equations where the expressions on each side of the equal sign can be simplified. Typically, this involves combining same-
Example 1: Solve: −4a+2−a=3−2.
Solution: First, combine the like terms on each side of the equal sign.
Answer: The solution is 15.
Opposite-
Given a linear equation in the form ax+b=cx+d, we begin by combining like terms on opposite sides of the equal sign. To combine opposite-
Example 2: Solve: −2y−3=5y+11.
Solution: To “move” the term 5y to the left side, subtract it on both sides.
From here, solve using the techniques developed previously.
Always check to see that the solution is correct by substituting the solution back into the original equation and simplifying to see if you obtain a true statement.
Answer: The solution is −2.
General Guidelines for Solving Linear Equations
When solving linear equations, the goal is to determine what value, if any, will produce a true statement when substituted in the original equation. Do this by isolating the variable using the following steps:
Step 1: Simplify both sides of the equation using the order of operations and combine all same-
Step 2: Use the appropriate properties of equality to combine opposite-
Step 3: Divide or multiply as needed to isolate the variable.
Step 4: Check to see if the answer solves the original equation.
Example 3: Solve: −12(10y−2)+3=14.
Solution: Simplify the linear expression on the left side before solving.
To check,
Answer: The solution is −2.
Example 4: Solve: 5(3x+2)−2=−2(1−7x).
Solution: First, simplify the expressions on both sides of the equal sign.
Answer: The solution is −10. The check is left as an exercise.
Try this! Solve: 6−3(4x−1)=4x−7.
Answer: x=1
Video Solution
(click to see video)
Conditional Equations, Identities, and Contradictions
There are three different types of equations. Up to this point, we have been solving conditional equationsEquations that are true for particular values.. These are equations that are true for particular values. An identityAn equation that is true for all possible values. is an equation that is true for all possible values of the variable. For example,
has a solution set consisting of all real numbers, R. A contradictionAn equation that is never true and has no solution. is an equation that is never true and thus has no solutions. For example,
has no solution. We use the empty set, ∅ , to indicate that there are no solutions.
If the end result of solving an equation is a true statement, like 0 = 0, then the equation is an identity and any real number is a solution. If solving results in a false statement, like 0 = 1, then the equation is a contradiction and there is no solution.
Example 5: Solve: 4(x+5)+6=2(2x+3).
Solution:
Answer: ∅ . Solving leads to a false statement; therefore, the equation is a contradiction and there is no solution.
Example 6: Solve: 3(3y+5)+5=10(y+2)−y.
Solution:
Answer: R. Solving leads to a true statement; therefore, the equation is an identity and any real number is a solution.
If it is hard to believe that any real number is a solution to the equation in the previous example, then choose your favorite real number, and substitute it in the equation to see that it leads to a true statement. Choose x=7 and check:
Try this! Solve: −2(3x+1)−(x−3)=−7x+1.
Answer: R
Video Solution
(click to see video)
Clearing Decimals and Fractions
The coefficients of linear equations may be any real number, even decimals and fractions. When decimals and fractions are used, it is possible to use the multiplication property of equality to clear the coefficients in a single step. If given decimal coefficients, then multiply by an appropriate power of 10 to clear the decimals. If given fractional coefficients, then multiply both sides of the equation by the least common multiple of the denominators (LCD).
Example 7: Solve: 2.3x+2.8=−1.2x+9.8.
Solution: Notice that all decimal coefficients are expressed with digits in the tenths place; this suggests that we can clear the decimals by multiplying both sides by 10. Take care to distribute 10 to each term on both sides of the equation.
Answer: The solution is 2.
Example 8: Solve: 13x+15=15x−1.
Solution: Clear the fractions by multiplying both sides by the least common multiple of the given denominators. In this case, the LCM(3, 5)=15.
Answer: The solution is −9.
It is important to know that these techniques only work for equations. Do not try to clear fractions when simplifying expressions. As a reminder,
Solve equations and simplify expressions. If you multiply an expression by 6, you will change the problem. However, if you multiply both sides of an equation by 6, you obtain an equivalent equation.
Literal Equations (Linear Formulas)
Algebra lets us solve whole classes of applications using literal equationsA formula that summarizes whole classes of problems., or formulas. Formulas often have more than one variable and describe, or model, a particular real-
If we divide both sides by r, we obtain the formula t=Dr. Use this formula to find the time, given the distance and the rate.
If we divide both sides by t, we obtain the formula r=Dt. Use this formula to find the rate, given the distance traveled and the time it takes to travel that distance. Using the techniques learned up to this point, we now have three equivalent formulas relating distance, average rate, and time:
When given a literal equation, it is often necessary to solve for one of the variables in terms of the others. Use the properties of equality to isolate the indicated variable.
Example 9: Solve for a: P=2a+b.
Solution: The goal is to isolate the variable a.
Answer: a=P−b2
Example 10: Solve for y: z=x+y2.
Solution: The goal is to isolate the variable y.
Answer: y=2z−x
Try this! Solve for b: 2a−3b=c.
Answer: b=2a−c3
Video Solution
(click to see video)
Key Takeaways
•Solving general linear equations involves isolating the variable, with coefficient 1, on one side of the equal sign.
•The steps for solving linear equations are:
1.Simplify both sides of the equation and combine all same-
2.Combine opposite-
3.Divide or multiply as needed to isolate the variable.
4.Check the answer.
•Most linear equations that you will encounter are conditional and have one solution.
•If solving a linear equation leads to a true statement like 0 = 0, then the equation is an identity and the solution set consists of all real numbers, R.
•If solving a linear equation leads to a false statement like 0 = 5, then the equation is a contradiction and there is no solution, ∅ .
•Clear fractions by multiplying both sides of a linear equation by the least common multiple of all the denominators. Distribute and multiply all terms by the LCD to obtain an equivalent equation with integer coefficients.
•Given a formula, solve for any variable using the same techniques for solving linear equations. This works because variables are simply representations of real numbers.
Topic Exercises
Part A: Checking for Solutions
Is the given value a solution to the linear equation?
1. 2(3x+5)−6=3x−8; x=−4
2. −x+17−8x=9−x; x=−1
3. 4(3x−7)−3(x+2)=−1; x=13
4. −5−2(x−5)=−(x+3); x=−8
5. 7−2(12x−6)=x−1; x=10
6. 3x−23(9x−2)=0; x=49
Part B: Solving Linear Equations
Solve.
7. 4x−7=7x+5
8. −5x+3=−8x−9
9. 3x−5=2x−17
10. −2y−52=3y+13
11. −4x+2=7x−20
12. 4x−3=6x−15
13. 9x−25=12x−25
14. 12y+15=−6y+23
15. 1.2x−0.7=3x+4.7
16. 2.1x+6.1=−1.3x+4.4
17. 2.02x+4.8=14.782−1.2x
18. −3.6x+5.5+8.2x=6.5+4.6x
19. 12x−23=x+15
20. 13x−12=−14x−13
21. −110y+25=15y+310
22. x−203=52x+56
23. 23y+12=58y+3724
24. 13+43x=107x+13−221x
25. 89−1118x=76−12x
26. 13−9x=49+12x
27. 12x−5+9x=44
28. 10−6x−13=12
29. −2+4x+9=7x+8−2x
30. 20x−5+12x=6−x+7
31. 3a+5−a=2a+7
32. −7b+3=2−5b+1−2b
33. 7x−2+3x=4+2x−2
34. −3x+8−4x+2=10
35. 6x+2−3x=−2x−13
36. 3x−0.75+0.21x=1.24x+7.13
37. −x−2+4x=5+3x−7
38. −2y−5=8y−6−10y
39. 110x−13=130−115x−715
40. 58−43x+13=−39x−14+13x
Part C: Solving Linear Equations Involving Parentheses
Solve.
41. −5(2y−3)+2=12
42. 3(5x+4)+5x=−8
43. 4−2(x−5)=−2
44. 10−5(3x+1)=5(x−4)
45. 9−(x+7)=2(x−1)
46. −5(2x−1)+3=−12
47. 3x−2(x+1)=x+5
48. 5x−3(2x−1)=2(x−3)
49. −6(x−1)−3x=3(x+8)
50. −35(5x+10)=12(4x−12)
51. 3.1(2x−3)+0.5=22.2
52. 4.22−3.13(x−1)=5.2(2x+1)−11.38
53. 6(x−2)−(7x−12)=14
54. −9(x−3)−3x=−3(4x+9)
55. 3−2(x+4)=−3(4x−5)
56. 12−2(2x+1)=4(x−1)
57. 3(x+5)−2(2x+3)=7x+9
58. 3(2x−1)−4(3x−2)=−5x+10
59. −3(2a−3)+2=3(a+7)
60. −2(5x−3)−1=5(−2x+1)
61. 12(2x+1)−14(8x+2)=3(x−4)
62. −23(6x−3)−12=32(4x+1)
63. 12(3x−1)+13(2x−5)=0
64. 13(x−2)+15=19(3x+3)
65. −2(2x−7)−(x+3)=6(x−1)
66. 10(3x+5)−5(4x+2)=2(5x+20)
67. 2(x−3)−6(2x+1)=−5(2x−4)
68. 5(x−2)−(4x−1)=−2(3−x)
69. 6(3x−2)−(12x−1)+4=0
70. −3(4x−2)−(9x+3)−6x=0
Part D: Literal Equations
Solve for the indicated variable.
71. Solve for w: A=l⋅w.
72. Solve for a: F=ma.
73. Solve for w: P=2l+2w.
74. Solve for r: C=2πr.
75. Solve for b: P=a+b+c.
76. Solve for C: F=95C+32.
77. Solve for h: A=12bh.
78. Solve for t: I=Prt.
79. Solve for y: ax+by=c.
80. Solve for h: S=2πr2+2πrh.
81. Solve for x: z=2x+y5.
82. Solve for c: a=3b−2c3.
83. Solve for b: y=mx+b.
84. Solve for m: y=mx+b.
85. Solve for y: 3x−2y=6.
86. Solve for y: −5x+2y=12.
87. Solve for y: x3−y5=1.
88. Solve for y: 34x−15y=12.
Translate the following sentences into linear equations and then solve.
89. The sum of 3x and 5 is equal to the sum of 2x and 7.
90. The sum of −5x and 6 is equal to the difference of 4x and 2.
91. The difference of 5x and 25 is equal to the difference of 3x and 51.
92. The sum of 12x and 34 is equal to 23x.
93. A number n divided by 5 is equal to the sum of twice the number and 3.
94. Negative ten times a number n is equal to the sum of three times the number and 13.
Part E: Discussion Board Topics
95. What is the origin of the word algebra?
96. What is regarded as the main business of algebra?
97. Why is solving equations such an important algebra topic?
98. Post some real-
99. Research and discuss the contributions of Diophantus of Alexandria.
100. Create an identity or contradiction of your own and share on the discussion board. Provide a solution and explain how you found it.
Answers
1: Yes
3: No
5: Yes
7: −4
9: −12
11: 2
13: 0
15: −3
17: 3.1
19: −26/15
21: 1/3
23: 25
25: −5/2
27: 7/3
29: −1
31: ∅
33: 1/2
35: −3
37: R
39: −3/5
41: 1/2
43: 8
45: 4/3
47: ∅
49: −3/2
51: 5
53: −14
55: 2
57: 0
59: −10/9
61: 3
63: 1
65: 17/11
67: ∅
69: 7/6
71: w=Al
73: w=P−2l2
75: b=P−a−c
77: h=2Ab
79: y=−ax+cb
81: x=5z−y2
83: b=y−mx
85: y=3x−62
87: y=5x−153
89: 3x+5=2x+7; x=2
91: 5x−25=3x−51; x=−13
93: n5=2n+3; n=−53
2.5 Applications of Linear Equations
Learning Objectives
1.Identify key words and phrases, translate sentences to mathematical equations, and develop strategies to solve problems.
2.Solve word problems involving relationships between numbers.
3.Solve geometry problems involving perimeter.
4.Solve percent and money problems including simple interest.
5.Set up and solve uniform motion problems.
Key Words, Translation, and Strategy
Algebra simplifies the process of solving real-
Key Words
Translation
Sum, increased by, more than, plus, added to, total +
Difference, decreased by, subtracted from, less, minus −
Product, multiplied by, of, times, twice *
Quotient, divided by, ratio, per /
Is, total, result =
Here are some examples of translated key phrases.
Key Phrases
Translation
The sum of a number and 7. x+7
Seven more than a number.
The difference of a number and 7. x−7
Seven less than a number.
Seven subtracted from a number.
The product of 2 and a number. 2x
Twice a number.
One-
The quotient of a number and 7. x/7
When translating sentences into mathematical statements, be sure to read the sentence several times and identify the key words and phrases.
Example 1: Translate: Four less than twice some number is 16.
Solution: First, choose a variable for the unknown number and identify the key words and phrases.
Let x represent the unknown indicated by “some number.”
Remember that subtraction is not commutative. For this reason, take care when setting up differences. In this example, 4−2x=16 is an incorrect translation.
Answer: 2x−4=16
It is important to first identify the variable—let x represent…—and state in words what the unknown quantity is. This step not only makes your work more readable but also forces you to think about what you are looking for. Usually, if you know what you are asked to find, then the task of finding it is achievable.
Example 2: Translate: When 7 is subtracted from 3 times the sum of a number and 12, the result is 20.
Solution: Let n represent the unknown number.
Answer: 3(n+12)−7=20
To understand why parentheses are needed, study the structures of the following two sentences and their translations:
“3 times the sum of a number and 12” 3(n+12)
“the sum of 3 times a number and 12” 3n+12
The key is to focus on the phrase “3 times the sum.” This prompts us to group the sum within parentheses and then multiply by 3. Once an application is translated into an algebraic equation, solve it using the techniques you have learned.
Guidelines for Setting Up and Solving Word Problems
Step 1: Read the problem several times, identify the key words and phrases, and organize the given information.
Step 2: Identify the variables by assigning a letter or expression to the unknown quantities.
Step 3: Translate and set up an algebraic equation that models the problem.
Step 4: Solve the resulting algebraic equation.
Step 5: Finally, answer the question in sentence form and make sure it makes sense (check it).
For now, set up all of your equations using only one variable. Avoid two variables by looking for a relationship between the unknowns.
Problems Involving Relationships between Real Numbers
We classify applications involving relationships between real numbers broadly as number problems. These problems can sometimes be solved using some creative arithmetic, guessing, and checking. Solving in this manner is not a good practice and should be avoided. Begin by working through the basic steps outlined in the general guidelines for solving word problems.
Example 3: A larger integer is 2 less than 3 times a smaller integer. The sum of the two integers is 18. Find the integers.
Solution:
Identify variables: Begin by assigning a variable to the smaller integer.
Use the first sentence to identify the larger integer in terms of the variable x: “A larger integer is 2 less than 3 times a smaller.”
Set up an equation: Add the expressions that represent the two integers, and set the resulting expression equal to 18 as indicated in the second sentence: “The sum of the two integers is 18.”
Solve: Solve the equation to obtain the smaller integer x.
Back substitute: Use the expression 3x−2 to find the larger integer—this is called back substitutingThe process of finding the answers to other unknowns after one has been found..
Answer the question: The two integers are 5 and 13.
Check: 5 + 13 = 18. The answer makes sense.
Example 4: The difference between two integers is 2. The larger integer is 6 less than twice the smaller. Find the integers.
Solution: Use the relationship between the two integers in the second sentence, “The larger integer is 6 less than twice the smaller,” to identify the unknowns in terms of one variable.
Since the difference is positive, subtract the smaller integer from the larger.
Solve.
Use 2x − 6 to find the larger integer.
Answer: The two integers are 8 and 10. These integers clearly solve the problem.
It is worth mentioning again that you can often find solutions to simple problems by guessing and checking. This is so because the numbers are chosen to simplify the process of solving, so that the algebraic steps are not too tedious. You learn how to set up algebraic equations with easier problems, so that you can use these ideas to solve more difficult problems later.
Example 5: The sum of two consecutive even integers is 46. Find the integers.
Solution: The key phrase to focus on is “consecutive even integers.”
Add the even integers and set them equal to 46.
Solve.
Use x + 2 to find the next even integer.
Answer: The consecutive even integers are 22 and 24.
It should be clear that consecutive even integers are separated by two units. However, it may not be so clear that odd integers are as well.
Example 6: The sum of two consecutive odd integers is 36. Find the integers.
Solution: The key phrase to focus on is “consecutive odd integers.”
Add the two odd integers and set the expression equal to 36.
Solve.
Use x + 2 to find the next odd integer.
Answer: The consecutive odd integers are 17 and 19.
The algebraic setup for even and odd integer problems is the same. A common mistake is to use x and x + 3 when identifying the variables for consecutive odd integers. This is incorrect because adding 3 to an odd number yields an even number: for example, 5 + 3 = 8. An incorrect setup is very likely to lead to a decimal answer, which may be an indication that the problem was set up incorrectly.
Example 7: The sum of three consecutive integers is 24. Find the integers.
Solution: Consecutive integers are separated by one unit.
Add the integers and set the sum equal to 24.
Solve.
Back substitute to find the other two integers.
Answer: The three consecutive integers are 7, 8 and 9, where 7 + 8 + 9 = 24.
Try this! The sum of three consecutive odd integers is 87. Find the integers.
Answer: The integers are 27, 29, and 31.
Video Solution
(click to see video)
Geometry Problems (Perimeter)
Recall that the perimeterThe sum of the lengths of all the outside edges of a polygon. of a polygon is the sum of the lengths of all the outside edges. In addition, it is helpful to review the following perimeter formulas (π≈3.14159).
Perimeter of a rectangleP=2l+2w, where l represents the length and w represents the width.:
P=2l+2w
Perimeter of a squareP=4s, where s represents the length of a side.:
P=4s
Perimeter of a triangleP=a+b+c, where a, b, and c each represents the length of a different side.:
P=a+b+c
Perimeter of a circle (circumferenceThe perimeter of a circle given by C=2πr, where r represents the radius of the circle and π≈3.14159.):
C=2πr
Keep in mind that you are looking for a relationship between the unknowns so that you can set up algebraic equations using only one variable. When working with geometry problems, it is often helpful to draw a picture.
Example 8: A rectangle has a perimeter measuring 64 feet. The length is 4 feet more than 3 times the width. Find the dimensions of the rectangle.
Solution: The sentence “The length is 4 feet more than 3 times the width” gives the relationship between the two variables.
The sentence “A rectangle has a perimeter measuring 64 feet” suggests an algebraic setup. Substitute 64 for the perimeter and the expression for the length into the appropriate formula as follows:
Once you have set up an algebraic equation with one variable, solve for the width, w.
Use 3w + 4 to find the length.
Answer: The rectangle measures 7 feet by 25 feet. To check, add all of the sides:
Example 9: Two sides of a triangle are 5 and 7 inches longer than the third side. If the perimeter measures 21 inches, find the length of each side.
Solution: The first sentence describes the relationships between the unknowns.
Substitute these expressions into the appropriate formula and use 21 for the perimeter P.
You now have an equation with one variable to solve.
Back substitute.
Answer: The three sides of the triangle measure 3 inches, 8 inches, and 10 inches. The check is left to the reader.
Try this! The length of a rectangle is 1 foot less than twice its width. If the perimeter is 46 feet, find the dimensions.
Answer: Width: 8 feet; length: 15 feet
Video Solution
(click to see video)
Problems Involving Money and Percents
Whenever setting up an equation involving a percentage, we usually need to convert the percentage to a decimal or fraction. If the question asks for a percentage, then do not forget to convert your answer to a percent at the end. Also, when money is involved, be sure to round off to two decimal places.
Example 10: If a pair of shoes costs $52.50 including a 714% tax, what is the original cost of the item before taxes are added?
Solution: Begin by converting 714% to a decimal.
The amount of tax is this rate times the original cost of the item. The original cost of the item is what you are asked to find.
Use this equation to solve for c, the original cost of the item.
Answer: The cost of the item before taxes is $48.95. Check this by multiplying $48.95 by 0.0725 to obtain the tax and add it to this cost.
Example 11: Given a 518% annual interest rate, how long will it take $1,200 to yield $307.50 in simple interest?
Solution:
Organize the data needed to use the simple interest formula I=prt.
Given interest for the time period: I=$307.50
Given principal: p=$1200
Given rate: r=518%=5.125%=0.05125
Next, substitute all of the known quantities into the formula and then solve for the only unknown, t.
Answer: It takes 5 years for $1,200 invested at 518% to earn $307.50 in simple interest.
Example 12: Mary invested her total savings of $3,400 in two accounts. Her mutual fund account earned 8% last year and her CD earned 5%. If her total interest for the year was $245, how much was in each account?
Solution: The relationship between the two unknowns is that they total $3,400. When a total is involved, a common technique used to avoid two variables is to represent the second unknown as the difference of the total and the first unknown.
The total interest is the sum of the interest earned from each account.
Interest earned in the mutual fund: I=Prt=x⋅0.08⋅1=0.08x
Interest earned in the CD: I=Prt=(3,400−x)⋅0.05⋅1=0.05(3,400−x)
This equation models the problem with one variable. Solve for x.
Back substitute.
Answer: Mary invested $2,500 at 8% in a mutual fund and $900 at 5% in a CD.
Example 13: Joe has a handful of dimes and quarters that values $5.30. He has one fewer than twice as many dimes than quarters. How many of each coin does he have?
Solution: Begin by identifying the variables.
To determine the total value of a number of coins, multiply the number of coins by the value of each coin. For example, 5 quarters have a value $0.25 ⋅ 5 = $1.25.
Solve for the number of quarters, q.
Back substitute into 2q − 1 to find the number of dimes.
Answer: Joe has 12 quarters and 23 dimes. Check by multiplying $0.25 ⋅ 12 = $3.00 and $0.10 ⋅ 23 = $2.30. Then add to obtain the correct amount: $3.00 + $2.30 = $5.30.
Try this! A total amount of $5,900 is invested in two accounts. One account earns 3.5% interest and another earns 4.5%. If the interest for 1 year is $229.50, then how much is invested in each account?
Answer: $3,600 is invested at 3.5% and $2,300 at 4.5%.
Video Solution
(click to see video)
Uniform Motion Problems (Distance Problems)
Uniform motion refers to movement at a speed, or rate, that does not change. We can determine the distance traveled by multiplying the average rate by the time traveled at that rate with the formula D=r⋅t. Applications involving uniform motion usually have a lot of data, so it helps to first organize the data in a chart and then set up an algebraic equation that models the problem.
Example 14: Two trains leave the station at the same time traveling in opposite directions. One travels at 70 miles per hour and the other at 60 miles per hour. How long does it take for the distance between them to reach 390 miles?
Solution: First, identify the unknown quantity and organize the data.
The given information is filled in on the following chart. The time for each train is equal.
To avoid introducing two more variables, use the formula D=r⋅t to fill in the unknown distances traveled by each train.
We can now completely fill in the chart.
The algebraic setup is defined by the distance column. The problem asks for the time it takes for the total distance to reach 390 miles.
Solve for t.
Answer: It takes 3 hours for the distance between the trains to reach 390 miles.
Example 15: A train traveling nonstop to its destination is able to make the trip at an average speed of 72 miles per hour. On the return trip, the train makes several stops and is only able to average 48 miles per hour. If the return trip takes 2 hours longer than the initial trip to the destination, then what is the travel time each way?
Solution: First, identify the unknown quantity and organize the data.
The given information is filled in the following chart:
Use the formula D=r⋅t to fill in the unknown distances.
Use these expressions to complete the chart.
The algebraic setup is again defined by the distance column. In this case, the distance to the destination and back is the same, and the equation is
Solve for t.
The return trip takes t+2=4+2=6 hours.
Answer: It takes 4 hours to arrive at the destination and 6 hours to return.
Try this! Mary departs for school on a bicycle at an average rate of 6 miles per hour. Her sister Kate, running late, leaves 15 minutes later and cycles at twice that speed. How long will it take Kate to catch up to Mary? Be careful! Pay attention to the units given in the problem.
Answer: It takes 15 minutes for Kate to catch up.
Video Solution
(click to see video)
Key Takeaways
•Simplify the process of solving real-
•Guessing and checking for solutions is a poor practice. This technique might sometimes produce correct answers, but is unreliable, especially when problems become more complex.
•Read the problem several times and search for the key words and phrases. Identify the unknowns and assign variables or expressions to the unknown quantities. Look for relationships that allow you to use only one variable. Set up a mathematical model for the situation and use algebra to solve the equation. Check to see if the solution makes sense and present the solution in sentence form.
•Do not avoid word problems: solving them can be fun and rewarding. With lots of practice you will find that they really are not so bad after all. Modeling and solving applications is one of the major reasons to study algebra.
•Do not feel discouraged when the first attempt to solve a word problem does not work. This is part of the process. Try something different and learn from incorrect attempts.
Topic Exercises
Part A: Translate
Translate the following into algebraic equations.
1. The sum of a number and 6 is 37.
2. When 12 is subtracted from twice some number the result is 6.
3. Fourteen less than 5 times a number is 1.
4. Twice some number is subtracted from 30 and the result is 50.
5. Five times the sum of 6 and some number is 20.
6. The sum of 5 times some number and 6 is 20.
7. When the sum of a number and 3 is subtracted from 10 the result is 5.
8. The sum of three times a number and five times that same number is 24.
9. Ten is subtracted from twice some number and the result is the sum of the number and 2.
10. Six less than some number is ten times the sum of that number and 5.
Part B: Number Problems
Set up an algebraic equation and then solve.
11. A larger integer is 1 more than twice another integer. If the sum of the integers is 25, find the integers.
12. If a larger integer is 2 more than 4 times another integer and their difference is 32, find the integers.
13. One integer is 30 more than another integer. If the difference between the larger and twice the smaller is 8, find the integers.
14. The quotient of some number and 4 is 22. Find the number.
15. Eight times a number is decreased by three times the same number, giving a difference of 20. What is the number?
16. One integer is two units less than another. If their sum is −22, find the two integers.
17. The sum of two consecutive integers is 139. Find the integers.
18. The sum of three consecutive integers is 63. Find the integers.
19. The sum of three consecutive integers is 279. Find the integers.
20. The difference of twice the smaller of two consecutive integers and the larger is 39. Find the integers.
21. If the smaller of two consecutive integers is subtracted from two times the larger, then the result is 17. Find the integers.
22. The sum of two consecutive even integers is 46. Find the integers.
23. The sum of two consecutive even integers is 238. Find the integers.
24. The sum of three consecutive even integers is 96. Find the integers.
25. If the smaller of two consecutive even integers is subtracted from 3 times the larger the result is 42. Find the integers.
26. The sum of three consecutive even integers is 90. Find the integers.
27. The sum of two consecutive odd integers is 68. Find the integers.
28. The sum of two consecutive odd integers is 180. Find the integers.
29. The sum of three consecutive odd integers is 57. Find the integers.
30. If the smaller of two consecutive odd integers is subtracted from twice the larger the result is 23. Find the integers.
31. Twice the sum of two consecutive odd integers is 32. Find the integers.
32. The difference between twice the larger of two consecutive odd integers and the smaller is 59. Find the integers.
Part C: Geometry Problems
Set up an algebraic equation and then solve.
33. If the perimeter of a square is 48 inches, then find the length of each side.
34. The length of a rectangle is 2 inches longer than its width. If the perimeter is 36 inches, find the length and width.
35. The length of a rectangle is 2 feet less than twice its width. If the perimeter is 26 feet, find the length and width.
36. The width of a rectangle is 2 centimeters less than one-
37. The length of a rectangle is 3 feet less than twice its width. If the perimeter is 54 feet, find the dimensions of the rectangle.
38. If the length of a rectangle is twice as long as the width and its perimeter measures 72 inches, find the dimensions of the rectangle.
39. The perimeter of an equilateral triangle measures 63 centimeters. Find the length of each side.
40. An isosceles triangle whose base is one-
41. Each of the two equal legs of an isosceles triangle are twice the length of the base. If the perimeter is 105 centimeters, then how long is each leg?
42. A triangle has sides whose measures are consecutive even integers. If the perimeter is 42 inches, find the measure of each side.
43. A triangle has sides whose measures are consecutive odd integers. If the perimeter is 21 inches, find the measure of each side.
44. A triangle has sides whose measures are consecutive integers. If the perimeter is 102 inches, then find the measure of each side.
45. The circumference of a circle measures 50π units. Find the radius.
46. The circumference of a circle measures 10π units. Find the radius.
47. The circumference of a circle measures 100 centimeters. Determine the radius to the nearest tenth.
48. The circumference of a circle measures 20 centimeters. Find the diameter rounded off to the nearest hundredth.
49. The diameter of a circle measures 5 inches. Determine the circumference to the nearest tenth.
50. The diameter of a circle is 13 feet. Calculate the exact value of the circumference.
Part D: Percent and Money Problems
Set up an algebraic equation and then solve.
51. Calculate the simple interest earned on a 2-
52. Calculate the simple interest earned on a 1-
53. For how many years must $10,000 be invested at an 8½% annual interest rate to yield $4,250 in simple interest?
54. For how many years must $1,000 be invested at a 7.75% annual interest rate to yield $503.75 in simple interest?
55. At what annual interest rate must $2,500 be invested for 3 years in order to yield $412.50 in simple interest?
56. At what annual interest rate must $500 be invested for 2 years in order to yield $93.50 in simple interest?
57. If the simple interest earned for 1 year was $47.25 and the annual rate was 6.3%, what was the principal?
58. If the simple interest earned for 2 years was $369.60 and the annual rate was 5¼%, what was the principal?
59. Joe invested last year’s $2,500 tax return in two different accounts. He put most of the money in a money market account earning 5% simple interest. He invested the rest in a CD earning 8% simple interest. How much did he put in each account if the total interest for the year was $138.50?
60. James invested $1,600 in two accounts. One account earns 4.25% simple interest and the other earns 8.5%. If the interest after 1 year was $85, how much did he invest in each account?
61. Jane has her $5,400 savings invested in two accounts. She has part of it in a CD at 3% annual interest and the rest in a savings account that earns 2% annual interest. If the simple interest earned from both accounts is $140 for the year, then how much does she have in each account?
62. Marty put last year’s bonus of $2,400 into two accounts. He invested part in a CD with 2.5% annual interest and the rest in a money market fund with 1.3% annual interest. His total interest for the year was $42.00. How much did he invest in each account?
63. Alice puts money into two accounts, one with 2% annual interest and another with 3% annual interest. She invests 3 times as much in the higher yielding account as she does in the lower yielding account. If her total interest for the year is $27.50, how much did she invest in each account?
64. Jim invested an inheritance in two separate banks. One bank offered 5.5% annual interest rate and the other 6¼%. He invested twice as much in the higher yielding bank account than he did in the other. If his total simple interest for 1 year was $4,860, then what was the amount of his inheritance?
65. If an item is advertised to cost $29.99 plus 9.25% tax, what is the total cost?
66. If an item is advertised to cost $32.98 plus 8¾% tax, what is the total cost?
67. An item, including an 8.75% tax, cost $46.49. What is the original pretax cost of the item?
68. An item, including a 5.48% tax, cost $17.82. What is the original pretax cost of the item?
69. If a meal costs $32.75, what is the total after adding a 15% tip?
70. How much is a 15% tip on a restaurant bill that totals $33.33?
71. Ray has a handful of dimes and nickels valuing $3.05. He has 5 more dimes than he does nickels. How many of each coin does he have?
72. Jill has 3 fewer half-
73. Cathy has to deposit $410 worth of five-
74. Billy has a pile of quarters, dimes, and nickels that values $3.75. He has 3 more dimes than quarters and 5 more nickels than quarters. How many of each coin does Billy have?
75. Mary has a jar with one-
76. Chad has a bill-
Part D: Uniform Motion (Distance Problems)
Set up an algebraic equation then solve.
77. Two cars leave a location traveling in opposite directions. If one car averages 55 miles per hour and the other averages 65 miles per hour, then how long will it take for them to separate a distance of 300 miles?
78. Two planes leave the airport at the same time traveling in opposite directions. The average speeds for the planes are 450 miles per hour and 395 miles per hour. How long will it take the planes to be a distance of 1,478.75 miles apart?
79. Bill and Ted are racing across the country. Bill leaves 1 hour earlier than Ted and travels at an average rate of 60 miles per hour. If Ted intends to catch up at a rate of 70 miles per hour, then how long will it take?
80. Two brothers leave from the same location, one in a car and the other on a bicycle, to meet up at their grandmother’s house for dinner. If one brother averages 30 miles per hour in the car and the other averages 12 miles per hour on the bicycle, then it takes the brother on the bicycle 1 hour less than 3 times as long as the other in the car. How long does it take each of them to make the trip?
81. A commercial airline pilot flew at an average speed of 350 miles per hour before being informed that his destination airfield may be closed due to poor weather conditions. In an attempt to arrive before the storm, he increased his speed 400 miles per hour and flew for another 3 hours. If the total distance flown was 2,950 miles, then how long did the trip take?
82. Two brothers drove the 2,793 miles from Los Angeles to New York. One of the brothers, driving during the day, was able to average 70 miles per hour, and the other, driving at night, was able to average 53 miles per hour. If the brother driving at night drove 3 hours less than the brother driving in the day, then how many hours did they each drive?
83. Joe and Ellen live 21 miles apart. Departing at the same time, they cycle toward each other. If Joe averages 8 miles per hour and Ellen averages 6 miles per hour, how long will it take them to meet?
84. If it takes 6 minutes to drive to the automobile repair shop at an average speed of 30 miles per hour, then how long will it take to walk back at an average rate of 4 miles per hour?
85. Jaime and Alex leave the same location and travel in opposite directions. Traffic conditions enabled Alex to average 14 miles per hour faster than Jaime. After 1½ hours they are 159 miles apart. Find the speed at which each was able to travel.
86. Jane and Holly live 51 miles apart and leave at the same time traveling toward each other to meet for lunch. Jane traveled on the freeway at twice the average speed as Holly. They were able to meet in a half hour. At what rate did each travel?
Part F: Discussion Board Topics
87. Discuss ideas for calculating taxes and tips mentally.
88. Research historical methods for representing unknowns.
89. Research and compare simple interest and compound interest. What is the difference?
90. Discuss why algebra is a required subject.
91. Research ways to show that a repeating decimal is rational. Share your findings on the discussion board.
Answers
1: x+6=37
3: 5x−14=1
5: 5(x+6)=20
7: 10−(x+3)=5
9: 2x−10=x+2
11: 8, 17
13: 22, 52
15: 4
17: 69, 70
19: 92, 93, 94
21: 15, 16
23: 118, 120
25: 18, 20
27: 33, 35
29: 17, 19, 21
31: 7, 9
33: 12 inches
35: Width: 5 feet; length: 8 feet
37: Width: 10 feet; length: 17 feet
39: 21 centimeters
41: 21 centimeters, 42 centimeters, 42 centimeters
43: 5 inches, 7 inches, 9 inches
45: 25 units
47: 15.9 centimeters
49: 15.7 inches
51: $271.25
53: 5 years
55: 5.5%
57: $750.00
59: Joe invested $2,050 in the money market account and $450 in the CD.
61: Jane has $3,200 in the CD and $2,200 in savings.
63: Alice invested $250 at 2% and $750 at a 3%.
65: $32.76
67: $42.75
69: $37.66
71: He has 17 nickels and 22 dimes.
73: Cathy has 12 fives and 35 ten-
75: Mary has 7 one-
77: 2.5 hours
79: 6 hours
81: 8 hours
83: 1½ hours
85: Jaime: 46 miles per hour; Alex: 60 miles per hour
2.6 Ratio and Proportion Applications
Learning Objectives
1.Understand the difference between a ratio and a proportion.
2.Solve proportions using cross multiplication.
3.Solve applications involving proportions, including similar triangles.
Definitions
A ratioRelationship between two numbers or quantities usually expressed as a quotient. is a relationship between two numbers or quantities usually expressed as a quotient. Ratios are typically expressed using the following notation:
All of the above are equivalent forms used to express a ratio. However, the most familiar way to express a ratio is in the form of a fraction. When writing ratios, it is important to pay attention to the units. If the units are the same, then the ratio can be written without them.
Example 1: Express the ratio 12 feet to 48 feet in reduced form.
Solution:
Answer: 1 to 4
If the units are different, then we must be sure to include them because the ratio represents a rateA ratio where the units for the numerator and the denominator are different..
Example 2: Express the ratio 220 miles to 4 hours in reduced form.
Solution:
Answer: 55 miles to 1 hour (or 55 miles per hour)
Rates are useful when determining unit costThe price of each unit., or the price of each unit. We use the unit cost to compare values when the quantities are not the same. To determine the unit cost, divide the cost by the number of units.
Example 3: A local supermarket offers a pack of 12 sodas for $3.48 on sale, and the local discount warehouse offers the soda in a 36-
Solution: Divide the cost by the number of cans to obtain the unit price.
Supermarket
Discount warehouse
$3.4812 cans=$0.29/can $11.5236 cans=$0.32/can
Answer: The supermarket sale price of $3.48 for a 12-
A proportionA statement of the equality of two ratios. is a statement of equality of two ratios.
This proportion is often read “a is to b as c is to d.” Here is an example of a simple proportion,
If we clear the fractions by multiplying both sides of the proportion by the product of the denominators, 8, then we obtain the following true statement:
Given any nonzero real numbers a, b, c, and d that satisfy a proportion, multiply both sides by the product of the denominators to obtain the following:
This shows that cross products are equal, and is commonly referred to as cross multiplicationIf ab=cd, then ad=bc..
Solving Proportions
Cross multiply to solve proportions where terms are unknown.
Example 4: Solve: 58=n4.
Solution: Cross multiply and then solve for n.
Answer: n=52
Example 5: Solve: 15x=56.
Solution: Cross multiply then solve for x.
Answer: x=18
Example 6: Solve: n+35=72.
Solution: When cross multiplying, be sure to group n+3. Apply the distributive property in the next step.
Answer: n=292
Try this! Solve: 53=3n−12.
Answer: n=139
Video Solution
(click to see video)
Applications
When setting up proportions, consistency with the units of each ratio is critical. Units for the numerators should be the same and units for the denominators should also be the same.
Example 7: It is claimed that 2 out of 3 dentists prefer a certain brand of toothpaste. If 600 dentists are surveyed, then how many will say they prefer that brand?
Solution: First, identify the unknown and assign it a variable.
Since you are looking for the number of dentists who prefer the brand name out of a total of 600 surveyed, construct the ratios with the number of dentists who prefer the brand in the numerator and the total number surveyed in the denominator.
Cross multiply and solve for n,
Answer: The claim suggests that 400 out of 600 dentists surveyed prefer the brand name.
Example 8: In Tulare County, 3 out of every 7 voters said yes to Proposition 40. If 42,000 people voted, how many said no to Proposition 40?
Solution: The problem gives the ratio of voters who said yes, but it asks for the number who said no.
If 3 out of 7 said yes, then we can assume 4 out of 7 said no. Set up the ratios with the number of voters who said no in the numerator and the total number of voters in the denominator.
Cross multiply and solve for n.
Answer: 24,000 voters out of 42,000 said no.
Example 9: The sum of two integers in the ratio of 4 to 5 is 27. Find the integers.
Solution: The sum of two integers is 27; use this relationship to avoid two variables.
The integers are given to be in the ratio of 4 to 5. Set up the following proportion:
Use 27 − n to determine the other integer.
Answer: The integers are 12 and 15.
Try this! A recipe calls for 5 tablespoons of sugar for every 8 cups of flour. How many tablespoons of sugar are required for 32 cups of flour?
Answer: 20 tablespoons of sugar
Video Solution
(click to see video)
Similar Triangles
We will often encounter proportion problems in geometry and trigonometry. One application involves similar trianglesTriangles with the same shape but not necessarily the same size. The measures of corresponding angles are equal and the corresponding sides are proportional., which have the same shape, but not necessarily the same size. The measures of the corresponding angles of similar triangles are equal, and the measures of the corresponding sides are proportional. Given similar triangles ABC and RST,
We may write ABC ~ RST and conclude that all of the corresponding angles are equal. The notation indicates that angle A corresponds to angle R and that the measures of these angles are equal: A = R.
In addition, the measures of other pairs of corresponding angles are equal: B = S and C = T.
Use uppercase letters for angles and a lowercase letter to denote the side opposite of the given angle. Denote the proportionality of the sides as follows:
Example 10: If triangle ABC is similar to RST, where a=3, b=4, c=5, and r=9, then find the remaining two sides.
Solution: Draw a picture and identify the variables pictorially. Represent the remaining unknown sides by s and t. Set up proportions and solve for the missing sides.
Answer: The two remaining sides measure 12 units and 15 units.
The reduced ratio of any two corresponding sides of similar triangles is called the scale factorThe reduced ratio of any two corresponding sides of similar triangles.. In the previous example, the ratio of the two given sides a and r is
Therefore, triangle ABC is similar to triangle RST with a scale factor of 1/3. This means that each leg of triangle ABC is 1/3 of the measure of the corresponding legs of triangle RST. Also, another interesting fact is that the perimeters of similar triangles are in the same proportion as their sides and share the same scale factor.
Example 11: If a triangle ABC has a perimeter of 12 units and is similar to RST with a scale factor of 1/3, then find the perimeter of triangle RST.
Solution:
Scale factor 1/3 implies that the perimeters are in proportion to this ratio. Set up a proportion as follows:
Cross multiply and solve for x.
Answer: The perimeter of triangle RST is 36 units.
Key Takeaways
•Solve proportions by multiplying both sides of the equation by the product of the denominators, or cross multiply.
•When setting up a proportion, it is important to ensure consistent units in the numerators and denominators.
•The corresponding angles of similar triangles are equal and their corresponding sides are proportional. The ratio of any two corresponding sides determines the scale factor, which can be used to solve many applications involving similar triangles.
Topic Exercises
Part A: Ratios and Rates
Express each ratio in reduced form.
1. 100 inches : 250 inches
2. 480 pixels : 320 pixels
3. 96 feet : 72 feet
4. 240 miles4 hours
5. 96 feet3 seconds
6. 6,000 revolutions4 minutes
7. Google’s average 2008 stock price and earnings per share were $465.66 and $14.89, respectively. What was Google’s average price-
8. The F-
9. A discount warehouse offers a box of 55 individual instant oatmeal servings for $11.10. The supermarket offers smaller boxes of the same product containing 12 individual servings for $3.60. Which store offers the better value?
10. Joe and Mary wish to take a road trip together and need to decide whose car they will take. Joe calculated that his car is able to travel 210 miles on 12 gallons of gasoline. Mary calculates that her car travels 300 miles on 19 gallons. Which of their cars gets more miles to the gallon?
Part B: Solving Proportions
Solve.
11. 23=n150
12. 7n=215
13. 13=5n
14. 125=6n
15. n8=−32
16. n3=−57
17. 8=2n3
18. 5n=−30
19. 1=1n−1
20. −1=−1n+1
21. −40n=−53
22. 2n+13=−35
23. 53n+3=23
24. n+12n−1=13
25. 5n+75=n−12
26. −2n+3=n+76
27. Find two numbers in the ratio of 3 to 5 whose sum is 160. (Hint: Use n and 160 − n to represent the two numbers.)
28. Find two numbers in the ratio of 2 to 7 whose sum is 90.
29. Find two numbers in the ratio of −3 to 7 whose sum is 80.
30. Find two numbers in the ratio of −1 to 3 whose sum is 90.
31. A larger integer is 5 more than a smaller integer. If the two integers have a ratio of 6 to 5 find the integers.
32. A larger integer is 7 less than twice a smaller integer. If the two integers have a ratio of 2 to 3 find the integers.
Given the following proportions, determine each ratio, x:y.
33. x3=y4
34. x−2y3=−3y5
35. 2x+4y2x−4y=32
36. x+yx−y=35
Part C: Applications
Set up a proportion and then solve.
37. If 4 out of every 5 voters support the governor, then how many of the 1,200 people surveyed support the governor?
38. If 1 out of every 3 voters surveyed said they voted yes on Proposition 23, then how many of the 600 people surveyed voted yes?
39. Out of 460 students surveyed, the ratio to support the student union remodel project was 3 to 5. How many students were in favor of the remodel?
40. An estimated 5 out of 7 students carry credit card debt. Estimate the number of students that carry credit card debt out of a total of 14,000 students.
41. If the ratio of female to male students at the college is 6 to 5, then determine the number of male students out of 11,000 total students.
42. In the year 2009 it was estimated that there would be 838 deaths in the United States for every 100,000 people. If the total US population was estimated to be 307,212,123 people, then how many deaths in the United States were expected in 2009? (Source: CIA World Factbook)
43. In the year 2009 it was estimated that there would be 1,382 births in the United States for every 100,000 people. If the total US population was estimated to be 307,212,123 people, then how many births in the United States were expected in 2009? (Source: CIA World Factbook)
44. If 2 out of every 7 voters approve of a sales tax increase then determine the number of voters out of the 588 surveyed who do not support the increase.
45. A recipe calls for 1 cup of lemon juice to make 4 cups of lemonade. How much lemon juice is needed to make 2 gallons of lemonade?
46. The classic “Shirley Temple” cocktail requires 1 part cherry syrup to 4 parts lemon-
47. A printer prints 30 pages in 1 minute. How long will it take to print a 720-
48. A typist can type 75 words per minute. How long will it take to type 72 pages if there are approximately 300 words per page?
49. On a particular map, every 116 inch represents 1 mile. How many miles does 312 inches represent?
50. On a graph every 1 centimeter represents 100 feet. What measurement on the map represents one mile?
51. A candy store offers mixed candy at $3.75 for every half-
52. Mixed nuts are priced at $6.45 per pound. How many pounds of mixed nuts can be purchased with $20.00?
53. Corn at the farmers market is bundled and priced at $1.33 for 6 ears. How many ears can be purchased with $15.00?
54. If 4 pizzas cost $21.00, then how much will 16 pizzas cost?
55. A sweetened breakfast cereal contains 110 calories in one 34-
56. Chicken-
57. A 200-
58. A 200-
59. There is a 1 out of 6 chance of rolling a 1 on a six-
60. There is a 1 out of 6 chance of rolling a 7 with two six-
61. The ratio of peanuts to all nuts in a certain brand of packaged mixed nuts is 3 to 5. If the package contains 475 nuts, then how many peanuts can we expect?
62. A mixed bag of marbles is packaged with a ratio of 6 orange marbles for every 5 red marbles. If the package contains 216 orange marbles, then how many red marbles can we expect?
63. A graphic designer wishes to create a 720-
64. If a video monitor is produced in the width to height ratio of 16:9 and the width of the monitor is 40 inches, then what is the height?
Part D: Similar Triangles
If triangle ABC is similar to triangle RST, find the remaining two sides given the information.
65. a=6, b=8, c=10, and s=16
66. b=36, c=48, r=20, and t=32
67. b=2, c=4, r=6, and s=4
68. b=3, c=2, r=10, and t=12
69. a=40, c=50, s=3, and t=10
70. c=2, r=7, s=9, and t=4
71. At the same time of day, a tree casts a 12-
72. At the same time of day, a father and son, standing side by side, cast a 4-
73. If the 6-
74. If the 3-
75. An equilateral triangle with sides measuring 6 units is similar to another with scale factor 3:1. Find the length of each side of the unknown triangle.
76. The perimeter of an equilateral triangle ABC measures 45 units. If triangle ABC ~ RST and r=20, then what is the scale factor?
77. The perimeter of an isosceles triangle ABC, where the two equal sides each measure twice that of the base, is 60 units. If the base of a similar triangle measures 6 units, then find its perimeter.
78. The perimeter of an isosceles triangle ABC measures 11 units and its two equal sides measure 4 units. If triangle ABC is similar to triangle RST and triangle RST has a perimeter of 22 units, then find all the sides of triangle RST.
79. A 6-
80. The perimeter of triangle ABC is 60 units and b=20 units. If ABC ~ RST and s=10 units, then find the perimeter of triangle RST.
Part E: Discussion Board Topics
81. What is the golden ratio and where does it appear?
82. Research and discuss the properties of similar triangles.
83. Discuss the mathematics of perspective.
84. Research and discuss the various aspect ratios that are available in modern media devices.
Answers
1: 2:5
3: 4:3
5: 32 feet per second
7: 31.27
9: The discount warehouse
11: n=100
13: n=15
15: n=−12
17: n=12
19: n=2
21: n=24
23: n=32
25: n=−195
27: 60, 100
29: −60, 140
31: 25, 30
33: 3/4
35: 10
37: 960 people
39: 276 students
41: 5,000 male students
43: 4,245,672 births
45: 8 cups of lemon juice
47: 24 minutes
49: 56 miles
51: $19.50
53: 66 ears
55: 275 calories
57: 24.9 pounds
59: 60 times
61: 285 peanuts
63: 480 pixels
65: t = 20, r = 12
67: a = 3, t = 8
69: r = 8, b = 15
71: 24 feet
73: 36 units
75: 2 units
77: 30 units
79: r = 18 units, s = 24 units, t = 30 units
2.7 Introduction to Inequalities and Interval Notation
Learning Objectives
1.Graph the solutions of a single inequality on a number line and express the solutions using interval notation.
2.Graph the solutions of a compound inequality on a number line, and express the solutions using interval notation.
Unbounded Intervals
An algebraic inequalityExpressions related with the symbols ≤ , <, ≥ , and >., such as x≥2, is read “x is greater than or equal to 2.” This inequality has infinitely many solutions for x. Some of the solutions are 2, 3, 3.5, 5, 20, and 20.001. Since it is impossible to list all of the solutions, a system is needed that allows a clear communication of this infinite set. Two common ways of expressing solutions to an inequality are by graphing them on a number lineSolutions to an algebraic inequality expressed by shading the solution on a number line. and using interval notationA textual system of expressing solutions to an algebraic inequality..
To express the solution graphically, draw a number line and shade in all the values that are solutions to the inequality. Interval notation is textual and uses specific notation as follows:
Determine the interval notation after graphing the solution set on a number line. The numbers in interval notation should be written in the same order as they appear on the number line, with smaller numbers in the set appearing first. In this example, there is an inclusive inequalityAn inequality that includes the boundary point indicated by the “or equal” part of the symbols ≤ and ≥ and a closed dot on the number line., which means that the lower-
Now compare the interval notation in the previous example to that of the strict, or noninclusive, inequality that follows:
Strict inequalitiesExpress ordering relationships using the symbol < for “less than” and > for “greater than.” imply that solutions may get very close to the boundary point, in this case 2, but not actually include it. Denote this idea with an open dot on the number line and a round parenthesis in interval notation.
Example 1: Graph and give the interval notation equivalent: x<3.
Solution: Use an open dot at 3 and shade all real numbers strictly less than 3. Use negative infinityThe symbol (−∞) indicates the interval is unbounded to the left. (−∞) to indicate that the solution set is unbounded to the left on a number line.
Answer: Interval notation: (−∞, 3)
Example 2: Graph and give the interval notation equivalent: x≤5.
Solution: Use a closed dot and shade all numbers less than and including 5.
Answer: Interval notation: (−∞, 5]
It is important to see that 5≥x is the same as x≤5. Both require values of x to be smaller than or equal to 5. To avoid confusion, it is good practice to rewrite all inequalities with the variable on the left. Also, when using text, use “inf” as a shortened form of infinity. For example, (−∞, 5] can be expressed textually as (−inf, 5].
A compound inequalityTwo inequalities in one statement joined by the word “and” or by the word “or.” is actually two or more inequalities in one statement joined by the word “and” or by the word “or.” Compound inequalities with the logical “or” require that either condition must be satisfied. Therefore, the solution set of this type of compound inequality consists of all the elements of the solution sets of each inequality. When we join these individual solution sets it is called the unionThe set formed by joining the individual solution sets indicated by the logical use of the word “or” and denoted with the symbol ∪ ., denoted ∪. For example, the solutions to the compound inequality x<3 or x≥6 can be graphed as follows:
Sometimes we encounter compound inequalities where the separate solution sets overlap. In the case where the compound inequality contains the word “or,” we combine all the elements of both sets to create one set containing all the elements of each.
Example 3: Graph and give the interval notation equivalent: x≤−1 or x<3.
Solution: Combine all solutions of both inequalities. The solutions to each inequality are sketched above the number line as a means to determine the union, which is graphed on the number line below.
Answer: Interval notation: (−∞, 3)
Any real number less than 3 in the shaded region on the number line will satisfy at least one of the two given inequalities.
Example 4: Graph and give the interval notation equivalent: x<3 or x≥−1.
Solution: Both solution sets are graphed above the union, which is graphed below.
Answer: Interval notation: R = (−∞, ∞)
When you combine both solution sets and form the union, you can see that all real numbers satisfy the original compound inequality.
In summary,
and
Bounded Intervals
An inequality such as
reads “−1 one is less than or equal to x and x is less than three.” This is a compound inequality because it can be decomposed as follows:
The logical “and” requires that both conditions must be true. Both inequalities are satisfied by all the elements in the intersectionThe set formed by the shared values of the individual solution sets that is indicated by the logical use of the word “and,” denoted with the symbol ∩ ., denoted ∩, of the solution sets of each.
Example 5: Graph and give the interval notation equivalent: x<3 and x≥−1.
Solution: Determine the intersection, or overlap, of the two solution sets. The solutions to each inequality are sketched above the number line as a means to determine the intersection, which is graphed on the number line below.
Here x=3 is not a solution because it solves only one of the inequalities.
Answer: Interval notation: [−1, 3)
Alternatively, we may interpret −1≤x<3 as all possible values for x between or bounded by −1 and 3 on a number line. For example, one such solution is x=1. Notice that 1 is between −1 and 3 on a number line, or that −1 < 1 < 3. Similarly, we can see that other possible solutions are −1, −0.99, 0, 0.0056, 1.8, and 2.99. Since there are infinitely many real numbers between −1 and 3, we must express the solution graphically and/or with interval notation, in this case [−1, 3).
Example 6: Graph and give the interval notation equivalent: −32<x<2.
Solution: Shade all real numbers bounded by, or strictly between, −32=−112 and 2.
Answer: Interval notation: (−32, 2)
Example 7: Graph and give the interval notation equivalent: −5<x≤15.
Solution: Shade all real numbers between −5 and 15, and indicate that the upper bound, 15, is included in the solution set by using a closed dot.
Answer: Interval notation: (−5, 15]
In the previous two examples, we did not decompose the inequalities; instead we chose to think of all real numbers between the two given bounds.
In summary,
Set-
In this text, we use interval notation. However, other resources that you are likely to encounter use an alternate method for describing sets called set-
The braces group the elements of the set and the ellipsis marks indicate that the integers continue forever. In this section, we wish to describe intervals of real numbers—for example, the real numbers greater than or equal to 2.
Since the set is too large to list, set-
Here x∈R describes the type of number, where the symbol (∈) is read “element of.” This implies that the variable x represents a real number. The vertical bar (|) is read “such that.” Finally, the statement x≥2 is the condition that describes the set using mathematical notation. At this point in our study of algebra, it is assumed that all variables represent real numbers. For this reason, you can omit the “∈R” and write x|x≥2, which is read “the set of all real numbers x such that x is greater than or equal to 2.”
To describe compound inequalities such as x<3 or x≥6, write x|x<3 or x≥6, which is read “the set of all real numbers x such that x is less than 3 or x is greater than or equal to 6.”
Write bounded intervals, such as −1≤x<3, as x|−1≤x<3, which is read “the set of all real numbers x such that x is greater than or equal to −1 and less than 3.”
Key Takeaways
•Inequalities usually have infinitely many solutions, so rather than presenting an impossibly large list, we present such solutions sets either graphically on a number line or textually using interval notation.
•Inclusive inequalities with the “or equal to” component are indicated with a closed dot on the number line and with a square bracket using interval notation.
•Strict inequalities without the “or equal to” component are indicated with an open dot on the number line and a parenthesis using interval notation.
•Compound inequalities that make use of the logical “or” are solved by solutions of either inequality. The solution set is the union of each individual solution set.
•Compound inequalities that make use of the logical “and” require that all inequalities are solved by a single solution. The solution set is the intersection of each individual solution set.
•Compound inequalities of the form n<A<m can be decomposed into two inequalities using the logical “and.” However, it is just as valid to consider the argument A to be bounded between the values n and m.
Topic Exercises
Part A: Simple Inequalities
Graph all solutions on a number line and provide the corresponding interval notation.
1. x≤10
2. x>−5
3. x>0
4. x≤0
5. x≤−3
6. x≥−1
7. −4<x
8. 1≥x
9. x<−12
10. x≥−32
11. x≥−134
12. x<34
Part B: Compound Inequalities
Graph all solutions on a number line and give the corresponding interval notation.
13. −2<x<5
14. −5≤x≤−1
15. −5<x≤20
16. 0≤x<15
17. 10<x≤40
18. −40≤x<−10
19. 0<x ≤50
20. −30<x<0
21. −58<x<18
22. −34≤x≤12
23. −1≤x<112
24. −112<x<−12
25. x<−3 or x>3
26. x<−2 or x≥4
27. x≤0 or x>10
28. x≤−20 or x≥−10
29. x<−23 or x>13
30. x≤−43 or x>−13
31. x>−5 or x<5
32. x<12 or x>−6
33. x<3 or x≥3
34. x≤0 or x>0
35. x<−7 or x<2
36. x≥−3 or x>0
37. x≥5 or x>0
38. x<15 or x≤10
39. x>−2 and x<3
40. x≥0 and x<5
41. x≥−5 and x≤−1
42. x<−4 and x>2
43. x≤3 and x>3
44. x≤5 and x≥5
45. x≤0 and x≥0
46. x<2 and x≤−1
47. x>0 and x≥−1
48. x<5 and x<2
Part C: Interval Notation
Determine the inequality given the answers expressed in interval notation.
49. (−∞, 7]
50. (−4, ∞)
51. [−12, ∞)
52. (−∞, −3)
53. (−8, 10]
54. (−20, 0]
55. (−14, −2)
56. [23, 43]
57. (−34, 12)
58. (−∞, −8)
59. (8, ∞)
60. (−∞, 4)∪[8, ∞)
61. (−∞, −2]∪[0, ∞)
62. (−∞, −5]∪(5, ∞)
63. (−∞, 0)∪(2, ∞)
64. (−∞, −15)∪(−5, ∞)
Write an equivalent inequality.
65. All real numbers less than 27.
66. All real numbers less than or equal to zero.
67. All real numbers greater than 5.
68. All real numbers greater than or equal to −8.
69. All real numbers strictly between −6 and 6.
70. All real numbers strictly between −80 and 0.
Part D: Discussion Board Topics
71. Compare interval notation with set-
72. Explain why we do not use a bracket in interval notation when infinity is an endpoint.
73. Research and discuss the different compound inequalities, particularly unions and intersections.
74. Research and discuss the history of infinity.
75. Research and discuss the contributions of Georg Cantor.
76. What is a Venn diagram? Explain and post an example.
Answers
1: (−∞, 10]
3: (0, ∞)
5: (−∞, −3]
7: (−4, ∞)
9: (−∞, −12)
11: [−134, ∞)
13: (−2, 5)
15: (−5, 20]
17: (10, 40]
19: (0, 50]
21: (−58, 18)
23: [−1, 112)
25: (−∞, −3)∪(3, ∞)
27: (−∞, 0]∪(10, ∞)
29: (−∞, −23)∪(13, ∞)
31: R
33: R
35: (−∞, 2)
37: (0, ∞)
39: (−2, 3)
41: [−5, −1]
43: ∅
45: 0
47: (0, ∞)
49: x≤7
51: x≥−12
53: −8<x≤10
55: −14<x<−2
57: −34<x<12
59: x>8
61: x≤−2 or x≥0
63: x<0 or x>2
65: x<27
67: x>5
69: −6<x<6
2.8 Linear Inequalities (One Variable)
Learning Objectives
1.Identify linear inequalities and check solutions.
2.Solve linear inequalities and express the solutions graphically on a number line and in interval notation.
3.Solve compound linear inequalities and express the solutions graphically on a number line and in interval notation.
4.Solve applications involving linear inequalities and interpret the results.
Definition of a Linear Inequality
A linear inequalityA mathematical statement relating a linear expression as either less than or greater than another. is a mathematical statement that relates a linear expression as either less than or greater than another. The following are some examples of linear inequalities, all of which are solved in this section:
A solution to a linear inequalityA real number that produces a true statement when its value is substituted for the variable. is a real number that will produce a true statement when substituted for the variable. Linear inequalities have either infinitely many solutions or no solution. If there are infinitely many solutions, graph the solution set on a number line and/or express the solution using interval notation.
Example 1: Are x=−2 and x=4 solutions to 3x+7<16?
Solution: Substitute the values for x, simplify, and check to see if we obtain a true statement.
Answer: x=−2 is a solution and x=4 is not.
Algebra of Linear Inequalities
All but one of the techniques learned for solving linear equations apply to solving linear inequalities. You may add or subtract any real number to both sides of an inequality, and you may multiply or divide both sides by any positive real number to create equivalent inequalities. For example,
Both subtracting 7 from each side and dividing each side by +5 results in an equivalent inequality that is true.
Example 2: Solve and graph the solution set: 3x+7<16.
Solution:
It is helpful to take a minute and choose a few values in and out of the solution set, substitute them into the original inequality, and then verify the results. As indicated, you should expect x=0 to solve the original inequality, but x=5 should not.
Checking in this manner gives a good indication that the inequality is solved correctly. This can be done mentally.
Answer: Interval notation: (−∞, 3)
When working with linear inequalities, a different rule applies when multiplying or dividing by a negative number. To illustrate the problem, consider the true statement 10>−5 and divide both sides by −5.
Dividing by −5 results in a false statement. To retain a true statement, the inequality must be reversed.
The same problem occurs when multiplying by a negative number. This leads to the following new rule: when multiplying or dividing by a negative number, reverse the inequality. It is easy to forget to do this so take special care to watch for negative coefficients.
In general, given algebraic expressions A and B, where c is a positive nonzero real number, we have the following properties of inequalitiesProperties used to obtain equivalent inequalities and used as a means to solve them.:
We use these properties to obtain an equivalent inequalityInequalities that share the same solution set., one with the same solution set, where the variable is isolated. The process is similar to solving linear equations.
Example 3: Solve: −2x+1≥21.
Solution:
Answer: Interval notation: (−∞, −10]
Example 4: Solve: −7(2x+1)<1.
Solution:
Answer: Interval notation: (−47, ∞)
Example 5: Solve: 5x−3(2x−1)≥2(x−3).
Solution:
Answer: Interval notation: (−∞, 3]
Try this! Solve: 3−5(x−1)≤28.
Answer: [−4, ∞)
Video Solution
(click to see video)
Compound Inequalities
Following are some examples of compound linear inequalities:
These compound inequalitiesTwo or more inequalities in one statement joined by the word “and” or by the word “or.” are actually two inequalities in one statement joined by the word “and” or by the word “or.” For example,
is a compound inequality because it can be decomposed as follows:
Solve each inequality individually, and the intersection of the two solution sets solves the original compound inequality. While this method works, there is another method that usually requires fewer steps. Apply the properties of this section to all three parts of the compound inequality with the goal of isolating the variable in the middle of the statement to determine the bounds of the solution set.
Example 6: Solve: −3<2x+5<17.
Solution:
Answer: Interval notation: (−4, 6)
Example 7: Solve: −1≤12x−3<1.
Solution:
Answer: Interval notation: [4, 8)
It is important to note that when multiplying or dividing all three parts of a compound inequality by a negative number, you must reverse all of the inequalities in the statement. For example,
The answer above can be written in an equivalent form, where smaller numbers lie to the left and the larger numbers lie to the right, as they appear on a number line.
Using interval notation, write (−10, 5).
Try this! Solve: −8≤2(−3x+5)<34.
Answer: (−4, 3]
Video Solution
(click to see video)
For compound inequalities with the word “or” you must work both inequalities separately and then consider the union of the solution sets. Values in this union solve either inequality.
Example 8: Solve: 3x+1<10 or 2x−1≥11
Solution: Solve each inequality and form the union by combining the solution sets.
Answer: Interval notation: (−∞, 3)∪[6, ∞)
Try this! Solve: 4x−1<−5 or 4x−1>5.
Answer: (−∞,−1)∪(32, ∞)
Video Solution
(click to see video)
Applications of Linear Inequalities
Some of the key words and phrases that indicate inequalities are summarized below:
Key Phrases
Translation
A number is at least 5. x≥5
A number is 5 or more inclusive.
A number is at most 3. x≤3
A number is 3 or less inclusive.
A number is strictly less than 4. x<4
A number is less than 4, noninclusive.
A number is greater than 7. x>7
A number is more than 7, noninclusive.
A number is in between 2 and 10. 2<x<10
A number is at least 5 and at most 15. 5≤x≤15
A number may range from 5 to 15.
As with all applications, carefully read the problem several times and look for key words and phrases. Identify the unknowns and assign variables. Next, translate the wording into a mathematical inequality. Finally, use the properties you have learned to solve the inequality and express the solution graphically or in interval notation.
Example 9: Translate: Five less than twice a number is at most 25.
Solution: First, choose a variable for the unknown number and identify the key words and phrases.
Answer: 2n−5≤25. The key phrase “is at most” indicates that the quantity has a maximum value of 25 or smaller.
Example 10: The temperature in the desert can range from 10°C to 45°C in one 24-
Solution: Set up a compound inequality where the temperature in Celsius is inclusively between 10°C and 45°C. Then substitute the expression equivalent to the Celsius temperature in the inequality and solve for F.
Answer: The equivalent Fahrenheit range is from 50°F to 113°F.
Example 11: In the first four events of a meet, a gymnast scores 7.5, 8.2, 8.5, and 9.0. What must she score on the fifth event to average at least 8.5?
Solution: The average must be at least 8.5; this means that the average must be greater than or equal to 8.5.
Answer: She must score at least 9.3 on the fifth event.
Key Takeaways
•Inequalities typically have infinitely many solutions. The solutions are presented graphically on a number line or using interval notation or both.
•All but one of the rules for solving linear inequalities are the same as for solving linear equations. If you divide or multiply an inequality by a negative number, reverse the inequality to obtain an equivalent inequality.
•Compound inequalities involving the word “or” require us to solve each inequality and form the union of each solution set. These are the values that solve at least one of the given inequalities.
•Compound inequalities involving the word “and” require the intersection of the solution sets for each inequality. These are the values that solve both or all of the given inequalities.
•The general guidelines for solving word problems apply to applications involving inequalities. Be aware of a new list of key words and phrases that indicate a mathematical setup involving inequalities.
Topic Exercises
Part A: Checking for Solutions
Determine whether the given number is a solution to the given inequality.
1. 2x−3<6; x=−1
2. −3x+1≤0; x=−2
3. 5x−20>0; x=3
4. 12x+1>−34; x=−14
5. −5<7x+1<9; x=0
6. −20≤−3x−5≤−10; x=5
7. x<−3 or x>3; x=−10
8. x<0 or x≥1; x=12
9. 2x+1<−3 or 2x+1≥5; x=2
10. 4x−1<−17 or 3x+2≥6; x=1
Part B: Solving Linear Inequalities
Solve and graph the solution set. In addition, present the solution set in interval notation.
11. x+5>1
12. x−3<−4
13. 6x≤24
14. 4x>−8
15. −7x≤14
16. −2x+5>9
17. 7x−3≤25
18. 12x+7>−53
19. −2x+5<−7
20. −2x+4≤4
21. −15x+10>20
22. −8x+1≤29
23. 17x−3<1
24. 12x−13>23
25. 53x+12≤13
26. −34x−12≥52
27. −15x+34<−15
28. −23x+1<−3
29. 2(−3x+1)<14
30. −7(x−2)+1<15
31. 9x−3(3x+4)>−12
32. 12x−4(3x+5)≤−2
33. 5−3(2x−6)≥−1
34. 9x−(10x−12)<22
35. 2(x−7)−3(x+3)≤−3
36. 5x−3>3x+7
37. 4(3x−2)≤−2(x+3)+12
38. 5(x−3)≥15x−(10x+4)
39. 12x+1>2(6x−3)−5
40. 3(x−2)+5>2(3x+5)+2
41. −4(3x−1)+2x≤2(4x−1)−3
42. −2(x−2)+14x<7(2x+1)
Set up an algebraic inequality and then solve it.
43. The sum of three times a number and 4 is greater than negative 8.
44. The sum of 7 and three times a number is less than or equal to 1.
45. When a number is subtracted from 10, the result is at most 12.
46. When 5 times a number is subtracted from 6, the result is at least 26.
47. If five is added to three times a number, then the result is less than twenty.
48. If three is subtracted from two times a number, then the result is greater than or equal to nine.
49. Bill earns $12.00 for the day plus $0.25 for every person he gets to register to vote. How many people must he register to earn at least $50.00 for the day?
50. With a golf club membership costing $100 per month, each round of golf costs only $25.00. How many rounds of golf can a member play if he wishes to keep his costs to $250 per month at most?
51. Joe earned scores of 72, 85, and 75 on his first three algebra exams. What must he score on the fourth exam to average at least 80?
52. Maurice earned 4, 7, and 9 points out of 10 on the first three quizzes. What must he score on the fourth quiz to average at least 7?
53. A computer is set to shut down if the temperature exceeds 40°C. Give an equivalent statement using degrees Fahrenheit. (Hint: C=59(F−32).)
54. A certain brand of makeup is guaranteed not to run if the temperature is less than 35°C. Give an equivalent statement using degrees Fahrenheit.
Part C: Compound Inequalities
Solve and graph the solution set. In addition, present the solution set in interval notation.
55. −1<x+3<5
56. −10≤5x<20
57. −2≤4x+6<10
58. −10≤3x−1≤−4
59. −15<3x−6≤6
60. −22<5x+3≤3
61. −1≤12x−5≤1
62. 1<8x+5<5
63. −15≤23x−15<45
64. −12<34x−23≤12
65. −3≤3(x−1)≤3
66. −12<6(x−3)≤0
67. 4<−2(x+3)<6
68. −5≤5(−x+1)<15
69. −32≤14(12x−1)+34<32
70. −4≤−13(3x+12)<4
71. −2≤12−2(x−3)≤20
72. −5<2(x−1)−3(x+2)<5
73. 3x≤−15 or 2x>6
74. 4x−1<−17 or 3x+2≥8
75. −2x+1<−1 or −2x+1>1
76. 7x+4≤4 or 6x−5≥1
77. 3x−7<14 or 2x+3>7
78. −3x+1<−5 or −4x−3>−23
79. 12x−2<−1 or 12x−2>1
80. 13x+3≥−2 or 13x+3≤2
81. 3x+7≤7 or −5x+6>6
82. −10x−3≤17 or 20x−6>−26
83. 2x−10<−2 or −3x+4>−5
84. 5x+3<4 or 5−10x>4
85. 3x<18 and 5x>−20
86. x+7≤5 and x−3≥−10
87. 2x−1<5 and 3x−1<10
88. 5x+2<−13 and 3x+4>13
Set up a compound inequality for the following and then solve.
89. Five more than two times some number is between 15 and 25.
90. Four subtracted from three times some number is between −4 and 14.
91. Clint wishes to earn a B, which is at least 80 but less than 90. What range must he score on the fourth exam if the first three were 65, 75, and 90?
92. A certain antifreeze is effective for a temperature range of −35°C to 120°C. Find the equivalent range in degrees Fahrenheit.
93. The average temperature in London ranges from 23°C in the summer to 14°C in the winter. Find the equivalent range in degrees Fahrenheit.
94. If the base of a triangle measures 5 inches, then in what range must the height be for the area to be between 10 square inches and 20 square inches?
95. A rectangle has a length of 7 inches. Find all possible widths if the area is to be at least 14 square inches and at most 28 square inches.
96. A rectangle has a width of 3 centimeters. Find all possible lengths, if the perimeter must be at least 12 centimeters and at most 26 centimeters.
97. The perimeter of a square must be between 40 feet and 200 feet. Find the length of all possible sides that satisfy this condition.
98. If two times an angle is between 180 degrees and 270 degrees, then what are the bounds of the original angle?
99. If three times an angle is between 270 degrees and 360 degrees then what are the bounds of the original angle?
Part D: Discussion Board Topics
100. Research and discuss the use of set-
101. Can we combine logical “or” into one statement like we do for logical “and”?
Answers
1: Yes
3: No
5: Yes
7: Yes
9: Yes
11: x>−4; (−4, ∞)
13: x≤4; (−∞, 4]
15: x≥−2; [−2, ∞)
17: x≤4; (−∞, 4]
19: x>6; (6, ∞)
21: x<−23; (−∞, −23)
23: x<28; (−∞, 28)
25: x≤−110; (−∞, −110]
27: x>194; (194, ∞)
29: x>−2; (−2, ∞)
31: ∅
33: x≤4; (−∞, 4]
35: x≥−20; [−20, ∞)
37: x≤1; (−∞, 1]
39: R
41: x≥12; [12, ∞)
43: n>−4
45: n≥−2
47: n<5
49: Bill must register at least 152 people.
51: Joe must earn at least an 88 on the fourth exam.
53: The computer will shut down when the temperature exceeds 104°F.
55: −4<x<2; (−4, 2)
57: −2≤x<1; [−2, 1)
59: −3<x≤4; (−3, 4]
61: 8≤x≤12; [8, 12]
63: 0≤x<32; [0, 32)
65: 0≤x≤2; [0, 2]
67: −6<x<−5; (−6, −5)
69: −16≤x<8; [−16, 8)
71: −1≤x≤10; [−1, 10]
73: x≤−5 or x>3; (−∞, −5]∪(3, ∞)
75: x>1 or x<0; (−∞, 0)∪(1, ∞)
77: R
79: x<2 or x>6; (−∞, 2)∪(6, ∞)
81: x≤0; (−∞, 0]
83: x<4; (−∞, 4)
85: −4<x<6; (−4, 6)
87: x<3; (−∞, 3)
89: 5<n<20
91: Clint must earn a score in the range from 90 to 100.
93: The average temperature in London ranges from 57.2°F to 73.4°F.
95: The width must be at least 2 inches and at most 4 inches.
97: Sides must be between 10 feet and 50 feet.
99: The angle is between 90 degrees and 120 degrees.
2.9 Review Exercises and Sample Exam
Review Exercises
Introduction to Algebra
Evaluate.
1. 2x+7, where x=−4
2. −4x+1, where x=−2
3. 23y−12, where y=35
4. −34y+53, where y=23
5. b2−4ac, where a=5, b=−2, and c=12
6. b2−4ac, where a=−14, b=−1, and c=−3
7. 2x2−x+3, where x=−3
8. 5x2−2x+4, where x=−1
9. Calculate the simple interest earned on a 3-
10. A bus traveled for 123 hours at an average speed of 48 miles per hour. What distance did the bus travel?
11. Calculate the area of a rectangle with dimensions 4½ feet by 6 feet.
12. Calculate the volume of a rectangular box with dimensions 4½ feet by 6 feet by 1 foot.
Simplifying Algebraic Expressions
Multiply.
13. −5(3x−2)
14. (6x−9)⋅3
15. 34(4x2−8x+32)
16. −20(110x2−25x−54)
17. −(3a−2b+5c−1)
18. −6(y3+3y2−7y+5)
Simplify.
19. 5a−7b−3a+5b
20. 6x2−4x+7x2−3x
21. 35xy+12−110xy−14
22. −34a−421b+13a−17b
23. a2b+2ab2−7a2b+9ab2
24. y2−3y+5−y2+9
25. −8(8x−3)−7
26. 7−(6x−9)
27. 2(3x2−2x+1)−(5x−7)
28. (2y2+6y−8)−(5y2−12y+1)
29. 6−3(a−2b)+7(5a−3b)
30. 10−5(x2−x+1)−(3x2+5x−1)
31. Subtract 5x−1 from 2x−3.
32. Subtract x−3 from twice the quantity x−1.
Solving Linear Equations: Part I
Is the given value a solution to the linear equation?
33. −x+3=−18; x=−15
34. 4x−3=−3x; x=−2
35. 8x+2=5x+1; x=−13
36. 2x+4=3x−2; x=−1
Solve.
37. y+23=25
38. −3x=54
39. x4=8
40. 52x=23
41. 7x−5=−54
42. −2x+7=43
43. 7x+3=0
44. 4x+5=5
45. 1=10−3x
46. 10−5y=15
47. 7−y=28
48. 33−x=16
49. 56x+13=32
50. −23y+15=−13
51. The sum of 9x and 6 is 51.
52. The difference of 3x and 8 is 25.
Solving Linear Equations: Part II
Solve.
53. 5x−2=3x+6
54. 7x+1=2x−29
55. 14x+1=15x−11
56. 6y−13=3+7y
57. 8y+6−3y=22−3y
58. 12−5y+6=y−6
59. 5−2(7x−1)=2x+1
60. 10−5(x−1)=5−x
61. 2x−(3x−4)=7−x
62. 9x−3(2x+1)=3x−3
63. 2(5x−2)−3(2x+1)=5(x−3)
64. 3(5x−1)−4(x−4)=−5(2x+10)
65. 32(4x−3)+14=1
66. 34−16(4x−9)=2
67. 23(9x−3)+12=3(2x−12)
68. 1−54(4x−1)=5(12−x)
69. The sum of 4x and 3 is equal to the difference of 7x and 8.
70. The difference of 5x and 1 is equal to the sum of 12x and 1.
71. Solve for x: y=9x+1
72. Solve for y: 5x+2y=3
73. Solve for l: P=2l+2w
74. Solve for b: A=12bh
Applications of Linear Equations
75. A larger integer is 3 more than twice a smaller integer. If their sum is 39, then find the integers.
76. A larger integer is 5 more than 3 times a smaller integer. If their sum is 49, then find the integers.
77. The sum of three consecutive odd integers is 45. Find the integers.
78. The sum of three consecutive even integers is 72. Find the integers.
79. The sum of three consecutive integers is 60. Find the integers.
80. The length of a rectangle is 7 centimeters less than twice its width. If the perimeter measures 46 centimeters, then find the dimensions of the rectangle.
81. A triangle has sides whose measures are consecutive even integers. If the perimeter is 24 meters, then find the measure of each side.
82. The circumference of a circle measures 24π inches. Find the radius of the circle.
83. Mary invested $1,800 in two different accounts. One account earned 3.5% simple interest and the other earned 4.8%. If the total interest after 1 year was $79.25, then how much did she invest in each account?
84. James has $6 in dimes and quarters. If he has 4 fewer quarters than he does dimes, then how many of each coin does he have?
85. Two brothers leave the house at the same time traveling in opposite directions. One averages 40 miles per hour and the other 36 miles per hour. How long does it take for the distance between them to reach 114 miles?
86. Driving to her grandmother’s house, Jill made several stops and was only able to average 40 miles per hour. The return trip took 2 hours less time because she drove nonstop and was able to average 60 miles per hour. How long did it take Jill to drive home from her grandmother’s house?
Ratio and Proportion Applications
Solve.
87. 34=n8
88. 73=28n
89. 6n=3011
90. n5=23
91. 3n−13=12
92. 42n+5=−13
93. −3=1n−1
94. 2n−6=12n+1
95. Find two numbers in the proportion 4 to 5 whose sum is 27.
96. A larger number is 2 less than twice a smaller number. If the two numbers are in the proportion 5 to 9, then find the numbers.
97. A recipe calls for 1½ teaspoons of vanilla extract for every 3 cups of batter. How many teaspoons of vanilla extract should be used with 7 cups of batter?
98. The ratio of female to male employees at a certain bank is 4 to 5. If there are 80 female employees at the bank, then determine the total number of employees.
If triangle ABC is similar to triangle RST, then find the remaining two sides given the following.
99. a=4, b=9, c=12, and s=3
100. b=7, c=10, t=15, and r=6
101. At the same time of day, a pole casts a 27-
102. An equilateral triangle with sides measuring 10 units is similar to another equilateral triangle with scale factor of 2:3. Find the perimeter of the unknown triangle.
Introduction to Inequalities and Interval Notation
Graph all solutions on a number line and provide the corresponding interval notation.
103. x<−1
104. x≤10
105. x≥0
106. x>−2
107. −12≤x<32
108. −20<x<30
109. x<5 or x≥15
110. x<2 or x>0
Determine the inequality given the answers expressed in interval notation.
111. (−∞, 3)
112. [−4, ∞)
113. (−2, 2)
114. (−3, 8]
115. (−∞, 1)∪[3, ∞)
116. (−∞, −8]∪[8, ∞)
Linear Inequalities (One Variable)
Solve and graph. In addition, present the solution set in interval notation.
117. x+2>−1
118. −4x≥16
119. 9x+4≤−5
120. 5x−7<13
121. 7x+5−8x≥15
122. 5x−6+3x<2+9x−5
123. 3x−(x−4)>x+4
124. 3(2x−1)−3(x−2)≤2(x+4)
125. 2−5(x−4)>12
126. 3x−5(x−2)≥11−5x
127. −1<2x+5≤11
128. −2≤14x−72≤2
129. 5x+3<−2 or 6x−5≥7
130. 20−3x≤5 or 5−2x≥25
Sample Exam
1. Evaluate b2−4ac, where a=−1, b=−2, and c=12.
2. Determine the area of a triangle given that the base measures 10 centimeters and the height measures 5 centimeters. (A=12bh)
Simplify.
3. 5−2(4x−1)
4. 14x−23y+12x−35y
5. (5a+4ab−2b)−(3a+2ab−3b)
6. 3x−(x2+5x−1)+(x2−x+4)
Solve.
7. 2−5x=27
8. 12x−34=−18
9. 5x−7=3x−5
10. 3(y−3)−(4y+2)=1
11. 5(x−2)−3(x+2)=2x−3
12. 58=n32
13. 3n+1=−64
14. Solve for b: A=a+2b.
Solve and graph the solution set. In addition, present the solution set in interval notation.
15. 2x+3>23
16. 5(−2x+1)≤35
17. 4(3x−2)<3(2x+1)+1
18. −9≤3(x+4)≤21
19. 6(x−13)<−2 or 15(x+10)≥3
20. An algebra student earns 75, 79, and 89 points on the first three quizzes. What must she score on the fourth quiz to earn an average of at least 80?
21. The sum of three consecutive odd integers is 117. Find the integers.
22. The length of a rectangle is 6 inches less than twice the width. If the perimeter measures 39 inches, then find the dimensions of the rectangle.
23. Millie invested her $5,350 savings in two accounts. One account earns 5% annual interest and the other earns 6.2% in annual interest. If she earned $317.30 simple interest in 1 year, then how much was in each account?
24. Because of traffic, Joe was only able to drive an average of 42 miles per hour on the trip to a conference. He was able to average 63 miles per hour on the return trip and it took 1 hour less time. How long did it take Joe to drive home from the conference?
25. A graphic designer wishes to crop an image in the width-
Review Exercises Answers
1: −1
3: −1/10
5: −6
7: 24
9: $180
11: 27 square feet
13: −15x+10
15: 3x2−6x+24
17: −3a+2b−5c+1
19: 2a−2b
21: 12xy+14
23: −6a2b+11ab2
25: −64x+17
27: 6x2−9x+9
29: 32a−15b+6
31: −3x−2
33: No
35: Yes
37: 2
39: 32
41: −7
43: −3/7
45: 3
47: −21
49: 7/5
51: 5
53: 4
55: 12
57: 2
59: 3/8
61: Ø
63: 8
65: 7/8
67: R
69: 11/3
71: x=y−19
73: l=P−2w2
75: 12, 27
77: 13, 15, 17
79: 19, 20, 21
81: 6 meters, 8 meters, 10 meters
83: Mary invested $550 at 3.5% and $1,250 at 4.8%.
85: They will be 114 miles apart in 1½ hours.
87: 6
89: 11/5
91: 5/6
93: 2/3
95: 12, 15
97: 3½ teaspoons
99: t = 4, r = 4/3
101: 18 feet
103: (−∞, −1)
105: [0, ∞)
107: [−12, 32)
109: (−∞, 5)∪[15, ∞)
111: x<3
113: −2<x<2
115: x<1 or x≥3
117: x>−3; (−3, ∞)
119: x≤−1; (−∞, −1]
121: x≤−10; (−∞, −10]
123: x>0; (0, ∞)
125: x<2; (−∞, 2)
127: −3<x≤3; (−3, 3]
129: x<−1 or x≥2; (−∞, −1)∪[2, ∞)
Sample Exam Answers
1: 6
3: −8x+7
5: 2ab+2a+b
7: −5
9: 1
11: Ø
13: −3
15: x>10; (10, ∞)
17: x<2; (−∞, 2)
19: x<0 or x≥5; (−∞, 0)∪[5, ∞)
21: The three odd integers are 37, 39, and 41.
23: Millie invested $1,200 in the account earning 5% annual interest and $4,150 in the account earning 6.2%.
25: The width should be set to 600 pixels.
Previous Chapter
Table of Contents
Next Chapter