Chapter 5 Review and Tests

Review

Definitions, Concepts, and Formulas Examples

5.1 Systems of Equations in Two Variables

A system of equations is a set of equations with common variables.

A solution of a system of equations in two variables x and y is an ordered pair of numbers (x1,y1)(x1,y1) that satisfies all equations in the system. The solution set of a system of two linear equations of the form ax+by=cax+by=c is the point(s) of intersection of the graphs of the equations.

Systems with no solution are called inconsistent, and systems with at least one solution are consistent. A system of two linear equations in two variables may have one solution (independent equations), no solution (inconsistent system), or infinitely many solutions (dependent equations).

Three methods of solving a system of equations are:

  1. Graphical Method

    1. Graph both equations on the same coordinate axes.

    2. Find the point(s) of intersection of the two graphs.

  2. Substitution Method

    1. Solve one equation for one variable in terms of the other variable.

    2. Substitute the result from (i) into the other equation.

  3. Elimination (or Addition) Method

    1. Multiply one or both equations by appropriate numbers to get two new equations in which the coefficients of the variable to be eliminated are opposites.

    2. Add the resulting equations in (i) to get an equation in one variable.

    3. Solve the resulting equation in (ii).

  1. Solve graphically:

    {x+y=5xy=1
    {x+yxy==51

    Solution

    From the graphs, the point of intersection of the two lines is (2, 3). So, x=2x=2 and y=3y=3.

  2. Use the substitution method to solve:

    {2x+y=3(1)3x2y=8(2)
    {2x3x+y2y==38(1)(2)

    Solution

    Solve the first equation for y and then substitute the result in the second equation.

    {2x+y=3,theny=32x3x2y=8
    {2x+y3x2y==3,8theny=32x
    3x2(32x)=8Substitute y=32x in (2).7x=14Simplify.x=2Solve for x.
    3x2(32x)7xx===8142Substitute y=32x in (2).Simplify.Solve for x.

    To find y, we substitute x=2x=2 in the equation y=32xy=32x, to get:

    y=32x=32(2)=34=1.
    y=32x=32(2)=34=1.

    The solution is (2,1)(2,1).

  3. Use the elimination method to solve:

    {3x+2y=5(1)2x3y=12(2)
    {3x+2y2x3y==512(1)(2)

    Solution

    Let’s eliminate y. Multiply equation (1) by 3 and equation (2) by 2, to get:

    {9x+6y=154x6y=24Multiply equation (1) by 3.Multiply equation (2) by 2.13x=39x=3Add.Solve for x.
    {9x+6y=154x6y=2413x=39x=3Multiply equation (1) by 3.Multiply equation (2) by 2.Add.Solve for x.

    Substitute x=3x=3 in either of the original equations and solve for y:

    3x+2y=5(1)3(3)+2y=5Substitute x=3 in (1).y=2Solve for y.
    3x+2y3(3)+2yy===552(1)Substitute x=3 in (1).Solve for y.

    The solution is (3, 2).(3, 2).

5.2 Systems of Linear Equations in Three Variables

A linear equation in n variables x1,x2,,xnx1,x2,,xn is an equation that can be written in the form

a1x1+a2x2++anxn=b,
a1x1+a2x2++anxn=b,

where b and the coefficients a1, a2,, ana1, a2,, an are real numbers.

A system of linear equations can be solved by transforming it into an equivalent system that is easier to solve.

The following operations produce equivalent systems:

  1. Interchange the position of any two equations.

  2. Multiply any equation by a nonzero constant.

  3. Add a nonzero multiple of one equation to another.

The Gaussian elimination method is a procedure for converting a system of linear equations into an equivalent system in triangular form. See summary on page 530.

A linear system may have (i) only one solution, (ii) infinitely many solutions, or (iii) no solution.

  1. Solve the system:

    {x+y+2z=9(1)3x+2y+z=10(2)x+2y+3z=14(3)
    x+y+2z3x+2y+zx+2y+3z===91014(1)(2)(3)

    Multiply equation (1) by 33 and add to (2), to get

    y5z=17 (4)
    y5z=17 (4)

    Multiply equation (4) by 11, to get

    y+5z=17 (5)
    y+5z=17 (5)

    Multiply equation (1) by 11 and add it to (3), to get

    y+z=5 (6)
    y+z=5 (6)

    Multiply equation (5) by 11 and add it to (6), to get

    4z=12 (7)orz=3 (8)Divide both sides of (7) by 4.
    or4zz==12 (7)3 (8)Divide both sides of (7) by 4.

    The original system is equivalent to:

    x+y+2z=9(1)y+5z=17(5)z=3(8)
    x+yy++2z5zz===9173(1)(5)(8)

    Substitute z=3z=3 in (5), to get y=2y=2. Now, substitute z=3z=3 and y=2y=2 in (1), to get x=1x=1.

    The solution of the system is x=1, y=2,x=1, y=2, and z=3,z=3, or the ordered triple (1, 2, 3).

5.3 Partial-Fraction Decomposition

In partial-fraction decomposition, we reverse the addition of rational expressions. A rational expression P(x)Q(x)P(x)Q(x) is called a proper fraction if deg P(x)<deg Q(x).deg P(x)<deg Q(x).

There are four cases to consider in decomposing P(x)Q(x)P(x)Q(x) into partial fractions:

  1. Q(x) has only distinct linear factors. (See page 540.)

  2. Q(x) has repeated linear factors. (See page 543.)

  3. Q(x) has distinct irreducible quadratic factors. (See page 545.)

  4. Q(x) has repeated irreducible quadratic factors. (See page 546.)

  1. Find the partial-fraction decomposition of:

    3x+11x22x3.
    3x+11x22x3.

    Solution

    3x+11x22x3=3x+11(x3)(x+1)=Ax3+Bx+1
    3x+11x22x3=3x+11(x3)(x+1)=Ax3+Bx+1

    Multiply both sides by (x3)(x+1)(x3)(x+1) to get the identity:

    3x+11=A(x+1)+B(x3) (1)
    3x+11=A(x+1)+B(x3) (1)
    1. Let x=3x=3 in (1), to get:

      3(3)+11=A(3+1)+B(33)or20=4AorA=5
      or3(3)+1120==A(3+1)+B(33)4AorA=5
    2. Let x=1x=1 in (1), to get:

      3(1)+11=A(1+1)+B(13)or8=4B or B=2
      or3(1)+118==A(1+1)+B(13)4B or B=2

    Substitute A=5A=5 and B=2,B=2, to get

    3x+11x22x3=5x3+2x+1.
    3x+11x22x3=5x3+2x+1.

5.4 Systems of Nonlinear Equations

A system of equations (inequalities) in which at least one equation (inequality) is nonlinear is called a system of nonlinear equations (inequalities). The methods of substitution, elimination, or graphing are used to solve a nonlinear system.

  1. Solve the system:

    {x2+y2=25(1)x23y=3(2)
    {x2+y2x23y==253(1)(2)

    Add 11 times equation (2) to (1), to get

    y2+3y=28ory2+3y28=0Subtract 28 from both sides.or(y4)(y+7)=0Factor.isy=4ory=7Zero-product property
    ororisy2+3yy2+3y28(y4)(y+7)y=4ory====28007Subtract 28 from both sides.Factor.Zero-product property
    1. Substitute y=4y=4 in equation (2), to get:

      x23(4)=3 or x2=9 or  x =±3
      x23(4)=3 or x2=9 or  x =±3

      So, (3, 4) and (3, 4)(3, 4) are possible solutions of the system.

    2. Substitute y=7y=7 in equation (2), to get

      x23(7)=3or x2=24 (Not possible).
      x23(7)=3or x2=24 (Not possible).

      You can check that the only solutions are (3, 4) and (3, 4)(3, 4).

5.5 Systems of Inequalities

A statement of the form ax+by<cax+by<c is a linear inequality in the variables x and y. The symbol << may be replaced by , >, or ., >, or . A procedure for graphing a linear inequality in two variables is described on page 560.

The graph of the solution set of a system of inequalities is obtained by (i) graphing each inequality of the system in the same coordinate plane and then (ii) finding the region that is common to every graph in the system.

Nonlinear systems of inequalities are solved essentially the same way as linear systems.

  1. Graph the solution set of

    {yx2+1(1)y2x+4(2)
    {yyx22x++14(1)(2)

    Solution

    Inequality (1) Inequality (2)
    1. Step 1 Change each inequality to equality.

    y=x2+1
    y=x2+1
    y=2x+4
    y=2x+4
    1. Step 2 Graph each equality of Step 1.

    The graph is a parabola with vertex at (0, 1), opens upward.

    The graph is a line through the points (0, 4) and (2, 0).(2, 0).

    1. Step 3 Test point.

    Testing (0, 0) in (1) gives 0101 (a false statement). The solution is inside of the parabola.

    Testing (0, 0) in (2) gives 04,04, a true statement. The solution lies on the side of the line that contains (0, 0).

    1. Step 4 Shade each region; the solution is the region common to all the regions.

    See the figure.

5.6 Linear Programming

In a linear programming model, a quantity f (to be maximized or minimized) that can be expressed in the form f=ax+byf=ax+by is called an objective function of the variables x and y The constraints are the restrictions placed on the variables x and y that can be expressed as a system of linear inequalities.

A procedure for solving a linear programming problem is given on page 572.

  1. Find the maximum value of f=12x+3yf=12x+3y, subject to the constraints:

    {x+y53x+y9x0y0
    x3x++yyxy5900

    Solution

    The feasible region is shaded in the figure.

    Corner Point Value of f=12x+3yf=12x+3y
    (0, 0) f=12(0)+3(0)=0f=12(0)+3(0)=0
    (3, 0) f=12(3)+3(0)=36f=12(3)+3(0)=36
    (2, 3) f=12(2)+3(3)=33f=12(2)+3(3)=33
    (0, 5) f=12(0)+3(5)=15f=12(0)+3(5)=15

    The maximum value of f is 36 at (3, 0).

Review Exercises

Building Skills

In Exercises 1–18, solve each system of equations by using the method of your choice. Identify systems with no solution and systems with infinitely many solutions.

  1. {3xy=5x+2y=3{3xx+y2y==53

  2. {x+3y+6=0y=4x2{x+3y+6y==04x2

  3. {2x+4y=33x+6y=10{2x+4y3x+6y==310

  4. {xy=22x2y=9{x2xy2y==29

  5. {3xy=312x+13y=23x12x+y13y==32

  6. {0.02y0.03x=0.041.5x2y=3{0.02y0.03x1.5x2y==0.043

  7. {x+3y+z=02xy+z=53x3y+2z=10x2x3x+3yy3y+++zz2z===0510

  8. {2x+y=113yz=5x+2z=12xx+y3yz+2z===1151

  9. {x+y=13y+2z=02x3z=7x3y2x++y2z3z===107

  10. {2x3y+z=2x3y+2z=12x+3y+2z=32xx2x+3y3y3y+++z2z2z===213

  11. {x+y+z=1x+5y+5z=13xyz=4xx3x++y5yy++z5zz===114

  12. {x+3y2z=42x+6y4z=3x+y+z=1x2xx+++3y6yy+2z4zz===431

  13. {x+4y+3z=12x+5y+4z=4{x2x++4y5y++3z4z==14

  14. {3xy+2z=9x2y+3z=2{3xxy2y++2z3z==92

  15. {3xy=2x+2y=93x+y=103xx3x++y2yy===2910

  16. {x2y=13x+4y=112x+2y=7x3x2x++2y4y2y===1117

  17. {x+y+z=32xy+z=4x+4y+2z=5x2xx++yy4y+++zz2z===345

  18. {xy+z=4x+2y+3z=22x+y+4z=6xx2x++y2yy+++z3z4z===426

In Exercises 19–24, graph each system of inequalities.

  1. {x+y1xy1x0xx+yyx110

  2. {2x+3y64x3y12x02x4x+3y3yx6120

  3. {4x+y72x+5y1x2y54x2xx++y5y2y715

  4. {7x2y+60x+y+1402x3y+907xx2x+2yy3y+++6149000

  5. {x+y303xy90y+307x+4y+230x3x7x++yyy4y++393230000

  6. {x+5y1105x+y70x5y1707x+y+250x5xx7x+++5yy5yy+11717250000

In Exercises 25–28, solve each linear programming problem.

  1. Maximize z=2x+3y,z=2x+3y, subject to the constraints x0, y0, 3x+7y21.x0, y0, 3x+7y21.

  2. Minimize z=5x+2y,z=5x+2y, subject to the constraints x2, y1, x2y+20.x2, y1, x2y+20.

  3. Minimize z=x+3y,z=x+3y, subject to the constraints 2x3y+20, 4x+y100, x3y90,2x3y+20, 4x+y100, x3y90,3x+y+30.3x+y+30.

  4. Maximize z=2x+5y,z=2x+5y, subject to the constraints x+3y30, 3xy90, x+4y+100,x+3y30, 3xy90, x+4y+100,3x2y+20.3x2y+20.

In Exercises 29–34, solve each nonlinear system of equations.

  1. {x+3y=1x23x=7y+3{xx2+3y3x==17y+3

  2. {4xy=3y22y=x2{4xy2y2y==3x2

  3. {xy=45x2+y2=24{x5x2+yy2==424

  4. {x2y=72x2+3y2=29{x2x2+2y3y2==729

  5. {xy=2x2+2y2=9{x2+xy2y2==29

  6. {xy=32x2+3y2=21{2x2+xy3y2==321

In Exercises 35–40, graph each nonlinear system of inequalities.

  1. {xy1x2+y213{xx2+yy2113

  2. {xy1x2+y213{xx2+yy2113

  3. {xy1x2+y213x0y0xx2+yy2xy11300

  4. {xy1x2+y213x0y0xx2+yy2xy11300

  5. {y3xx2+y225x0y0x2+yy2xy3x2500

  6. {y3xx2+y225x0y0x2+yy2xy3x2500

In Exercises 41–46, find the partial-fraction decomposition of each rational expression.

  1. x+4x2+5x+6x+4x2+5x+6

  2. x+14x2+3x4x+14x2+3x4

  3. 3x2+x+1x(x1)23x2+x+1x(x1)2

  4. 3x2+2x+3(x21)(x+1)3x2+2x+3(x21)(x+1)

  5. x2+2x+3(x2+4)2x2+2x+3(x2+4)2

  6. 2xx412xx41

Applying the Concepts

  1. Investment. A speculator invested part of $15,000 in a high-risk venture and received a return of 12% at the end of the year. The rest of the $15,000 was invested at 4% annual interest. The combined annual income from the two sources was $1300. How much was invested at each rate?

  2. Agriculture. A farmer earns a profit of $525 per acre of tomatoes and $475 per acre of soybeans. His soybean acreage is 5 acres more than twice his tomato acreage. If his total profit from the two crops is $24,500, how many acres of tomatoes and how many acres of soybeans does he have?

  3. Geometry. The area of a rectangle is 63 square feet, and its perimeter is 33 feet. What are the dimensions of the rectangle?

  4. Numbers. Twice the sum of the reciprocals of two numbers is 13, and the product of the numbers is 19.19. Find the numbers.

  5. Geometry. The hypotenuse of a right triangle is 17. If one leg of the triangle is increased by 1 and the other leg is increased by 4, the hypotenuse becomes 20. Find the sides of the triangle.

  6. Paper route. Chris covers her paper route, which is 21 miles long, by 7:30 a.m. each day. If her average rate of travel were 1 mile faster each hour, she would cover the route by 7 a.m. What time does she start in the morning?

  7. Agriculture. A rectangular pasture with an area of 6400 square meters is divided into three smaller pastures by two fences parallel to the shorter sides. The width of two of the smaller pastures is the same, and the width of the third is twice that of the others. Find the dimensions of the original pasture if the perimeter of the larger of the subdivisions is 240 m.

  8. Leasing. Budget Rentals leases its compact cars for $23.00 per day plus $0.17 per mile. Dollar Rentals leases the same car for $24.00 per day plus $0.22 per mile.

    1. Find the cost functions describing the daily cost of leasing from each company.

    2. Graph the two functions in part (a) on the same coordinate axes.

    3. From which company should you lease the car if you plan to drive (i) 50 miles per day; (ii) 60 miles per day; (iii) 70 miles per day?

  9. Break-even analysis. Auto-Sprinkler Corp. manufactures seven-day, 24-hour variable timers for lawn sprinklers. The corporation has a monthly fixed cost of $60,000 and a production cost of $12 for each timer manufactured. Each timer sells for $20.

    1. Write the cost function and the revenue function for selling x timers per month.

    2. Graph the two functions in part (a) on the same coordinate plane and find the break-even point graphically.

    3. Find the break-even point algebraically.

    4. How many timers should be sold in a month to realize a profit (before taxes) of 15% of the cost?

  10. Equilibrium quantity and price. The demand equation for a product is p=4000x,p=4000x, where p is the price per unit and x is the number of units of the product. The supply equation for the product is p=x20+10.p=x20+10.

    1. Find the equilibrium quantity.

    2. Find the equilibrium price.

    3. Graph the supply and demand functions on the same coordinate plane and label the equilibrium point.

  11. Apartment lease. Alisha and Sunita signed a lease on an apartment for nine months and split the rent evenly. At the end of six months, Alisha got married and moved out. She paid the landlady an amount equal to the difference between double-occupancy rental and single-occupancy rental for the remaining three months, and Sunita paid the single-occupancy rate for the same three months. If the nine-month rental cost Alisha $2250 and Sunita $3150, what were the single and double monthly rates?

  12. Seating arrangement. The 600 graduating seniors at Central State College are seated in rows, each of which contains the same number of chairs, and every chair is occupied. If five more chairs were in each row, everyone could be seated in four fewer rows. How many chairs are in each row?

  13. Passing a final exam. Twenty-six students in a college algebra class took a final exam on which the passing score was 70. The mean score of those who passed was 78, and the mean score of those who failed was 26. The mean of all scores was 72. How many students failed the exam?

  14. Finding numbers. The average of a and b is 2.5, the average of b and c is 3.8, and the average of a and c is 3.1. Find the numbers a, b, and c.

  15. May–December match. Steve and his wife, Janet, have the same birthday. When Steve was as old as Janet is now, he was twice as old as Janet was then. When Janet becomes as old as Steve is now, the sum of their ages will be 119. How old are Steve and Janet now?

  16. Percentage increase. Let x and y be positive real numbers. Increasing x by y percent gives 46, and increasing y by x percent gives 21. Find x and y.

  17. Criminals rob a bank. Three criminals—Butch, Sundance, and Billy—robbed a bank and divided the loot in the following manner: Because Butch planned the job and drove the getaway car, he got 75% as much as Sundance and Billy put together. Because Sundance was an expert safecracker, he got $500 more than 50% of Billy’s and Butch’s cut put together. Billy got $1000 less than three times the difference of Butch and Sundance’s cut. How much did they steal, and what was each criminal’s take?

  18. Curve fitting. Find all of the curves of the form y=ax2+bx+cy=ax2+bx+c that contain the points (0, 1), (1, 0), and (1, 6).(1, 6).

  19. Using exponents. Given that 2x=8y2x=8y and 9y=3x2,9y=3x2, find x and y.

  20. Area of an octagon. A square of side length 8 has its corners cut off to make it a regular octagon. Find the area of the octagon. (See the figure.)

  21. Building houses. A builder has 42 units of material and 32 units of labor available during a given period. She builds two-story houses or one-story houses or some of both. Suppose she makes a profit of $10,000 on each two-story house and $4000 on each one-story house. A two-story house requires 7 units of material and 1 unit of labor, whereas a one-story house requires 1 unit of material and 2 units of labor. How many houses of each type should she build to make a maximum profit? What is the maximum profit?

  22. Minimizing cost. An animal food is to be a mixture of two products X and Y. The content and cost of 1 pound of each product is given in the following table.

    Product Protein Grams Fat Grams Carbohydrates Grams Cost
    X 180 2 240 $0.75
    Y 36 8 200 $0.56

    How much of each product should be used to minimize the cost if each bag must contain at least 612 grams of protein; at least 22 grams of fat; and, at most, 1880 grams of carbohydrates?

  23. Lobster prices. The Captain’s Catch classifies its lobsters as small, medium, and large. A package of one large, two medium, and four small lobsters sells for $344; a package of two large and three small lobsters sells for $255; and a package of two large, two medium, and five small lobsters sells for $449. What is the individual price of each size lobster?

  24. Ancient mathematics. The Nine Chapters in the Mathematical Art, a Chinese work written about 250 b.c. contains the following problem: Three sheafs of good crop, two sheafs of mediocre crop, and one sheaf of bad crop are sold for 39 dou. Two sheafs of good, three mediocre, and one bad are sold for 34 dou. And one good, two mediocre, and three bad are sold for 26 dou. What price is received for a sheaf of each of good crop, mediocre crop, and bad crop?

Practice Test A

In Problems 1–7, solve each system of equations.

  1. {2xy=42x+y=4{2x2x+yy==44

  2. {x+2y=83x+6y=24{x3x++2y6y==824

  3. {2x+y=44x2y=4{2x4x+y2y==44

  4. {3x+3y=152x2y=10{3x2x+3y2y==1510

  5. {5x3+y2=142x3y8=35x32x3+y2y8==143

  6. {y=x23xy+4=0{3xy+y4==x20

  7. {x3y=42x2+3x3y=8{2x2+x3x3y3y==48

  8. Two gold bars together weigh a total of 485 pounds. One bar weighs 15 pounds more than the other.

    1. Write a system of equations that describes these relationships.

    2. How much does each bar weigh?

  9. Convert the given system to triangular form.

    {2x+y+2z=44x+6y+z=152x+2y+7z=1
    2x4x2x+++y6y2y+++2zz7z===4151
  10. Use back-substitution to solve the given linear system.

    {x6y+3z=29y5z=22z=10
    x6y9y+3z5z2z===2210

In Exercises 11–13, solve the system of equations.

  1. {x+y+z=82x2y+2z=4x+yz=12x2xx++y2yy++z2zz===8412

  2. {x+z=13y+2z=53x3y+z=8x3x3y3y+++z2zz===158

  3. {2xy+z=2x+y+z=1x5y+5z=72xxx+yy5y+++zz5z===217

  4. A vending machine’s coin box contains nickels, dimes, and quarters. The total number of coins in the box is 300. The number of dimes is three times the number of nickels and quarters together. Assuming that $30.65 is in the box, find the number of nickels, dimes, and quarters that it contains.

For Problems 15 and 16, write the form of the partial-fraction decomposition of the given rational expression. You do not need to solve for the constants.

  1. 2x(x5)(x+1)2x(x5)(x+1)

  2. 5x2+x8(x2)(x2+1)25x2+x8(x2)(x2+1)2

  3. Find the partial-fraction decomposition of the rational expression

    x+3(x+4)2(x7).
    x+3(x+4)2(x7).
  4. Graph the inequality 3x+y<6.3x+y<6.

  5. Graph the solution set of the system of inequalities.

    {yx>0yx2>0
    {yyxx2>>00
  6. Maximize z=2x+y,z=2x+y, subject to the constraints x0, y0, x+3y3.x0, y0, x+3y3.

Practice Test B

In Problems 1–7, solve each system of equations.

  1. {2x3y=16xy=7{2xx3yy==167

    1. {(5, 2)}{(5, 2)}

    2. {(8, 0)}{(8, 0)}

    3. {(0, 7)}{(0, 7)}

    4. {(4, 3)}{(4, 3)}

  2. {6x9y=23x5y=6{6x3x9y5y==26

    1. {(3, 0)}{(3, 0)}

    2. {(0, 56)}{(0, 56)}

    3. {(443, 10)}{(443, 10)}

    4. {(1, 1)}

  3. {2x5y=94x10y=18{2x4x5y10y==918

    1. {(0, 92)}{(0, 92)}

    2. {(5y2+92, y)}{(5y2+92, y)}

    3. {(x, 5x2+92)}{(x, 5x2+92)}

  4. {3x+5y=16x10y=2{3x6x+5y10y==12

    1. {(0, 15)}{(0, 15)}

    2. {(2, 1)}{(2, 1)}

    3. {(5y3 +13 , y)}{(5y3 +13 , y)}

  5. {x5+2y5=1x4y3=512x5x4+2y5y3==1512

    1. {(15, 10)}{(15, 10)}

    2. {(1, 2)}

    3. {(10, 15)}{(10, 15)}

    4. {(1, 0)}

  6. {x3y=122x+6y=1x2x+3y6y==121

    1. {(12, 0)}{(12, 0)}

    2. {(2, 12)}{(2, 12)}

    3. {(3y+12, y)}{(3y+12, y)}

  7. {3x+4y=123x2+16y2=48{3x3x2++4y16y2==1248

    1. {(0, 4), (3, 0)}

    2. {(0, 4)}{(0, 4)}

    3. {(0, 4),(3, 0)}{(0, 4),(3, 0)}

    4. {(4, 0), (2, 32)}{(4, 0), (2, 32)}

  8. Student tickets for a dance cost $2, and nonstudent tickets cost $5. Three hundred tickets were sold, and the total ticket receipts were $975. How many of each type of ticket were sold?

    1. 150 student tickets

      150 nonstudent tickets

    2. 200 student tickets

      100 nonstudent tickets

    3. 210 student tickets

      90 nonstudent tickets

    4. 175 student tickets

      125 nonstudent tickets

  9. Convert the given system to triangular form.

    {x+3y+3z=42x+5y+4z=5x+2y+2z=6
    x2xx+++3y5y2y+++3z4z2z===456
    1. x+3y+3z=4y+2z=8z=2
    2. x+3y+3z=42y+z=1z=5
    3. x+3y+3z=4y+2z=3z=5
    4. x+3y+3z=42y+z=2z=5
  10. Use back-substitution to solve the linear system.

    {2x+y+z=010y2z=43z=9
    1. {(2, 1, 3)}

    2. {(0, 3, 3)}

    3. {(0, 2, 8)}

    4. {(1, 1, 1)}

  11. Solve the given system of equations or state that the system is inconsistent.

    {2x+13y+6z=13x+10y+11z=152x+10y+8z=8
    1. {(3, 1, 4)}

    2. {(1, 1, 2)}

    3. (1, 6, 8)}

  12. Solve the given system of equations or state that the system is inconsistent.

    {4xy+7z=22x+y+11z=133xy+4z=3
    1. {(3z+1, 5z+11, z)}

    2. {(14, 14, 5)}

    3. {(195, 3, 85)}

  13. Solve the given system of equations or state that the system is inconsistent.

    {x2y+3z=42xy+z=1x+y2z=3
    1. {(1, 6, 5)}

    2. {(0, 1, 2)}

    3. {(x, 5x+1, 3x+2)}

  14. Forty-six students will go to France, Italy, or Spain for six weeks during the summer. The number of students going to France or Italy is four more than the number going to Spain. The number of students going to France is two less than the number going to Spain. How many students are going to each country?

    1. France: 23

      Italy: 21

      Spain: 2

    2. France: 19

      Italy: 6

      Spain: 21

    3. France: 21

      Italy: 6

      Spain: 19

    4. France: 2

      Italy: 21

      Spain: 23

For Problems 15 and 16, write the form of the partial-fraction decomposition of the given rational functions. You do not need to solve for the constants.

  1. x(x+2)(x7)

    1. Ax+2+Bxx7

    2. Axx+2+Bxx7

    3. Ax+2+Bx7

    4. Ax+2+Bx+Cx7

  2. 7x(x3)(x+5)2

    1. Ax3+Bx+5+C(x+5)2

    2. Ax3+Bx+5+Cx+D(x+5)2

    3. Ax+3+B(x+5)2

    4. Ax+3+Bx+C(x+5)2

  3. Find the partial-fraction decomposition of the rational expression

    x2+15x+18x39x.
    1. 26x92x

    2. 4x+32x1x3

    3. 4x32x1x+3

    4. 3x15x292x

  4. Which of the graphs below left is the graph of x+3y>3?

  5. Which of the graphs below is the graph of the solution set of the following system of inequalities?

    {yx2+403xy0
  6. Maximize z=3x+21y, subject to the constraints

    x0, y0, 2x+y8, 2x+3y16.
    1. 84

    2. 112

    3. 163

    4. 12

Cumulative Review Exercises Chapters P–5

In Exercises 1–8, solve each equation or inequality.

  1. 1x1+4x4=5x5

  2. 2 (x+1x)27 (x+1x)+5=0

  3. 3x5=x3

  4. x1x+30

  5. x29x+20>0

  6. 2x1=5

  7. logx16=4

  8. log(x3)+log(x1)=log(2x5)

In Exercises 9–12, use transformations to graph each function.

  1. f(x)=|x+1|2

  2. f(x)=(x2)2+3

  3. f(x)=2x13

  4. f(x)=x1+3

  5. Let f(x)=2x2.

    1. Find f1(x).

    2. Graph f and f1 on the same coordinate plane.

  6. Let f(x)=x3x2+x6.

    1. List all possible rational zeros of f.

    2. Use synthetic division to test the possible rational zeros and find a real zero.

    3. Use the zero from part (b) to find all of the (real or complex) zeros of f(x).

  7. Expand and simplify: log3(9x4).

  8. A radioactive substance decays so that the amount present in t years is given by A=A0ekt, where A0 is the initial amount. Find the half-life of the substance if

    1. k=0.05.

    2. k=0.0002.

  9. If f is a one-to-one function and f(2)=9, find f1(9).

  10. Find the time required to double your money if it is compounded continuously at 7.5%.

In Exercises 19 and 20, solve the system of equations.

  1. {5x2y+25=04y3x29=0

  2. {2xy+z=3x+3y2z=113x2y+z=4

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

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