152B Practice Exam I
Please do all of the following problems. Credit earned will be based on the steps that you show that lead to the final solution. Good Luck Problem 1: Factor the expression completely: A. x4 - 9x2 Solution First find the GCF, which is x2. Factoring this out gives x2 (x2 - 9) The second factor is a difference of squares with a = x and b = 3. x2(x - 3)(x + 3) B. x2 + 3x - 54 Solution There are 3 terms here, so we use reverse FOIL. The question is, "what two numbers multiply to -54 and add to 3? Notice that (9)(-6) = 54 and 9 + (-6) = 3 We can write the problem as = x2 - 6x + 9x - 54 Now factor by grouping = (x2 - 6x) + (9x - 54) Factor out the GCFs = x(x - 6) + 9(x - 6) and factor out the GCF again = (x - 6)(x + 9) C. 6x2 + 11x - 10 Solution We use the AC method.AC = (6)(-10) = -60 Now find two numbers that multiply to -60 and add to 11. Notice that (15)(-4) = -60 and 15 + (-4) = 11 We write 6x2 - 4x + 15x - 10 2x(3x - 2) + 5(3x - 2) = (3x - 2)(2x + 5) D. 128xyz3 + 54x4y Solution Pull out the GCF: 2xy: 2xy(64z3 + 27x3) The last factor is a sum of cubes with a = 4z and b = 3x. We get 2xy(4z + 3x) (16z2 - 12xz + 9x2) E. 3st + 18t - 6u - su Solution Factor by grouping: = (3st + 18t) + (-6u - su) = 3t(s + 6) - u(6 + s) = (s + 6)(3t - u) Problem 2 Use the method of elimination to solve the system. Then graph the system to check your solution. A. -3x + 2y
= 6 Solution We multiply the first equation by 3 and add
-9x + 6y = 18 This is a contradiction, so there is no solution. To graph it we have make T-Tables as shown below
The graphs are shown below. Notice that they are parallel.
B. 5x + 3y = 15 Solution Multiply the first equation by 2 and the second by 3 and add
10x + 6y = 30 x = 114/19 = 6 Now substitute this value into the second equation (the first will work also) to get 3(6) - 2y = 28 18 - 2y = 28 -2y = 28 - 18 = 10 y = 10/-2 = -5 The solution is (6, -5). To graph it we have make T-Tables as shown below
The graphs are shown below. Notice that the lines intersect at (6,-5).
Problem 3 Use the method of substitution to solve the system. Then graph the system to check your solution. A. 7x + y = 3 4x + 3y = -8 Solution We solve the first equation for y: y = 3 - 7x Now plug this into the second equation: 4x + 3(3 - 7x) = -8 4x + 9 - 21x = -8 9 - 17x = -8 -17x = -17 x = 1 Now plug in x = 1 in the equation y = 3 - 7(1) = -4 Hence the solution is (1,-4). To graph it we have make T-Tables as shown below
The graphs are shown below. Notice that the lines intersect at (1,4).
B. y = 3x - 2 Solution We can substitute the first equation into the second: 6x - 2(3x - 2) = 4 6x - 6x + 4 = 4 4 = 4 This is an identity, hence there are an infinite number of solutions (all points lying on the line y = 3x - 2). Notice the the y-intercept is -2 and the slope is 3. We can draw the point (0,-2) and rise 3 and run 1 from this point to graph the line.
Problem 4 Last year, you inherited $30,000 from a distant relative. You took the money and invested some of it in a bank account that paid 2% interest and invested the rest in stocks that increased 6%. The total earnings on the invested money was $900. How much money was invested in the bank account and how much was invested in the stock market? Show the equations that you set up and how you either used substitution or elimination to solve the system. Solution Since we want to find out how much money was invested in each account, this guides towards the variables: Let x = the amount of money invested in the 2% account. Let y = the amount of money invested in the 6% accruing stocks. Since the total invested was $30,000, we have the equation x + y = 30,000 The total earnings was $900. The contribution from the bank was 2% of the amount in the bank or 0.02x. The Contribution from stocks was 6% of the amount in stocks or 0.06y. We now have the equation 0.02x + 0.06y = 900 If you do not like decimals, you can multiply all three terms by 100 to get 2x + 6y = 90,000 We can solve for y in the first equation to get y = 30,000 - x Now substitute the into the previous equation to get 2x + 6(30,000 - x) = 90,000 2x + 180,000 - 6x = 90,000 -4x + 180,000 = 90,000 -4x = -90,000 subtracting 180,000 from both sides x = -90,000/-4 = 22,500 Plugging 22,500 back in gives: y = 30,000 - 22,500 = 7,500 We can conclude that you invested $22,500 in the bank and $7,500 in stocks.
Problem 5 You own a non-profit theater that has 2,000 seats. In order to break on even Saturday's concert you must collect a total of $24,000 from the ticket sales. You have decided to partition the theater's seats into "premium seats" which you will sell for $30 per seat and "general admission" seats which you will sell for $10 per seat. If you are certain the tickets will sell out, how many seats should you sell as "premium seats"? Show the equations that you set up and how you either used substitution or elimination to solve the system. SolutionSince we want to know about how many seat of a certain type there are, we have the variables: Let x = The number of premium seats. Let y = The number of general admission seats. Since the total number of seats is 2000, we have the equation x + y = 2000 The ticket sales from the premium seats will be $30 times the number of premium seats, x or 30x. The ticket sales from the general admission seats will be $10 times the number of general admission seats, y or 10y. Since the total ticket sales will be $24,000, we have the equation 30x + 10y = 24,000 Solving the first equation for y gives y = 2000 - x Plugging this into the second equation gives 30x + 10(2000 - x) = 24,000 30x + 20,000 - 10x = 24,000 20x + 20,000 = 24,000 20x = 4000 Subtracting 20,000 from both sides x = 4000/20 = 200 Plugging 200 back in gives y = 2000 - 200 = 1800 Hence you should have 200 premium seats and 1,800 general admission seats. Extra Credit: Write down one thing that your instructor can do to make the class better. (Any constructive remark will be worth full credit.) |