All questions
Question 1
A school club buys notebooks for $2 each and pens for $1 each. They buy 48 items total and spend $78. Let $nbenotebooksandpbepens.Whatisthevalueofn$?
- 42
- 12
- 30 (correct answer)
- 18
Explanation: We need to find the number of notebooks (n) purchased. I'll set up the system using n for notebooks and p for pens. We have: n + p = 48 (total items) and 2n + 1p = 78 (total cost). Using substitution, from the first equation: p = 48 - n. Substituting into the second equation: 2n + (48 - n) = 78, which gives 2n + 48 - n = 78, so n = 30. To verify: 30 notebooks cost $60, 18 pens cost $18, totaling $78 ✓, and 30 + 18 = 48 items ✓. The key is recognizing that 48 is the number of items, not the cost. When you see a total count and total cost, set up two separate equations.
Question 2
Which ordered pair satisfies both equations in the system $$
\begin{cases}y=2x-7\3x+y=8\end{cases}
- (3,−1) (correct answer)
- (5,3)
- (1,−5)
- (7,7)
Explanation: We need to find the point that satisfies both y = 2x - 7 and 3x + y = 8. I'll use substitution since y is already isolated in the first equation. Substituting y = 2x - 7 into the second equation: 3x + (2x - 7) = 8, which simplifies to 5x - 7 = 8, so 5x = 15, and x = 3. Now finding y: y = 2(3) - 7 = 6 - 7 = -1. Therefore the solution is (3, -1), which matches answer A. The warning about substituting for x instead of y is important - if you mistakenly replace x with 2x - 7, you'd get 3(2x - 7) + y = 8, leading to an incorrect solution. When using substitution with equations in the form y = expression, always substitute that expression for y, not for x.
Question 3
How many solutions does the system have? $$
\begin{cases}6x+9y=12\2x+3y=5\end{cases}
- 0 (correct answer)
- 1
- 2
- infinitely many
Explanation: We need to determine how many solutions this system has: 6x + 9y = 12 and 2x + 3y = 5. Let me check if one equation is a multiple of the other. If I multiply the second equation by 3: 6x + 9y = 15. Comparing with the first equation 6x + 9y = 12, we see the left sides are identical but the right sides are different (15 ≠ 12). This means the lines are parallel (same slope) but have different y-intercepts, so they never intersect. Therefore, there are 0 solutions. The warning is correct - just because coefficients are proportional doesn't mean the equations represent the same line; you must check the constants too. For test-taking, when coefficients are proportional, immediately check if constants are also proportional.
Question 4
What is the solution (x,y) to the system $$
\begin{cases}y=-x+2\y=2x-7\end{cases}
- (1,1)
- (2,0)
- (3,−1) (correct answer)
- (4,−2)
Explanation: We need to find where y = -x + 2 and y = 2x - 7 intersect. Since both equations are solved for y, I'll set them equal: -x + 2 = 2x - 7. Adding x to both sides: 2 = 3x - 7. Adding 7 to both sides: 9 = 3x, so x = 3. Substituting back into the first equation: y = -3 + 2 = -1. Therefore the solution is (3, -1), which is answer C. The warning about forgetting constants is important - if you just set -x = 2x, you'd get x = 0, missing the constant terms entirely. For test-taking, when both equations are in y = form, setting them equal is the most efficient method.
Question 5
Which ordered pair (x, y) satisfies the system of equations?
2x+y=8
x+y=6
- (3, 3)
- (4, 2)
- (1, 5)
- (2, 4) (correct answer)
Explanation: Subtract the second equation from the first to get x=2, then substitute to find y=6−2=4. The distractors reflect swapping variables or arithmetic slips when subtracting or substituting. Question 6
Which ordered pair (x, y) satisfies the system x+y=8 and 2x+y=11?
- (8, 3)
- (5, 3)
- (3, -5)
- (3, 5) (correct answer)
Explanation: Subtract the first equation from the second to get x=3, then y=8−3=5. The distractors come from swapping coordinates, sign errors, or ignoring one equation. Question 7
A taxi charges a flat fee plus a per-mile rate. For a 6-mile trip the cost is $17, and for a 10-mile trip the cost is $25. Let x be the flat fee (in dollars) and y be the per-mile rate (in dollars per mile). What is y?
- 1
- 2 (correct answer)
- 3
- 4
Explanation: We need to find the per-mile rate y, where x is the flat fee, using the information that a 6-mile trip costs $17 and a 10-mile trip costs $25. I'll set up the system: x + 6y = 17 and x + 10y = 25. Using elimination by subtracting the first equation from the second: (x + 10y) - (x + 6y) = 25 - 17, which gives 4y = 8, so y = 2. This means the per-mile rate is $2. A common error would be confusing which variable represents what or setting up the equations incorrectly. When dealing with word problems, always define your variables clearly and check that your answer makes sense in context.
Question 8
How many solutions does the system have? $$
\begin{cases}y=\frac{1}{2}x-3\2y=x-6\end{cases}
- infinitely many (correct answer)
- 0
- 2
- 1
Explanation: We need to determine if the equations y=21x−3 and 2y=x−6 represent the same line, parallel lines, or intersecting lines. Let me rewrite the second equation in slope-intercept form by dividing by 2: y=21x−3. This is identical to the first equation! Since both equations represent the exact same line, every point on the line is a solution. The common wrong approach is thinking that different forms automatically mean different lines, but algebraic manipulation can reveal they're the same. When two equations represent the same line, there are infinitely many solutions. Question 9
How many solutions does the system have? $$
\begin{cases}3x-6y=12\x-2y=5\end{cases}
- 0 (correct answer)
- infinitely many
- 2
- 1
Explanation: To determine the number of solutions, we need to check if the lines are parallel, intersecting, or identical. Let me rewrite the first equation by dividing by 3: x−2y=4. The second equation is x−2y=5. Both equations have the same coefficients for x and y (1 and -2), but different constants (4 and 5). This means the lines are parallel but not the same line, so they never intersect. The tempting mistake is assuming the first equation is just a multiple of the second, but 3(x−2y)=3(5) would give 3x−6y=15, not 12. When lines have the same slope but different y-intercepts, there are zero solutions. Question 10
Solve the system. What is the solution (x,y)?
{7x−2y=203x+2y=4- (2,−1)
- (512,−58) (correct answer)
- (58,−512)
- (25,21)
Explanation: We need to solve 7x−2y=20 and 3x+2y=4. Since the y terms have opposite signs, I'll use elimination by adding the equations: 7x−2y+3x+2y=20+4, which gives 10x=24, so x=24/10=12/5. Substituting into the second equation: 3(12/5)+2y=4, so 36/5+2y=4. Converting 4 to fifths: 20/5, we get 2y=20/5−36/5=−16/5, so y=−8/5. The solution is (12/5,−8/5). The warning about subtracting instead of adding refers to incorrectly doing 7x−2y−(3x+2y)=20−4, which would give 4x−4y=16. When coefficients have opposite signs, adding equations eliminates that variable efficiently. Question 11
Two lines on the coordinate plane are 2x+y=5 and x−y=1. What is the solution (x,y) (their intersection)? A common wrong path is to add the equations but forget that −y plus y cancels, leading to an incorrect x value.
- (1,3)
- (2,1) (correct answer)
- (3,−1)
- (4,−3)
Explanation: We need to find the intersection of 2x+y=5 and x−y=1. Since the y terms have opposite signs (+y and -y), I'll use elimination by adding the equations: (2x+y)+(x−y)=5+1. This gives 3x=6, so x=2. Substituting x=2 into the second equation: 2−y=1, so y=1. The solution is (2,1). The warning about forgetting that −y+y cancels is important - if someone incorrectly thought they got 2y or −2y, they'd solve for the wrong value. To avoid this error, write out the addition step carefully: (+y)+(−y)=0. Quick verification: 2(2)+1=5 ✓ and 2−1=1 ✓. Question 12
A gym charges a one-time sign-up fee plus a monthly fee. Plan A costs 20 sign-up plus 15 per month. Plan B costs 50 sign-up plus 10 per month. After how many months will the total costs be equal? Let m be months and set up a system with equal total costs to solve.
- 2
- 4
- 6 (correct answer)
- 8
Explanation: We need to find when Plan A and Plan B have equal total costs, where Plan A costs 20+15m and Plan B costs 50+10m (m = months). Setting the costs equal: 20+15m=50+10m. Solving for m: 15m−10m=50−20, which gives 5m=30, so m=6 months. To verify: Plan A after 6 months costs 20+15(6)=20+90=110, and Plan B costs 50+10(6)=50+60=110. The key insight is that Plan B has a higher initial cost but lower monthly rate, so it becomes more economical after the break-even point. When comparing plans with different fee structures, setting up an equation for when they're equal helps identify the decision point. Question 13
A coordinate plane features two lines denoted by the equations y23ˉx+1 and y23ˉx−2. How many solutions does the system have?
- 0 (correct answer)
- 1
- Infinitely many
- 2
Explanation: We need to determine how many solutions exist for y = (3/2)x + 1 and y = (3/2)x - 2. I can immediately see that both lines have the same slope (3/2) but different y-intercepts (1 and -2). Lines with equal slopes but different y-intercepts are parallel and never intersect, so there are 0 solutions. This is confirmed algebraically: setting (3/2)x + 1 = (3/2)x - 2 and subtracting (3/2)x from both sides gives 1 = -2, which is impossible. When you see identical slopes with different intercepts, you can immediately conclude there are no solutions without further calculation.
Question 14
A coordinate plane shows the graphs of 2x+y=8 and x−y=1. What is the value of x−y at their intersection point?
- −1
- 0
- 1 (correct answer)
- 2
Explanation: We need to find x - y at the intersection of 2x + y = 8 and x - y = 1. The question cleverly asks for x - y, which is already given as 1 in the second equation! Since the second equation states that x - y = 1 for all points on that line, and we want the value at the intersection point (which must satisfy both equations), the answer is simply 1. To verify this makes sense, I'll solve for the intersection: from x - y = 1, we get x = y + 1. Substituting into 2x + y = 8: 2(y + 1) + y = 8, so 3y + 2 = 8, thus y = 2 and x = 3. Indeed, x - y = 3 - 2 = 1 ✓.
Question 15
Two linear equations are shown as lines on a coordinate plane: y=x+1 and y=−2x+7. What is the x-coordinate of their intersection point?
- 1
- 2 (correct answer)
- 3
- 4
Explanation: We need to find where the lines y = x + 1 and y = -2x + 7 intersect. Since both expressions equal y, I can set them equal: x + 1 = -2x + 7. Adding 2x to both sides: 3x + 1 = 7. Subtracting 1: 3x = 6, so x = 2. To verify, when x = 2: y = 2 + 1 = 3 from the first equation, and y = -2(2) + 7 = -4 + 7 = 3 from the second equation. The key insight is that at the intersection point, both equations give the same y-value for the same x-value. For test-taking, setting the equations equal is faster than graphing when finding intersection points algebraically.
Question 16
Two lines are graphed: 2x+y=6 and 4x+2y=12. The intersection represents the solution set. How many solutions does this system have? A common incorrect answer is 1 because the equations look different at first glance.
- Infinitely many (correct answer)
- 2
- 0
- 1
Explanation: We need to determine how many solutions the system 2x + y = 6 and 4x + 2y = 12 has. I'll check if one equation is a multiple of the other. If we multiply the first equation by 2, we get 4x + 2y = 12, which is exactly the second equation. Since both equations represent the same line, every point on this line is a solution, giving infinitely many solutions. The key insight is that when two equations are scalar multiples of each other, they represent the same line. Students often miss this because the equations look different at first glance, but always check for proportionality.
Question 17
Which ordered pair satisfies both equations in the system $$
\begin{cases}x+y=8\2x-y=1\end{cases}
- (2, 6)
- (3, 5) (correct answer)
- (1, 7)
- (4, 4)
Explanation: We need to find which ordered pair satisfies both x+y=8 and 2x−y=1. I'll use elimination by adding the equations since the y terms will cancel: (x+y)+(2x−y)=8+1, which gives 3x=9, so x=3. Substituting x=3 into the first equation: 3+y=8, so y=5. The solution is (3,5). The warning about substitution errors is important - if you solve x+y=8 for y, you get y=8−x, not y=8+x. This sign error would lead to an incorrect answer when substituting into the second equation. Question 18
Two lines are graphed on a coordinate plane: y=21x+2 and y=21x−1. How many solutions does the system have? A common incorrect approach is to assume lines always intersect once without checking slopes.
- 0 (correct answer)
- 1
- Infinitely many
- 2
Explanation: We need to determine how many solutions the system y=21x+2 and y=21x−1 has. I'll examine the slopes and y-intercepts of these lines. Both lines have slope 1/2 but different y-intercepts (2 and -1). Lines with the same slope but different y-intercepts are parallel and never intersect. Therefore, this system has 0 solutions. The warning about assuming lines always intersect once is crucial - you must check if the slopes are equal before concluding there's one intersection point. When slopes match but y-intercepts differ, the lines are parallel. Question 19
A taxi charges a flat fee plus a per-mile rate. One ride of 6 miles costs $17, and another ride of 10 miles costs $25. Let $xbetheflatfee(indollars)andybethecostpermile(indollars).Whatisthevalueofx+2y$?
- 7
- 9 (correct answer)
- 11
- 13
Explanation: We need to find the flat fee (x) and per-mile rate (y) for a taxi, then calculate x + 2y. I'll set up the system using the given information: x + 6y = 17 (for 6 miles) and x + 10y = 25 (for 10 miles). Using elimination by subtracting the first equation from the second: (x + 10y) - (x + 6y) = 25 - 17, which gives 4y = 8, so y = 2. Substituting y = 2 into the first equation: x + 6(2) = 17, so x + 12 = 17, giving x = 5. Therefore, x + 2y = 5 + 2(2) = 9. A common error is confusing which variable represents the flat fee versus the per-mile rate, which would lead to an incorrect system setup.
Question 20
A taxi charges a flat fee of b dollars plus r dollars per mile. A 6-mile ride costs $19, and a 10-mile ride costs $29. What is the rate $r$ (dollars per mile)? Some incorrect solutions come from subtracting in the wrong order and getting a negative rate.
- 1.50
- 2.00
- 2.50 (correct answer)
- 3.00
Explanation: We need to find the rate per mile (r) for a taxi that charges a flat fee (b) plus r dollars per mile, where a 6-mile ride costs $19 and a 10-mile ride costs $29. Setting up equations: $b + 6r = 19andb + 10r = 29.Usingelimination,subtractthefirstfromthesecond:(b + 10r) - (b + 6r) = 29 - 19,whichgivesus4r = 10,sor = 2.5.Therateis$2.50permile.Toverify:if$r=2.5, then from b+6(2.5)=19, we get b=19−15=4. Checking with the second equation: 4+10(2.5)=4+25=29 ✓. The warning about subtracting in the wrong order would give −4r=−10, which still yields r=2.5 when solved correctly. The key is recognizing that the difference in cost divided by the difference in miles gives the rate per mile.