What this quiz covers
This quiz focuses on Equations With Two Variables, giving you a quick way to practice the rules, question types, and explanations that matter most for PSAT Math.
A recipe uses cups of flour f and cups of sugar s with the constraint 2f+s=11. What is the value of s when f=4?
PSAT Math Quiz
Practice Equations With Two Variables in PSAT Math with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
This quiz focuses on Equations With Two Variables, giving you a quick way to practice the rules, question types, and explanations that matter most for PSAT Math.
Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.
A recipe uses cups of flour f and cups of sugar s with the constraint 2f+s=11. What is the value of s when f=4?
Explanation: The question asks for the value of s when f=4 in the equation 2f + s = 11. This is a linear equation with two variables, constraining the amounts of flour f and sugar s. Substitute f=4: 24 + s = 11, which is 8 + s = 11. Then, subtract 8 from both sides: s = 11 - 8 = 3. A common error is to multiply instead of adding or solving for f instead. Verify by plugging back: 24 + 3 = 8+3=11, correct. When given a value for one variable, substitute directly to find the other in two-variable equations.
A store sells notebooks for n dollars each and charges a flat shipping fee of s dollars per order. The total cost is T=4n+s for an order of 4 notebooks. Which equation solves for n in terms of T and s?
Explanation: The question asks for the equation that solves for n in terms of T and s, given T = 4n + s. This equation models the total cost T as 4 times the price per notebook n plus shipping s. To solve for n, subtract s from both sides: T - s = 4n. Then, divide both sides by 4: n = (T - s)/4. A common error is to divide by something else or forget to subtract s first. Check by substituting back; if T=20, s=4, n=4, then 20=4*4 +4, yes, and (20-4)/4=4. Focus on inverse operations to isolate the desired variable in equations with multiple variables.
The equation y=25x−1 describes a relationship. If x increases by 4, by how much does y change?
Explanation: This problem involves y = (5/2)x - 1, where if x increases by 4, we need to find how y changes. The change in y equals the coefficient of x times the change in x: Δy = (5/2) × 4 = 5 × 2 = 10. The coefficient 5/2 represents the slope or rate of change. When x increases by 4, y increases by 10. A common error is making mistakes with fraction arithmetic or forgetting to multiply by the coefficient. In linear relationships, changes in the dependent variable equal the slope times changes in the independent variable.
A line passes through the points (2,1) and (6,9) on a coordinate plane, where x is the horizontal coordinate and y is the vertical coordinate. What is the equation of the line in the form y=mx+b?
Explanation: This problem asks for the equation of a line passing through (2,1) and (6,9). First, find the slope: m = (9-1)/(6-2) = 8/4 = 2. Using point-slope form with point (2,1): y - 1 = 2(x - 2), which gives y - 1 = 2x - 4, so y = 2x - 3. Let me verify with both points: at (2,1): y = 2(2) - 3 = 1 ✓; at (6,9): y = 2(6) - 3 = 9 ✓. A common error is making arithmetic mistakes in the slope calculation or when converting to slope-intercept form. When finding line equations, calculate slope first, then use point-slope form to find the equation.
A charity buys pens and notebooks. Each pen costs $0.50, and each notebook costs $1.20. The total cost is modeled by 0.50p+1.20n=T, where p is the number of pens and n is the number of notebooks. If the charity spends $72 and buys 60 pens, how many notebooks did it buy?
Explanation: This is a linear equation application where you're given specific values and need to solve for an unknown variable. When you see a real-world scenario with a formula already provided, substitute the known values and solve algebraically. You're told the charity spends $72 total and buys 60 pens. Substitute these values into the equation $0.50p+1.20n=T $: 0.50(60) + 1.20n = 72 First, calculate the cost of the pens: 0.50 \times 60 = 30 So the equation becomes: 30 + 1.20n = 72 Subtract 30 from both sides: 1.20n = 42 Divide by 1.20: n = \frac{42}{1.20} = 35 The charity bought 35 notebooks. Looking at the wrong answers: Choice (A) 25 would result from incorrectly calculating \frac{30}{1.20} instead of \frac{42}{1.20}, mixing up which dollar amount to divide. Choice (C) 42 comes from forgetting to divide by the notebook price—this is just the remaining dollars after buying pens, not the number of notebooks. Choice (D) 60 assumes they bought the same number of notebooks as pens, ignoring the price difference entirely. Strategy tip: In substitution problems, work methodically through each step and always check your answer makes sense. Here, 35 notebooks at $1.20 each plus 60 pens at $0.50 each should equal $72: $$35(1.20) + 60(0.50) = 42 + 30 = 72$$ ✓
The relationship between the number of adult tickets a and student tickets s sold for a show is given by 12a+8s=480, where 12 and 8 are the ticket prices in dollars and 480 is the total revenue. Rewrite the equation to solve for s in terms of a.
Explanation: This problem asks to solve 12a+8s=480 for s in terms of a. Starting with 12a+8s=480, subtract 12a from both sides: 8s=480−12a. Then divide both sides by 8: s=8480−12a. This can also be written as s=60−1.5a, but the fraction form matches choice B exactly. A common error is incorrectly rearranging the terms or making sign errors when moving terms across the equal sign. When isolating a variable, perform the same operation to both sides of the equation systematically.
A line on the coordinate plane passes through (0,−4) and (5,6). What is the y-intercept of the line?
Explanation: This problem asks for the y-intercept of a line passing through (0,-4) and (5,6). The y-intercept is the y-value when x = 0. Since one of the given points is (0,-4), the y-intercept is -4. The y-intercept can be read directly from a point where x = 0, without needing to find the full equation. A common error is confusing the y-intercept with the slope or using the wrong point. The y-intercept is simply the y-coordinate where the line crosses the y-axis (x = 0).
A fundraiser has the constraint x+y=75, where x is the number of online donations and y is the number of in-person donations. If y decreases by 12, how must x change to keep the total number of donations the same?
Explanation: This problem involves the constraint x + y = 75, where if y decreases by 12, we need to find how x must change to maintain the total. If y decreases by 12, then to keep x + y = 75, x must increase by 12. The constraint equation requires that any decrease in one variable be offset by an equal increase in the other variable. A common error is thinking both variables change in the same direction or getting the magnitude wrong. In constraint equations where variables sum to a constant, changes in the variables must be equal and opposite.
A gym charges a one-time sign-up fee plus a monthly fee. The total cost C (in dollars) after m months is modeled by C=25+18m. If the number of months m increases by 4, by how much does the total cost C change?
Explanation: This question asks how the total cost C changes when the number of months m increases by 4. The cost function is C = 25 + 18m, where 25 is the one-time sign-up fee and 18 is the monthly fee. When m increases by 4, the new cost becomes C_new = 25 + 18(m + 4) = 25 + 18m + 72. The change in cost is C_new - C = (25 + 18m + 72) - (25 + 18m) = 72 dollars. A common error is to only multiply the increase in months by the coefficient without considering the constant term, but since the constant 25 appears in both expressions, it cancels out. When dealing with linear functions, the change in output equals the rate of change times the change in input.
A line is modeled by y=−43x+6. What is the value of y when x=8?
Explanation: This problem gives y = (-3/4)x + 6 and asks for y when x = 8. Substituting x = 8: y = (-3/4)(8) + 6 = -6 + 6 = 0. The calculation involves multiplying the fraction by 8: (-3/4) × 8 = -3 × 2 = -6, then adding 6 gives 0. A common error is making mistakes with fraction arithmetic or sign errors. When evaluating linear expressions with fractions, multiply carefully and follow the order of operations.
A movie theater sells tickets with total revenue R=9a+6c, where a is the number of adult tickets and c is the number of child tickets. If c increases by 5 while a stays the same, how does R change?
Explanation: This problem involves revenue R = 9a + 6c, where if c increases by 5 while a stays the same, we need to find how R changes. The change in R equals the coefficient of c times the change in c: ΔR = 6 × 5 = 30. Since the coefficient is positive and c increases, R increases by 30. The coefficient 6 represents the revenue per child ticket. A common error is using the wrong coefficient or forgetting that only one variable changes. When one variable in a linear expression changes while others stay constant, multiply the coefficient by the change in that variable.
A school club has a budget constraint 5x+2y=64, where x is the number of T-shirts and y is the number of stickers purchased. If x increases by 4, by how much must y change to keep the total cost the same?
Explanation: This problem involves the constraint 5x + 2y = 64, where if x increases by 4, we need to find how y must change to keep the equation satisfied. The change in the left side from increasing x by 4 is 5(4) = 20. To maintain equality, 2y must decrease by 20, so 2Δy = -20, which means Δy = -10. Therefore, y must decrease by 10. A common error is forgetting to account for the coefficients or getting the sign wrong. In constraint equations, when one term increases, another must decrease to maintain the constant sum.
A concert venue has r regular seats and v VIP seats with the constraint r+v=350. If the number of VIP seats is v=120, what is r?
Explanation: This problem gives the constraint r + v = 350 with v = 120, asking for r. Substituting v = 120: r + 120 = 350. Solving for r: r = 350 - 120 = 230. This represents a concert venue where the total number of regular and VIP seats is fixed. With 120 VIP seats, there are 230 regular seats. A common error is adding instead of subtracting or making arithmetic mistakes. In constraint equations where variables sum to a constant, one variable equals the constant minus the other.
A baker uses the constraint x+2y=30, where x is the number of small boxes and y is the number of large boxes packed, and each large box holds twice as many items. What is x when y=11?
Explanation: This problem gives x + 2y = 30 and asks for x when y = 11. Substituting y = 11: x + 2(11) = 30, which gives x + 22 = 30. Solving for x: x = 30 - 22 = 8. Let me verify: 8 + 2(11) = 8 + 22 = 30 ✓. This represents a packing constraint where large boxes hold twice as many items as small boxes. A common error is making arithmetic mistakes in substitution or subtraction. When solving constraint equations, substitute known values carefully and solve systematically.
The equation y=3x−6 relates x and y. What is the value of x when y=5?
Explanation: This problem gives y=3x−6 and asks for x when y=5. Substituting y=5: 5=3x−6. Multiplying both sides by 3: 15=x−6. Adding 6 to both sides: x=15+6=21. Let me verify: y=321−6=315=5 ✓. The equation can be solved by clearing the fraction first, then isolating the variable. A common error is making mistakes when multiplying by the denominator or combining terms. When solving equations with fractions, multiply both sides by the denominator to eliminate the fraction first.
A water tank contains W=500−20t liters after t minutes of draining. What is the value of W when t=12?
Explanation: This problem gives W = 500 - 20t and asks for W when t = 12. Substituting t = 12: W = 500 - 20(12) = 500 - 240 = 260. This represents a water tank that starts with 500 liters and drains at 20 liters per minute. After 12 minutes, 260 liters remain. A common error is making arithmetic mistakes in the multiplication or subtraction. When evaluating linear expressions involving time, substitute the time value carefully and follow the order of operations.
A phone plan cost is modeled by C=25+0.10t, where t is the number of text messages sent. What is the value of t when C=31?
Explanation: This problem gives C = 25 + 0.10t and asks for t when C = 31. Substituting C = 31: 31 = 25 + 0.10t. Solving for t: 31 - 25 = 0.10t, which gives 6 = 0.10t, so t = 6 ÷ 0.10 = 60. Let me verify: C = 25 + 0.10(60) = 25 + 6 = 31 ✓. The base plan costs $25, and each text message adds $0.10. A common error is making decimal arithmetic mistakes or forgetting to subtract the base cost first. When solving linear equations with decimals, isolate the variable term systematically.
The equation y=31x−5 models the relationship between x and y. If x increases by 9, by how much does y change?
Explanation: This problem involves the equation y = (1/3)x - 5 and asks how y changes when x increases by 9. In a linear equation, the change in y equals the coefficient of x times the change in x: Δy = (1/3) × 9 = 3. The coefficient 1/3 represents the slope or rate of change. When x increases by 9, y increases by 3. A common error is forgetting to multiply by the coefficient or confusing the direction of change. In linear relationships of the form y = mx + b, when x changes by Δx, y changes by m × Δx.
A student earns points from quizzes and homework. Total points are P=4q+2h, where q is the number of quizzes completed and h is the number of homework assignments completed. If q increases by 3 and h decreases by 2, what is the net change in P?
Explanation: This problem involves P = 4q + 2h, where q increases by 3 and h decreases by 2. The net change in P is: ΔP = 4(3) + 2(-2) = 12 - 4 = 8. The increase from quizzes (+12 points) is partially offset by the decrease from homework (-4 points), resulting in a net increase of 8 points. A common error is forgetting to account for the signs or the coefficients of each variable. When multiple variables change in a linear expression, calculate each contribution separately, then sum them with proper signs.
A streaming service charges c=12+0.50d, where d is the number of movies downloaded in a month and c is the monthly cost in dollars. Which statement best describes the meaning of the coefficient 0.50 in this context?
Explanation: This problem asks about the meaning of 0.50 in the equation c = 12 + 0.50d. In this linear cost model, 12 represents the base monthly fee (y-intercept), and 0.50 represents the additional cost per movie downloaded (slope). Each additional download increases the monthly cost by $0.50. The coefficient of the variable d represents the rate of change - the cost per download. A common error is confusing the coefficient with the base fee or misinterpreting the units. When interpreting linear models in context, the coefficient of the variable represents the rate of change per unit of that variable.