Section 1.1 Linear Equations in One Variable

Before Starting this Section, Review

  1. 1 Algebraic expressions (Section P.1 , page 14)

  2. 2 Like terms (Section P.3 , page 31)

  3. 3 Arithmetic of fractions, least common denominator (Section P.5 , page 54)

Objectives

  1. 1 Learn the vocabulary and concepts used in studying equations.

  2. 2 Solve linear equations in one variable.

  3. 3 Solve formulas for a specific variable.

Bungee-Jumping TV Contestants

England’s Oxford Dangerous Sports Club started the modern version of the sport of “bungee” (or bungy) jumping on April 1, 1978, from the Clifton Suspension Bridge in Bristol, England. Bungee cords consist of hundreds of continuous-length rubber strands encased in a nylon sheath. One end of the cord is tied to a solid structure such as a crane or bridge, and the other end is tied via padded ankle straps to the jumper’s ankle. The jumper jumps, and if things go as planned, the cord extends like a rubber band and the jumper bounces up and down until coming to a halt. Suppose a television adventure program has its contestants bungee jump from a bridge 120 feet above the water. The bungee cord that is used has a 140%–150% elongation, meaning that its extended length will be the original length plus a maximum of an additional 150% of its original length. If the show’s producer wants to make sure the jumper does not get closer than 10 feet to the water and if no contestant is more than 7 feet tall, how long can the bungee cord be? Using the information from this section, we learn in Example 6 that the cord should be about 41 feet long.

Definitions

  1. 1 Learn the vocabulary and concepts used in studying equations.

An equation is a statement that two mathematical expressions are equal. For example,

75=2

is an equation. In algebra, however, we are generally more interested in equations that contain variables.

An equation in one variable is a statement that two expressions, with at least one containing the variable, are equal. For example, 2x3=7 is an equation in the variable x The expressions 2x3 and 7 are the sides of the equation. The domain of the variable in an equation is the set of all real numbers for which both sides of the equation are defined.

Side Note

When finding the domain of a variable, remember that

  1. Division by 0 is undefined.

  2. The square root (or any even root) of a negative number is not a real number.

Example 1 Finding the Domain of the Variable

Find the domain of the variable x in each of the following equations.

  1. 2=5x1

  2. x2=x

  3. 2x3=7

Solution

  1. In the equation 2=5x1, the left side of the equation does not contain x. The right side of the equation, 5x1, is not defined if x=1 because division by 0 is undefined. The domain of x is the set of all real numbers except the number 1.

  2. The square root of a negative number is not a real number; so x, the right side of the equation x2=x, is defined only when x0. The left side is defined for all real numbers. So the domain of x in this equation is {x|x0}, or in interval notation, [0, ).

  3. Because both sides of the equation 2x3=7 are defined for all real numbers, the domain is {x|x is a real number}, or in interval notation, (, ).

Practice Problem 1

  1. Find the domain of the variable x in each of the following equations.

    1. x37=5

    2. 32x=4

    3. x1=0

Side Note

Frequently, when only a few numbers are excluded from the domain of the variable, we write the exceptions on the side of the equation. In Example 1 part a, if we wanted to specify the domain of the variable, we would simply write 2=5x1, x1. This domain can be written in interval notation as (, 1)(1, ).

When the variable in an equation is replaced with a specific value from its domain, the resulting statement may be true or false. For example, in the equation 2x3=7, if we let x=1, we obtain

2(1)3=7 or 1=7,

which is obviously false. However, if we replace x with 5, we obtain 2(5)3=7, a true statement. Those values (if any) of the variable that result in a true statement are called solutions or roots of the equation. Thus, 5 is a solution (or root) of the equation 2x3=7. We also say that 5 satisfies the equation 2x3=7. To solve an equation means to find all solutions of the equation; the set of all solutions of an equation is called its solution set. The process of finding the solution set of an equation is called solving the equation.

Identities, Conditional Equations, and Inconsistent Equations

An equation that is satisfied by every real number in the domain of the variable is called an identity. The equations

2(x+3)=2x+6andx29=(x+3)(x3)

are examples of identities. You should recognize that these equations are examples of the distributive property and the difference of squares, respectively.

An equation that is not an identity but is satisfied by at least one real number is called a conditional equation. To verify that an equation is a conditional equation, you must find at least one number that is a solution of the equation and at least one number that is not a solution of the equation. The equation 2x3=7 is an example of a conditional equation: 5 satisfies the equation, but 1 does not.

An equation that no number satisfies is called an inconsistent equation. The solution set of an inconsistent equation is designated by the empty set symbol, . The equation x=x+5 is an example of an inconsistent equation. It is inconsistent because no number is 5 more than itself.

In summary, there are three types of equations: identities, conditional equations, and inconsistent equations.

Equivalent Equations

Equations that have the same solution set are called equivalent equations. For example, equations x=4 and 3x=12 are equivalent equations with solution set {4}.

Side Note

Squaring both sides of an equation does not result in an equivalent equation. For example, x=2 has one solution but x2=4 has two solutions, x=2 and x=2.

In general, to solve an equation in one variable, we replace the given equation with a sequence of equivalent equations until we obtain an equation whose solution is obvious, such as x=4. The following operations yield equivalent equations.

Procedures That Result in Equivalent Equations
Procedures Given Equation Equivalent Equation

Simplify expressions on either side by eliminating parentheses, combining like terms, etc.

(2x1)(x+1)=4

2x1x1=4orx2=4

Add (or subtract) the same expression (with the same domain) on both sides of the equation.

x2=4

x2+2=4+2 orx=6

Multiply (or divide) both sides of the equation by the same nonzero number.

2x=8

122x=128orx=4

Interchange the two sides of the equation.

3=x

x=3

Solving Linear Equations in One Variable

  1. 2 Solve linear equations in one variable.

Because the highest exponent on the variable in a linear equation is 1(x=x1), a linear equation is also called a first-degree equation. We can see that the linear equation ax+b=0 with a0 has exactly one solution by using the following steps:

ax+b=0Original equation, a0ax=bSubtract b from both sides.x=baDivide both sides by a.

In the Procedure in Action box, we describe a step-by-step procedure for solving a linear equation in one variable.

Practice Problem 2

  1. Solve 2332x=1673x.

Example 3 Solving a Linear Equation

Solve 6x[3x2(x2)]=11.

Solution

  1. Step 2 6x[3x2(x2)]=11Original equation6x[3x2x+4]=11Remove innermost parentheses bydistributing 2(x2)=2x+4.6x3x+2x4=11Remove square brackets and changethe sign of each enclosed term.5x4=11Combine like terms.

  2. Step 3 5x4+4=11+4Add 4 to both sides.

  3. Step 4 5x=15Simplify both sides in Step 3.

  4. Step 5 5x5=155Divide both sides by 5.x=3Simplify.

    The apparent solution is 3.

  5. Step 6 Check: Substitute x=3 into the original equation. You should obtain 11=11. Thus, 3 is the only solution of the original equation; so {3} is its solution set.

Practice Problem 3

  1. Solve 3x[2x6(x+1)]=1.

If solving a linear equation results in a false statement, such as 4=3, the equation is inconsistent.

Example 4 Solving a Linear Equation That Is Inconsistent

Solve 5x[3x+2(x1)]=1.

Solution

  1. Step 2 5x[3x+2(x1)]=1Original equation5x[3x+2x2]=1Remove innermost parentheses bydistributing 2(x1)=2x2.5x3x2x+2=1Remove square brackets and changethe sign of each enclosed term.2=1Combine like terms.

    Because 2=1 is false, no number satisfies this equation. It is inconsistent.

Practice Problem 4

  1. Solve 3x[2x6(x+1)]=7x1.

If solving a linear equation results in an equivalent equation that is always true, such as 3=3, the equation is an identity.

Example 5 Solving an Equation That Is an Identity

Solve 15y+2(y+7)=2y+5(3y).

Solution

  1. Step 2 15y+2(y+7)=2y+5(3y)Original equation15y+2y+14=2y+155yDistributive property153y=153yCollect like terms andcombine constants on each side.

  2. Step 3 153y+3y=153y+3yAdd 3y to both sides.15=15Simplify.

    We have shown that 15=15, a true statement, is equivalent to the original equation. Consequently, the original equation is an identity and the solution set is (, ).

Practice Problem 5

  1. Solve the equation 2(3x6)+5=12(196x).

Example 6 Bungee-Jumping TV Contestants

The introduction to this section described a television show on which a bungee cord with 140%–150% elongation is used for contestants’ bungee jumping from a bridge 120 feet above the water. The show’s producer wants to make sure the jumper does not get closer than 10 feet to the water. How long can the bungee cord be, given that no contestant is more than 7 feet tall?

Solution

  1. Step 1 We want the extended cord plus the length of the jumper’s body to be a minimum of 10 feet above the water. To be safe, we determine the maximum extended length of the cord, add the height of the tallest possible contestant, and ensure that this total length is 10 feet above the water.

  2. Step 2 Let x=length, in feet, of the cord to be used.

  3. Step 3 Then x+1.5x=2.5x is the maximum extended length (in feet) of the cord (with 150% elongation). We have

    Extendedcord length + Bodylength + 10-footbuffer= Height of bridgeabove the water2.5x+7+10=120Replace descriptions witharithmetic expressions.
  4. Step 4

    2.5x+17=120Combine constants.2.5x=103Subtract 17 from both sides.x=41.2 feet Divide both sides by 2.5.
  5. Step 5 If the length of the cord is less than 41.2 feet, all conditions are met.

  6. Step 6 Check: 41.2+1.5(41.2)+7+10=120; so any length less than 41.2 ft will work.

Practice Problem 6

  1. What length of cord should be used in Example 6 if the elongation is 200% instead of 140%–150%?

Formulas

  1. 3 Solve formulas for a specific variable.

Solving equations that arise from everyday experiences is one of the most important uses of algebra. An equation that expresses a relationship between two or more variables is called a formula.

Example 7 Converting Temperatures

The formula for converting the temperature in degrees Celsius (C) to degrees Fahrenheit (F) is

F=95C+32.

While planning a trip to the United States, a London resident notes that the local temperature will be 86° Fahrenheit. What is the temperature in degrees Celsius? (Temperatures are recorded in Celsius degrees in England.)

Solution

We first substitute 86 for F in the formula

F=95C+32

to obtain

86=95C+32.

We now solve this equation for C

5(86)=5(95C+32)Multiply both sides by 5.430=9C+160Simplify.270=9CSubtract 160 from both sides.2709=CDivide both sides by 9.30=CSimplify.

Thus, 86°F converts to 30°C.

Practice Problem 7

  1. Use the formula in Example 7 to find the temperature in degrees Celsius, assuming that the temperature is 50° Fahrenheit.

In Example 7, we specified F=86 and solved the equation for C. A more general result can be obtained by assuming that F is a fixed number, or constant, and solving for C. This process is called solving for a specified variable.

Example 8 Solving for a Specified Variable

  1. Solve F=95C+32 for C.

  2. Solve S=2w+2h+2wh for h.

Solution

  1. F=95C+32Original equationF32=95CSubtract 32 from both sides.59(F32)=CMultiply both sides by 59; 5995=1.orC=59(F32)

  2. S=2w+2h+2wh for hOriginal equationS2w=2h+2whSubtract 2w from both sides so thatall terms with h are on one side.S2w=(2+2w)hFactor out h.S2w2+2w=hDivide both sides by 2+2w.orh=S2w2+2w

Practice Problem 8

  1. Solve P=2+2w for w.

Example 9 Applying a Geometry Formula

A cereal box that is 12 inches high and 8 inches wide holds 240 cubic inches of cereal. How deep is the box?

Solution

Use the following formula: V=hwd, where V is the volume, h is the height, w is the width, and d is the depth of the cereal box.

240=(12)(8)dReplace V with 240, h with 12, and w with 8.d=2.5Divide both sides by 96.

The cereal box is 2.5 inches deep.

Practice Problem 9

  1. A rectangular suitcase is 21 inches high, 13 inches wide, and 9 inches deep. Find the volume of the suitcase.

Section 1.1 Exercises

Concepts and Vocabulary

  1. The domain of the variable in an equation is the set of all real numbers for which both sides of the equation are                    .

  2. Standard form for a linear equation in x is                   .

  3. Two equations with the same solution set are called                    .

  4. A conditional equation is an equation that is not true for                    values of the variables.

  5. True or False. A linear equation that is equivalent to the equation 0=4 is a conditional equation.

  6. True or False. A linear equation that is equivalent to the equation 1=1 is an identity.

  7. True or False. The equation x2=0 is equivalent to the equation 63x=0.

  8. True or False. Solving P+2b= for b results in b=2P.

Building Skills

In Exercises 9–13, determine whether the given value of the variable is a solution of the equation.

  1. x2=5x+6

    1. x=0

    2. x=2

  2. 8x+3=14x1

    1. x=1

    2. x=23

  3. 2x=13+1x+2

    1. x=4

    2. x=1

  4. (x3)(2x+1)=0

    1. x=12

    2. x=3

  5. 2x+3x=5x

    1. x=157

    2. x=2046

In Exercises 14–18, find the domain of the variable in each equation. Write the answer in interval notation.

  1. (2x)4x=73(x+4)

  2. yy1=3y+2

  3. 1y=2+y

  4. 3x(x3)(x4)=2x+9

  5. 1x=x21

In Exercises 19–22, determine whether the given equation is an identity. If the equation is not an identity, give a value that demonstrates that fact.

  1. 2x+3=5x+1

  2. 3x+4=6x+2(3x2)

  3. 1x+12=2+x2x

  4. 1x+3=1x+13

In Exercises 23–48, solve each equation.

  1. 3x+5=14

  2. 2x17=7

  3. 10x+12=32

  4. 2x+5=6

  5. 3y=4

  6. 27y=23

  7. 7x+7=2(x+1)

  8. 3(x+2)=4x

  9. 3(2y)+5y=3y

  10. 9y3(y1)=6+y

  11. 4y3y+7y=2(7y)

  12. 3(y1)=6y4+2y4y

  13. 3(x2)+2(3x)=1

  14. 2x3(3x1)=6

  15. 2x+3(x4)=7x+10

  16. 3(23x)4x=3x10

  17. 4[x+2(3x)]=2x+1

  18. 3[x3(x+2)]=4

  19. 3(4y3)=4[y(4y3)]

  20. 5(6y+9)+2y=2(y+1)

  21. 2x3(2x)=(x3)+2x+1

  22. 5(x3)6(x4)=5

  23. 2x+19x+46=1

  24. 23x7+x13=3x7

  25. 1x4+5x+12=32(x+1)8

  26. x+43+2x12=3x+26

In Exercises 49–60, solve each formula for the indicated variable.

  1. d=rt for r.

  2. F=ma for a.

  3. C=2πr for r

  4. A=2πrx+πr2 for x

  5. I=ER for R

  6. A=P(1+rt) for t

  7. A=(a+b)h2 for h

  8. T=a+(n1)d for d

  9. 1f=1u+1v for u

  10. 1R=1R1+1R2 for R2

  11. y=mx+b for m

  12. ax+by=c for y

Applying the Concepts

  1. Swimming pool dimensions. The volume of a swimming pool is 2808 cubic feet. Assuming that the pool is 18 feet long and 12 feet deep, find its width.

  2. Hole dimensions. If a box-shaped hole 7 feet long and 3 feet wide holds 168 cubic feet of dirt, how deep must the hole be?

  3. Geometry. The perimeter of a rectangle is 80 feet. Find its dimensions, assuming that its length is 5 feet less than twice its width.

  4. Geometry. The width of a rectangle is 3 feet more than one-half its length, and the perimeter of the rectangle is 36 feet. Find its dimensions.

  5. Geometry. A circle has a circumference of 114π centimeters. Find the radius of the circle.

  6. Geometry. A rectangle has a perimeter of 28 meters and a width of 5 meters. Find the length of the rectangle.

  7. Storage barrel dimensions. A barrel has a surface area of 6π square meters and a radius of 1 meter. Find the height of the barrel.

  8. Can dimensions. A can has a volume of 148π cubic centimeters and a radius of 2 centimeters. Find the height of the can.

  9. Geometry. A trapezoid has an area of 66 square feet and a height of 6 feet. If one base is 3 feet, what is the length of the other base?

  10. Geometry. A trapezoid has an area of 35 square centimeters. Assuming that one base is 9 centimeters and the other base is 11 centimeters, find the height of the trapezoid.

  11. Temperature on Mars. On summer days on Mars, close to its equator, the temperature can be around 20° Celsius. What is this temperature in degrees Fahrenheit?

  12. Temperature on the moon. The average daytime temperature on the bright side of the moon is 224.6° Fahrenheit. What is this temperature in degrees Celsius?

    (Source: www.space.com)

  13. Temperature in Honolulu, Hawaii. On a rare cold day in Honolulu, the temperature reached 57° Fahrenheit. What is this temperature in degrees Celsius, rounded to the nearest degree?

  14. Temperature in Las Vegas, Nevada. On an unusually hot day in Las Vegas, the temperature reached 47.8° Celsius. What is this temperature in degrees Fahrenheit, rounded to the nearest degree?

Beyond the Basics

  1. Find a value of k so that 3x1=k and 7x+2=16 are equivalent.

  2. Find a value of k so that the equation 5y4=6y+k has solution set {9}.

  3. Find a value of k so that the equation 3y2=4y+k is inconsistent.

  4. Find a value of k so that the equation 1x29=1(x3)(x+k) is an identity.

In Exercises 79–84, solve each equation for x. Assume a0 and b0.

  1. a(a+x)=b2bx

  2. 9+a2xax=6x+a2

  3. axbbxa=(a+b)2ab

  4. 23x3b2x+b2a+6b2+a26ab=0

  5. b(bx1)aa(1+ax)b=1

  6. x2ab32=bx2a+12

Critical Thinking/Discussion/Writing

  1. Explain whether the equations in each pair are equivalent.

    1. x2=x,x=1

    2. x2=9,x=3

    3. x21=x1,x=0

    4. xx2=2x2,x=2

  2. What is wrong with the following argument?

    Let

    x=1.x2=xMultiply both sides by xx21=x1Subtract 1 from both sides.x21x1=x1x1Divide both sides by x1.(x+1)(x1)x1=1Factor x21.x+1=1Remove common factor.1+1=1Replace x with 1 in thein the previous equation.2=1Add.

Getting Ready for the Next Section

In Exercises 87–94, simplify each expression.

  1. (3x+7)x+2(5x)

  2. 4(x3)(12x)

  3. 2x+7(x2)+4

  4. 6(x1)+2(3x5)

  5. 2x5+x2

  6. 4x39x7

  7. 3x82x3

  8. 5x11x2

In Exercises 95–102, fill in the blank (1 inch=2.54 centimeters).

  1. 24 minutes =_ hours

  2. 75 minutes =_ hours

  3. 0.25 hour =_ minutes

  4. 2.5 hours =_ minutes

  5. 5 yards =_ feet

  6. 1.4 yards =_ feet

  7. 3 inches =_ centimeters

  8. 10 inches =_ centimeters

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset