SAT Math Quiz: Equations With Two Variables
20 questions · exam conditions
0:00
Equations With Two VariablesQuestion 1 of 20

The number of pages pp remaining in a book after reading rr pages is modeled by p=320rp=320-r. If pp decreases by 12, how does rr change?

rr decreases by 12
rr increases by 12
rr increases by 320
rr decreases by 320
← Back to quizzes

SAT Math Quiz

SAT Math Quiz: Equations With Two Variables

Practice Equations With Two Variables in SAT Math with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

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 SAT Math.

How to use this quiz

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.

All questions

Question 1

The number of pages pp remaining in a book after reading rr pages is modeled by p=320rp=320-r. If pp decreases by 12, how does rr change?

  1. rr decreases by 12
  2. rr increases by 12 (correct answer)
  3. rr increases by 320
  4. rr decreases by 320

Explanation: Given p = 320 - r, we need to find how r changes when p decreases by 12. If p decreases by 12, then p_new = p - 12 = (320 - r) - 12 = 308 - r. Setting this equal to 320 - r_new, we get 308 - r = 320 - r_new, which gives us r_new = r + 12. Therefore, r increases by 12. The key insight is that in the equation p = 320 - r, p and r change in opposite directions. When working with inverse relationships, a decrease in one variable causes an increase in the other.

Question 2

A bakery makes xx batches of muffins and yy batches of cookies. Each muffin batch uses 3 cups of flour and each cookie batch uses 5 cups of flour. If the bakery uses exactly 60 cups of flour, which equation represents this constraint?

  1. 3x+5y=203x+5y=20
  2. 3x+5y=603x+5y=60 (correct answer)
  3. 5x+3y=605x+3y=60
  4. 3x+5y=60\dfrac{3}{x}+\dfrac{5}{y}=60

Explanation: This problem asks for an equation representing a flour constraint where x muffin batches use 3 cups each and y cookie batches use 5 cups each, totaling 60 cups. The total flour used is 3x + 5y, which must equal 60, giving us 3x + 5y = 60. Common errors include reversing the coefficients or using division instead of multiplication. When setting up constraint equations, multiply the number of items by the resource used per item, then sum to equal the total available.

Question 3

A landscaping job requires hh hours of labor and costs CC dollars, with C=120+35hC=120+35h. If the cost increases by 7070 dollars, by how many hours did hh change?

  1. 11
  2. 22 (correct answer)
  3. 7070
  4. 3535

Explanation: Given C = 120 + 35h, we need to find how h changes when C increases by 70 dollars. Since C is linear in h with coefficient 35, we have ΔC = 35 × Δh. Setting ΔC = 70: 70 = 35 × Δh, so Δh = 70/35 = 2 hours. The base cost of 120 doesn't affect the change. A common mistake is dividing by the wrong coefficient or including the constant term. For linear relationships, the change in output divided by the coefficient gives the change in input.

Question 4

A student earns points PP based on correct answers cc and incorrect answers ii according to P=4c1iP=4c-1i. If c=18c=18 and i=7i=7, what is the value of PP?

  1. 6565 (correct answer)
  2. 7979
  3. 7272
  4. 65-65

Explanation: We need to calculate P using the formula P = 4c - 1i with c = 18 and i = 7. Substituting these values: P = 4(18) - 1(7) = 72 - 7 = 65. The coefficient 4 represents points gained per correct answer, while -1 represents the penalty per incorrect answer. A common error is to add instead of subtract the penalty points or to miscalculate the products. Always work through multiplication before addition/subtraction and pay attention to negative signs.

Question 5

A store sells notebooks and pens. The total cost CC (in dollars) for nn notebooks and pp pens is given by C=2.50n+1.20pC=2.50n+1.20p. Which equation correctly solves for pp in terms of CC and nn?

  1. p=2.50nC1.20p=\dfrac{2.50n-C}{1.20}
  2. p=C2.50n1.20p=\dfrac{C-2.50n}{1.20} (correct answer)
  3. p=C1.202.50np=\dfrac{C}{1.20}-2.50n
  4. p=1.20(C2.50n)p=1.20(C-2.50n)

Explanation: We need to solve for p in the equation C = 2.50n + 1.20p. First, subtract 2.50n from both sides to get C - 2.50n = 1.20p. Then divide both sides by 1.20 to isolate p, giving us p = (C - 2.50n)/1.20. A common mistake is to switch the order of subtraction in the numerator or to multiply by 1.20 instead of dividing. When isolating a variable with a coefficient, always divide by that coefficient as the final step.

Question 6

A ride-share fare FF (in dollars) is modeled by F=1.75m+4.50F=1.75m+4.50, where mm is the number of miles traveled. What does the coefficient 1.751.75 represent in this context?

  1. Dollars per mile (correct answer)
  2. Miles per dollar
  3. Total fare for 1 mile
  4. Base fee in dollars

Explanation: In the fare equation F = 1.75m + 4.50, we need to interpret what 1.75 represents. Since m is the number of miles and F is in dollars, the coefficient 1.75 has units of dollars per mile - it's the rate charged for each mile traveled. The constant 4.50 represents the base fee charged regardless of distance. A common error is confusing the units or thinking 1.75 represents the base fee. In linear models, coefficients represent rates of change with respect to their variables.

Question 7

A point moves so that its coordinates (x,y)(x,y) satisfy y=2x+1y=-2x+1. On the coordinate plane, which point lies on this line?

  1. (2,3)(2,-3) (correct answer)
  2. (0,2)(0,2)
  3. (1,3)(1,3)
  4. (1,1)(-1,-1)

Explanation: The question asks which point satisfies y = -2x + 1, so substitute each x-coordinate and check whether the equation returns the listed y-value. For the point (2, -3): y = -2(2) + 1 = -4 + 1 = -3, which matches, so that point lies on the line. The point (1, 3) fails because -2(1) + 1 = -1, not 3; that value comes from ignoring the negative slope and computing 2(1) + 1. The point (0, 2) fails because -2(0) + 1 = 1, not 2, so it misidentifies the y-intercept, which is 1. The point (-1, -1) fails because -2(-1) + 1 = 2 + 1 = 3, not -1, an error from mishandling the double negative. Substituting carefully settles each case.

Question 8

For a car rental, the total cost is T=35+0.18mT=35+0.18m, where mm is miles driven. If mm increases by 5050, by how much does TT change?

  1. 99 (correct answer)
  2. 0.180.18
  3. 3535
  4. 5353

Explanation: We need to find how T changes when m increases by 50 in T = 35 + 0.18m. When m increases by 50, the new total is T_new = 35 + 0.18(m + 50) = 35 + 0.18m + 0.18(50) = 35 + 0.18m + 9. Comparing to the original T = 35 + 0.18m, we see T increases by 9. The fixed cost of 35 doesn't affect the change—only the per-mile rate of 0.18 matters. Students often forget to multiply the change by the coefficient or mistakenly include the constant term. In linear relationships, the change in output equals the coefficient times the change in input.

Question 9

A movie theater sells adult tickets for aa dollars and student tickets for ss dollars. If 2 adult tickets and 5 student tickets cost 5858 dollars total, which equation represents this relationship?

  1. 2a+5s=582a+5s=58 (correct answer)
  2. 5a+2s=585a+2s=58
  3. 2a5s=582a-5s=58
  4. 2a5s=58\dfrac{2a}{5s}=58

Explanation: We need to write an equation for 2 adult tickets at a dollars each and 5 student tickets at s dollars each totaling $58. The cost of 2 adult tickets is 2a, and the cost of 5 student tickets is 5s. The total is 2a + 5s = 58. Students often reverse the coefficients or use the wrong operation between terms. When translating word problems to equations, carefully identify what's being multiplied and ensure the units match.

Question 10

A recipe uses xx cups of flour and yy cups of sugar with the constraint 2x+y=92x+y=9. If xx increases by 11, how does yy change to keep the constraint true?

  1. Increase by 22
  2. Decrease by 11
  3. Decrease by 22 (correct answer)
  4. Increase by 11

Explanation: We need to determine how y changes when x increases by 1 in the constraint 2x + y = 9. If x increases by 1, the new equation is 2(x + 1) + y_new = 9, which gives 2x + 2 + y_new = 9. Since the original equation is 2x + y = 9, we can substitute to get 9 - y + 2 + y_new = 9, yielding y_new = y - 2. Therefore, y decreases by 2. The key insight is that to maintain the constraint, changes in variables must compensate for each other. When one variable in a linear constraint increases, analyze how the other must change to keep the equation balanced.

Question 11

The temperature FF (in degrees Fahrenheit) is related to the temperature CC (in degrees Celsius) by F=95C+32F=\frac{9}{5}C+32. If CC increases by 10, by how much does FF change?

  1. 3232
  2. 5050
  3. 1010
  4. 1818 (correct answer)

Explanation: This question asks how F changes when C increases by 10 in the formula F=95C+32F = \frac{9}{5}C + 32. Since F is a linear function of C, the change in F equals 95\frac{9}{5} times the change in C. Calculate: ΔF=95×10=905=18\Delta F = \frac{9}{5} \times 10 = \frac{90}{5} = 18 degrees Fahrenheit. The constant 32 doesn't affect the change because it's the same before and after. A common error is including the constant term when calculating changes. For linear relationships, focus on the coefficient of the changing variable to find the rate of change.

Question 12

A phone plan costs p=40+0.10tp=40+0.10t, where pp is the monthly cost in dollars and tt is the number of text messages sent. Which statement best describes the meaning of the coefficient 0.100.10 in this context?

  1. pp rises $40 per text
  2. Base fee is $0.10
  3. tt rises 0.10 per dollar
  4. pp rises $0.10 per text (correct answer)

Explanation: In the phone plan equation p=40+0.10tp = 40 + 0.10t, we need to interpret the coefficient 0.10. This coefficient represents the rate of change of pp with respect to tt, meaning for each additional text message (increase in tt by 1), the monthly cost pp increases by 0.100.10. The 40 represents the base monthly fee before any texts. A common mistake is confusing which variable changes with respect to the other. In context problems, the coefficient of a variable tells you how much the dependent variable changes per unit increase in that independent variable.

Question 13

A line on the coordinate plane has equation 3x+2y=123x+2y=12. As xx increases by 4, by how much does yy change to stay on the line?

  1. Increase by 6
  2. Decrease by 6 (correct answer)
  3. Increase by 2
  4. Decrease by 2

Explanation: Given the equation 3x + 2y = 12, we need to find how y changes when x increases by 4. When x increases by 4, the term 3x increases by 3(4) = 12. To keep the sum equal to 12, the term 2y must decrease by 12, so y must decrease by 12/2 = 6. We can verify: if initially 3x + 2y = 12, then 3(x + 4) + 2(y - 6) = 3x + 12 + 2y - 12 = 3x + 2y = 12 ✓. A common error is forgetting to divide by the coefficient of y. The key is recognizing that changes must balance according to each variable's coefficient.

Question 14

A gym membership costs dd dollars per month plus a one-time sign-up fee of 2525. The total cost after mm months is T=dm+25T=dm+25. If the total cost after 6 months is T=145T=145, what is the monthly cost dd?

  1. 3030
  2. 1515
  3. 2525
  4. 2020 (correct answer)

Explanation: This question asks for the monthly cost d in the model T = dm + 25, given T = 145 after m = 6 months. Substitute the values: 145 = d(6) + 25. Subtract 25 from both sides: 120 = 6d, then divide by 6: d = 20. This solves for d by isolating it in the linear equation. A key error could be forgetting to subtract 25, resulting in 145/6, which is not an integer choice. Another mistake might involve dividing by the wrong number. When working with cost models and two variables, substitute known quantities and solve step-by-step to reveal the rate variable's value.

Question 15

A company's profit is modeled by P=50n200P=50n-200, where nn is the number of items sold and PP is profit in dollars. What is the profit when n=8n=8, and which part of the equation represents a fixed cost?

  1. P=600P=600, fixed cost 5050
  2. P=200P=200, fixed cost 200-200 (correct answer)
  3. P=600P=600, fixed cost 200-200
  4. P=200P=200, fixed cost 5050

Explanation: This question requires calculating profit P when n = 8 in P = 50n - 200 and identifying the fixed cost term. Substitute n = 8: 50 × 8 - 200 = 400 - 200 = 200, so profit is 200 dollars. The constant -200 represents the fixed cost, as it does not depend on n. Choices with P = 600 likely come from adding instead of subtracting 200, a sign error. Other errors might misidentify the coefficient 50 as fixed. When analyzing profit models, distinguish the constant as fixed components and the coefficient as variable per-unit contributions to understand cost-profit dynamics.

Question 16

A store sells notebooks for xx dollars each and pens for yy dollars each. If a customer buys 3 notebooks and 2 pens for a total of 2222 dollars, which equation represents this relationship between xx and yy?

  1. 3x+2y=223x+2y=22 (correct answer)
  2. 2x+3y=222x+3y=22
  3. 3x2y=223x-2y=22
  4. 3x+2y=22\frac{3}{x}+\frac{2}{y}=22

Explanation: This question requires finding the equation that models the relationship where 3 notebooks cost x dollars each and 2 pens cost y dollars each, totaling 22 dollars. The total cost is the sum of the costs for notebooks and pens, so set up the equation as 3x + 2y = 22. This directly represents the given quantities and total, matching choice A. A key error in choice B is swapping the coefficients, perhaps from miscounting the number of items. Choice C uses subtraction instead of addition, which might stem from incorrectly assuming a discount or refund, while choice D incorrectly uses reciprocals, unsuitable for total cost calculations. To handle such problems effectively, always multiply each item's quantity by its variable price and sum them to equal the total, emphasizing the additive relationship between variables.

Question 17

A rideshare company charges a flat booking fee plus a per-mile rate. The total cost in dollars is modeled by C=2.50+1.75mC=2.50+1.75m, where mm is miles traveled. If the trip distance increases by 4 miles, by how much does CC change?

  1. $4.25
  2. $7.00 (correct answer)
  3. $9.50
  4. $2.50

Explanation: This question asks how much the total cost C changes when the miles traveled m increases by 4 miles in the linear model C = 2.50 + 1.75m. The equation is in slope-intercept form where 2.50 is the fixed booking fee and 1.75 is the per-mile rate, so changes in C depend only on changes in m multiplied by the slope. To find the change, multiply the increase in m by the coefficient of m: 1.75 × 4 = 7. A common error is including the flat fee in the calculation, but since it's constant, it doesn't affect the change in C. Another mistake might be misreading the rate or the increase in miles, leading to incorrect multiplication. In equations with two variables, focus on the coefficient of the independent variable to determine the rate of change in the dependent variable.

Question 18

A line on a coordinate plane has equation 2x+y=102x+y=10. If xx increases by 5 along this line, by how much does yy change?

  1. 10-10 (correct answer)
  2. 5-5
  3. 55
  4. 1010

Explanation: This question asks how much y changes when x increases by 5 in 2x + y = 10. Rewrite as y = 10 - 2x; the slope is -2. Change in y: -2 × 5 = -10. A common error is not rewriting the equation to see the slope. Another mistake could be using a positive coefficient. In standard form equations, convert to slope-intercept to easily see the rate of change between variables.

Question 19

A school club is selling tickets. The relationship between the number of adult tickets aa and student tickets ss is given by 3a+2s=1203a+2s=120, where the left side represents total revenue in dollars. Rewrite the equation to solve for ss in terms of aa.

  1. s=6032as=60-\tfrac{3}{2}a
  2. s=1203a2s=\tfrac{120-3a}{2} (correct answer)
  3. s=120+3a2s=\tfrac{120+3a}{2}
  4. s=3a1202s=\tfrac{3a-120}{2}

Explanation: This question requires rewriting the equation 3a+2s=1203a + 2s = 120 to express s in terms of a. Begin by subtracting 3a from both sides to isolate the term with s: 2s=1203a2s = 120 - 3a. Then, divide both sides by 2 to solve for s: s=1203a2s = \tfrac{120 - 3a}{2}. This form highlights the inverse relationship between a and s to maintain constant revenue. A key error might involve adding 3a instead of subtracting, leading to an incorrect positive term like in choice C. Another mistake could be dividing only part of the expression by 2. When manipulating equations with two variables, perform identical operations on both sides to isolate the target variable while preserving the relationship.

Question 20

If the equation y=3x+7y = 3x + 7 represents a line, what is the value of yy when x=4x = 4?

  1. 22
  2. 13
  3. 15
  4. 19 (correct answer)

Explanation: This question requires substituting x = 4 into the linear equation y=3x+7y = 3x + 7 to find the corresponding y-value. Substituting x = 4 gives us y=3(4)+7=12+7=19y = 3(4) + 7 = 12 + 7 = 19. The calculation follows the order of operations: first multiply 3×4=123 \times 4 = 12, then add 7 to get 19. A common error is forgetting to multiply before adding or making arithmetic mistakes during substitution. When evaluating linear equations, substitute the given value carefully and follow order of operations precisely.