12 multiple-choice questions, progressively harder.
Solve the system x+2y+3z=14x + 2y + 3z = 14x+2y+3z=14, 2x+y+z=72x + y + z = 72x+y+z=7, 3x+y−z=23x + y - z = 23x+y−z=2. What is the solution (x,y,z)(x, y, z)(x,y,z)?
Solution
Correct answer: B
Eliminate zzz. Add the second and third equations: 5x+2y=95x + 2y = 95x+2y=9. Subtract three times the second from the first: −5x−y=−7-5x - y = -7−5x−y=−7, that is 5x+y=75x + y = 75x+y=7.
5x+2y=9,5x+y=7 ⇒ y=2, x=15x + 2y = 9, \quad 5x + y = 7 \;\Rightarrow\; y = 2,\ x = 15x+2y=9,5x+y=7⇒y=2, x=1
The second equation gives z=3z = 3z=3, so the solution is (1,2,3)(1, 2, 3)(1,2,3).
Solve the system x+y+z=7x + y + z = 7x+y+z=7, 2x−y+z=72x - y + z = 72x−y+z=7, x+y−z=−1x + y - z = -1x+y−z=−1. What is zzz?
Correct answer: D
Subtract the third equation from the first; the xxx and yyy terms cancel.
(x+y+z)−(x+y−z)=7−(−1) ⇒ 2z=8 ⇒ z=4(x + y + z) - (x + y - z) = 7 - (-1) \;\Rightarrow\; 2z = 8 \;\Rightarrow\; z = 4(x+y+z)−(x+y−z)=7−(−1)⇒2z=8⇒z=4
Solve the system 2x+y−z=72x + y - z = 72x+y−z=7, x−y+z=2x - y + z = 2x−y+z=2, x+2y+z=8x + 2y + z = 8x+2y+z=8. What is xxx?
Correct answer: A
Add the first two equations; the yyy and zzz terms cancel.
(2x+y−z)+(x−y+z)=7+2 ⇒ 3x=9 ⇒ x=3(2x + y - z) + (x - y + z) = 7 + 2 \;\Rightarrow\; 3x = 9 \;\Rightarrow\; x = 3(2x+y−z)+(x−y+z)=7+2⇒3x=9⇒x=3
At a market with fixed per-kilogram prices, one kg of apples plus two kg of pears plus one kg of plums costs 999 dollars; two kg of apples plus one kg of pears plus one kg of plums costs 888 dollars; one kg of apples plus one kg of pears plus three kg of plums costs 888 dollars. What is the price per kilogram of plums?
Correct answer: C
Let aaa, rrr, mmm be the per-kg prices. Subtract the second purchase from the first to get −a+r=1-a + r = 1−a+r=1, and subtract the second from the third to get −a+2m=0-a + 2m = 0−a+2m=0. So r=a+1r = a + 1r=a+1 and m=a2m = \tfrac{a}{2}m=2a. Substitute into the second purchase 2a+r+m=82a + r + m = 82a+r+m=8.
2a+(a+1)+a2=8 ⇒ 72a=7 ⇒ a=22a + (a + 1) + \tfrac{a}{2} = 8 \;\Rightarrow\; \tfrac{7}{2}a = 7 \;\Rightarrow\; a = 22a+(a+1)+2a=8⇒27a=7⇒a=2
Then m=a2=1m = \tfrac{a}{2} = 1m=2a=1, so plums cost 111 dollar per kg.
A system contains the two equations x+y+z=2x + y + z = 2x+y+z=2 and x+y+z=5x + y + z = 5x+y+z=5, along with a third equation. How many solutions does the whole system have?
The single expression x+y+zx + y + zx+y+z cannot equal both 222 and 555 at once.
x+y+z=2 and x+y+z=5 ⇒ 0=3x + y + z = 2 \text{ and } x + y + z = 5 \;\Rightarrow\; 0 = 3x+y+z=2 and x+y+z=5⇒0=3
The contradiction means no triple works, no matter what the third equation says.
Three numbers add to 242424. The largest is three times the smallest, and the middle number is 444 more than the smallest. What is the smallest number?
Let sss be the smallest. The middle is s+4s + 4s+4 and the largest is 3s3s3s, and the three add to 242424.
s+(s+4)+3s=24 ⇒ 5s=20 ⇒ s=4s + (s + 4) + 3s = 24 \;\Rightarrow\; 5s = 20 \;\Rightarrow\; s = 4s+(s+4)+3s=24⇒5s=20⇒s=4
How many solutions does the system x+y+z=4x + y + z = 4x+y+z=4, 2x+2y+2z=82x + 2y + 2z = 82x+2y+2z=8, x−y+z=2x - y + z = 2x−y+z=2 have?
The second equation is exactly twice the first, so it repeats the same condition.
2x+2y+2z=8 is 2×(x+y+z=4)2x + 2y + 2z = 8 \text{ is } 2 \times (x + y + z = 4)2x+2y+2z=8 is 2×(x+y+z=4)
That leaves only two independent equations for three unknowns, so infinitely many triples solve the system.
A theater sold 300300300 tickets and took in 230023002300 dollars. Adult tickets cost 121212 dollars, student tickets 888 dollars, and child tickets 555 dollars, and it sold three times as many student tickets as adult tickets. How many child tickets were sold?
Let aaa, sss, ccc be the counts, with s=3as = 3as=3a. The count becomes 4a+c=3004a + c = 3004a+c=300, and the revenue 12a+8s+5c=230012a + 8s + 5c = 230012a+8s+5c=2300 becomes 36a+5c=230036a + 5c = 230036a+5c=2300. Substitute c=300−4ac = 300 - 4ac=300−4a.
36a+5(300−4a)=2300 ⇒ 16a=800 ⇒ a=5036a + 5(300 - 4a) = 2300 \;\Rightarrow\; 16a = 800 \;\Rightarrow\; a = 5036a+5(300−4a)=2300⇒16a=800⇒a=50
Then s=150s = 150s=150 and c=300−200=100c = 300 - 200 = 100c=300−200=100 child tickets.
Solve the system x+y+z=3x + y + z = 3x+y+z=3, x−y+z=1x - y + z = 1x−y+z=1, 2x+y−z=112x + y - z = 112x+y−z=11. What is zzz?
Subtract the second equation from the first to get 2y=22y = 22y=2, so y=1y = 1y=1. Add the first and third to cancel zzz: 3x+2y=143x + 2y = 143x+2y=14, so x=4x = 4x=4. Then the first equation gives zzz.
z=3−4−1=−2z = 3 - 4 - 1 = -2z=3−4−1=−2
In a three-equation system, two of the three planes are parallel and distinct, so they never meet. The system has:
If two planes never meet, no point can lie on both of them, let alone on all three.
two parallel distinct planes ⇒ no common point\text{two parallel distinct planes} \;\Rightarrow\; \text{no common point}two parallel distinct planes⇒no common point
So the system has no solution.
Solve the system x+y+z=3x + y + z = 3x+y+z=3, 2x+y−z=−22x + y - z = -22x+y−z=−2, x−y+2z=8x - y + 2z = 8x−y+2z=8. What is yyy?
Eliminate zzz. Add the first and second equations: 3x+2y=13x + 2y = 13x+2y=1. Subtract twice the first from the third: −x−3y=2-x - 3y = 2−x−3y=2, that is x+3y=−2x + 3y = -2x+3y=−2.
3x+2y=1,x+3y=−2 ⇒ y=−13x + 2y = 1, \quad x + 3y = -2 \;\Rightarrow\; y = -13x+2y=1,x+3y=−2⇒y=−1
You solve a three-variable system and obtain (1,2,3)(1, 2, 3)(1,2,3). To be sure it is correct you should:
A genuine solution satisfies every equation, and the equation you never revisited during elimination is the one most likely to expose a slip.
check (1,2,3) in equations (1), (2), and (3)\text{check } (1, 2, 3) \text{ in equations (1), (2), and (3)}check (1,2,3) in equations (1), (2), and (3)
Verify all three before calling the system solved.
Reset this practice set?
This clears every answer you have given and starts the set again from question 1.