Showing 90 of 90 questions

Page 1
  1. Easy

    If 2x + 4 = 14, what is x?

    1. 3
    2. 4
    3. 5
    4. 6

    Explanation

    Subtract 4 from both sides: 2x = 10. Divide by 2: x = 5.

  2. Easy

    If x/3 − 2 = 4, what is x?

    1. 6
    2. 12
    3. 18
    4. 24

    Explanation

    Add 2 to both sides: x/3 = 6. Multiply by 3: x = 18.

  3. Medium

    If 5(x − 2) = 3x + 8, what is x?

    1. 7
    2. 8
    3. 9
    4. 10

    Explanation

    Distribute: 5x − 10 = 3x + 8. Subtract 3x: 2x − 10 = 8. Add 10: 2x = 18. Divide by 2: x = 9.

  4. Medium

    If (3x − 1)/2 = (x + 5)/2, what is x?

    1. 2
    2. 3
    3. 4
    4. 5

    Explanation

    Both sides have the same denominator, so 3x − 1 = x + 5. Subtract x: 2x − 1 = 5. Add 1: 2x = 6. Divide: x = 3.

  5. Hard

    If 3(x + 2) − 5(x − 1) = 2x + 7, what is x?

    1. 0
    2. 1
    3. 2
    4. 3

    Explanation

    Distribute: 3x + 6 − 5x + 5 = 2x + 7 → −2x + 11 = 2x + 7 → 4 = 4x → x = 1.

  6. Easy

    What value of x satisfies 4x = 20?

    1. 4
    2. 5
    3. 6
    4. 8

    Explanation

    Divide both sides by 4: x = 5.

  7. Medium

    If 7 − 3x = −11, what is x?

    1. 3
    2. 4
    3. 5
    4. 6

    Explanation

    Subtract 7 from both sides: −3x = −18. Divide by −3: x = 6.

  8. Hard

    For the equation kx + 6 = 3x − 2, where k is a constant, the equation has no solution. What is k?

    1. 1
    2. 2
    3. 3
    4. 6

    Explanation

    For no solution, the coefficients of x must be equal but the constants different. Setting k = 3 gives 3x + 6 = 3x − 2, which simplifies to 6 = −2 — a contradiction. So k = 3.

  9. Easy

    A line has slope 3 and passes through (0, −2). Which equation represents this line?

    1. y = 3x + 2
    2. y = −3x + 2
    3. y = 3x − 2
    4. y = −2x + 3

    Explanation

    Slope-intercept form: y = mx + b with m = 3 and b = −2 gives y = 3x − 2.

  10. Easy

    What is the slope of the line 2x − 4y = 8?

    1. 2
    2. −2
    3. 1/2
    4. −1/2

    Explanation

    Solve for y: −4y = −2x + 8 → y = (1/2)x − 2. The slope is 1/2.

  11. Medium

    A line passes through (2, 5) and (6, 13). What is the y-intercept?

    1. −1
    2. 0
    3. 1
    4. 2

    Explanation

    Slope = (13 − 5)/(6 − 2) = 2. Using y = 2x + b and point (2, 5): 5 = 4 + b → b = 1.

  12. Medium

    Which equation represents a line perpendicular to y = 3x + 5?

    1. y = 3x − 2
    2. y = −3x + 1
    3. y = (1/3)x + 2
    4. y = −(1/3)x + 4

    Explanation

    Perpendicular lines have slopes that are negative reciprocals. The slope of y = 3x + 5 is 3, so the perpendicular slope is −1/3. Only y = −(1/3)x + 4 has this slope.

  13. Hard

    Line L passes through (1, 4) and is parallel to 3x + 2y = 6. What is the equation of L?

    1. y = −(3/2)x + 11/2
    2. y = (3/2)x + 5/2
    3. y = −(2/3)x + 14/3
    4. y = −(3/2)x + 4

    Explanation

    3x + 2y = 6 → y = −(3/2)x + 3, so slope = −3/2. L: y − 4 = −(3/2)(x − 1) → y = −(3/2)x + 3/2 + 4 = −(3/2)x + 11/2.

  14. Medium

    A cab company charges a flat fee of $3.00 plus $1.50 per mile. If the total fare is $15.00, how many miles was the trip?

    1. 6
    2. 7
    3. 8
    4. 9

    Explanation

    3 + 1.5m = 15 → 1.5m = 12 → m = 8 miles.

  15. Easy

    What is the x-intercept of the line y = 2x − 6?

    1. 2
    2. 3
    3. 6
    4. −6

    Explanation

    Set y = 0: 0 = 2x − 6 → 2x = 6 → x = 3.

  16. Hard

    In the equation y = ax + b, increasing x by 4 increases y by 10. What is a?

    1. 2
    2. 5/2
    3. 2/5
    4. 5

    Explanation

    The slope a = Δy/Δx = 10/4 = 5/2.

  17. Easy

    If x + y = 8 and x − y = 2, what is x?

    1. 3
    2. 4
    3. 5
    4. 6

    Explanation

    Add the equations: 2x = 10 → x = 5.

  18. Medium

    Given 2x + y = 7 and x − y = 2, what is x + y?

    1. 3
    2. 4
    3. 5
    4. 6

    Explanation

    Add equations: 3x = 9 → x = 3. From x − y = 2: y = 1. So x + y = 4.

  19. Medium

    Given 3x + 2y = 16 and x − y = 2, what is y?

    1. 1
    2. 2
    3. 3
    4. 4

    Explanation

    From x − y = 2: x = y + 2. Substitute: 3(y + 2) + 2y = 16 → 5y + 6 = 16 → 5y = 10 → y = 2.

  20. Hard

    How many solutions does the system 5x + 3y = 11 and 10x + 6y = 22 have?

    1. 0
    2. 1
    3. 2
    4. Infinitely many

    Explanation

    The second equation is exactly 2 times the first, so they represent the same line. Every point on the line is a solution — infinitely many.

  21. Hard

    The system ax + 2y = 6 and 3x + y = 4 has no solution. What is a?

    1. 2
    2. 4
    3. 6
    4. 8

    Explanation

    For no solution, coefficient ratios must match but constants must not: a/3 = 2/1 → a = 6. Check: 6/3 = 2 = 2/1, but 6 ≠ 2 × 4 = 8. Confirmed no solution.

  22. Medium

    A store sells apples for $0.50 each and bananas for $0.30 each. Maria buys 20 pieces of fruit for $8.00. How many apples did she buy?

    1. 8
    2. 9
    3. 10
    4. 12

    Explanation

    Let a = apples, b = bananas. a + b = 20 and 0.5a + 0.3b = 8. Substituting b = 20 − a: 0.5a + 0.3(20 − a) = 8 → 0.2a = 2 → a = 10.

  23. Easy

    If y = 2x + 1 and y = 5, what is x?

    1. 1
    2. 2
    3. 3
    4. 4

    Explanation

    Substitute y = 5: 2x + 1 = 5 → 2x = 4 → x = 2.

  24. Hard

    Two numbers have a sum of 24 and a difference of 8. What is their product?

    1. 112
    2. 120
    3. 128
    4. 136

    Explanation

    x + y = 24 and x − y = 8. Adding: 2x = 32 → x = 16, y = 8. Product = 16 × 8 = 128.

  25. Easy

    Which values of x satisfy 3x − 6 > 9?

    1. x > 2
    2. x > 3
    3. x > 5
    4. x > 7

    Explanation

    Add 6: 3x > 15. Divide by 3: x > 5.

  26. Medium

    Which values of x satisfy −2x + 4 ≤ 10?

    1. x ≤ −3
    2. x ≥ −3
    3. x ≤ 3
    4. x ≥ 3

    Explanation

    Subtract 4: −2x ≤ 6. Divide by −2 (flip the inequality): x ≥ −3.

  27. Medium

    A student needs an average of at least 80 to pass a two-test course. She scored 65 on the first test. What is the minimum score she needs on the second test?

    1. 85
    2. 90
    3. 95
    4. 100

    Explanation

    (65 + x)/2 ≥ 80 → 65 + x ≥ 160 → x ≥ 95.

  28. Hard

    What is the solution set for |2x − 4| < 6?

    1. −1 < x < 5
    2. −5 < x < 1
    3. x < −1 or x > 5
    4. x < 1 or x > −5

    Explanation

    −6 < 2x − 4 < 6 → −2 < 2x < 10 → −1 < x < 5.

  29. Medium

    Which of the following is NOT a solution to 4 − x > 2?

    1. −1
    2. 0
    3. 1
    4. 2

    Explanation

    4 − x > 2 → −x > −2 → x < 2. So x = 2 is NOT a solution (it makes the inequality false).

  30. Easy

    Which inequality represents "all real numbers less than or equal to 3"?

    1. x < 3
    2. x > 3
    3. x ≥ 3
    4. x ≤ 3

    Explanation

    "Less than or equal to 3" is written x ≤ 3.

  31. Hard

    The inequality 3(x + 2) ≤ 2(x + 5) is equivalent to which of the following?

    1. x ≤ 2
    2. x ≤ 4
    3. x ≥ 4
    4. x ≤ 8

    Explanation

    3x + 6 ≤ 2x + 10 → x ≤ 4.

  32. Medium

    A company's profit P (in dollars) satisfies P = 50n − 200, where n is items sold. What is the minimum number of items the company must sell to make a profit?

    1. 3
    2. 4
    3. 5
    4. 6

    Explanation

    50n − 200 > 0 → n > 4. The smallest integer greater than 4 is 5.

  33. Easy

    The function C(x) = 3x + 7 gives the cost (in dollars) of renting a bicycle for x hours. What does the 7 represent?

    1. The hourly rate
    2. The total cost
    3. The initial flat fee
    4. The number of hours

    Explanation

    In y = mx + b, b is the y-intercept — the value when x = 0. Here, 7 is the cost before any hours are added, so it is the initial flat fee.

  34. Medium

    A table shows (1, 5), (2, 8), (3, 11), (4, 14). What is the rate of change?

    1. 2
    2. 3
    3. 4
    4. 5

    Explanation

    Rate of change = (8 − 5)/(2 − 1) = 3. This holds for every consecutive pair in the table.

  35. Medium

    A linear model predicts a town's population grows by 450 people per year. The population was 12,000 in 2020. What does the model predict for 2025?

    1. 13,500
    2. 14,000
    3. 14,250
    4. 15,000

    Explanation

    2025 is 5 years after 2020. 12,000 + 5 × 450 = 12,000 + 2,250 = 14,250.

  36. Hard

    Line ℓ: y = 2x passes through the origin. Line m is perpendicular to ℓ and passes through (4, 0). What are the coordinates of their intersection?

    1. (4/5, 8/5)
    2. (1, 2)
    3. (2, 4)
    4. (8/5, 4/5)

    Explanation

    Slope of m = −1/2. m: y = −(1/2)(x − 4). Set equal to ℓ: 2x = −x/2 + 2 → 5x/2 = 2 → x = 4/5, y = 8/5.

  37. Easy

    If f(x) = −2x + 10, for what value of x does f(x) = 0?

    1. 2
    2. 3
    3. 5
    4. 10

    Explanation

    −2x + 10 = 0 → −2x = −10 → x = 5.

  38. Medium

    A phone plan charges $30 per month plus $0.10 per text message. Which equation gives the monthly cost C for t text messages?

    1. C = 0.10t
    2. C = 30t
    3. C = 30 + 0.10t
    4. C = 30t + 0.10

    Explanation

    Fixed cost ($30) plus variable cost ($0.10 per text) gives C = 30 + 0.10t.

  39. Hard

    f and g are linear functions with the same slope. f(2) = 5, f(6) = 13, and g(0) = 7. What is g(3)?

    1. 11
    2. 12
    3. 13
    4. 14

    Explanation

    Slope of f = (13 − 5)/(6 − 2) = 2. g(x) = 2x + 7 (since g(0) = 7). g(3) = 6 + 7 = 13.

  40. Medium

    In the model y = −3x + 24, y represents remaining pages and x represents hours of reading. What is the total number of pages in the book?

    1. 3
    2. 8
    3. 21
    4. 24

    Explanation

    When x = 0 (no reading yet), y = 24. That is the total page count.

  41. Easy

    If 6x − 3 = 21, what is x?

    1. 2
    2. 3
    3. 4
    4. 5

    Explanation

    Add 3 to both sides: 6x = 24. Divide by 6: x = 4.

  42. Easy

    What is the value of x if 2(x + 5) = 18?

    1. 3
    2. 4
    3. 5
    4. 6

    Explanation

    Distribute: 2x + 10 = 18 → 2x = 8 → x = 4.

  43. Easy

    Which equation represents a line with slope −2 and y-intercept 5?

    1. y = 2x + 5
    2. y = −2x − 5
    3. y = −2x + 5
    4. y = 5x − 2

    Explanation

    Slope-intercept form y = mx + b: m = −2 and b = 5 gives y = −2x + 5.

  44. Easy

    If y = 4 when x = 0, and y increases by 3 for every increase of 1 in x, which equation models this?

    1. y = 4x + 3
    2. y = 3x − 4
    3. y = 3x + 4
    4. y = −3x + 4

    Explanation

    y-intercept = 4, slope = 3. Slope-intercept form: y = 3x + 4.

  45. Medium

    If 4(2x − 1) = 3(x + 7), what is x?

    1. 3
    2. 4
    3. 5
    4. 6

    Explanation

    Distribute: 8x − 4 = 3x + 21 → 5x = 25 → x = 5.

  46. Medium

    Which values of x satisfy 5x + 3 > 28?

    1. x > 4
    2. x > 5
    3. x > 6
    4. x > 7

    Explanation

    5x > 25 → x > 5.

  47. Medium

    A line passes through (0, 6) and (3, 0). What is the slope of the line?

    1. −3
    2. −2
    3. 2
    4. 3

    Explanation

    Slope = (0 − 6)/(3 − 0) = −6/3 = −2.

  48. Medium

    Given x + 2y = 10 and x = 4, what is y?

    1. 2
    2. 3
    3. 4
    4. 5

    Explanation

    Substitute x = 4: 4 + 2y = 10 → 2y = 6 → y = 3.

  49. Medium

    Solve the system: 3x + y = 11 and x + y = 5. What is x?

    1. 2
    2. 3
    3. 4
    4. 5

    Explanation

    Subtract the second equation from the first: 2x = 6 → x = 3.

  50. Medium

    A store charges $12 per hour to rent a kayak plus a $5 launch fee. How many hours can you rent if you have $53?

    1. 3
    2. 4
    3. 5
    4. 6

    Explanation

    12h + 5 = 53 → 12h = 48 → h = 4.

  51. Medium

    The function f(x) = −4x + 20 represents the number of pages left in a book after x hours of reading. For what value of x does f(x) = 0?

    1. 4
    2. 5
    3. 6
    4. 8

    Explanation

    −4x + 20 = 0 → 4x = 20 → x = 5.

  52. Medium

    If 2x + 3y = 18 and x = 3, what is y?

    1. 3
    2. 4
    3. 5
    4. 6

    Explanation

    2(3) + 3y = 18 → 6 + 3y = 18 → 3y = 12 → y = 4.

  53. Hard

    For what value of k does the system kx + 2y = 8 and 3x + y = 6 have no solution?

    1. 3
    2. 6
    3. 1.5
    4. 2

    Explanation

    For no solution the lines must be parallel (equal slope ratios, unequal constant ratio). Multiply the second equation by 2: 6x + 2y = 12. For the x-coefficients to match, k = 6. Since 8 ≠ 12, the lines are parallel and the system has no solution.

  54. Hard

    What is the solution set for |3x + 6| ≥ 9?

    1. x ≤ −5 or x ≥ 1
    2. x ≤ −5 or x ≥ −1
    3. x ≤ 1 or x ≥ 5
    4. −5 ≤ x ≤ 1

    Explanation

    3x + 6 ≥ 9 → x ≥ 1, or 3x + 6 ≤ −9 → 3x ≤ −15 → x ≤ −5. Solution: x ≤ −5 or x ≥ 1.

  55. Hard

    A car rental company charges $25 per day plus $0.15 per mile. A competitor charges $40 per day with no mileage fee. For how many miles do both companies charge the same total for one day?

    1. 80
    2. 90
    3. 100
    4. 110

    Explanation

    25 + 0.15m = 40 → 0.15m = 15 → m = 100 miles.

  56. Hard

    The equation 3x − 7 = ax + b has infinitely many solutions. What must be true?

    1. a = 3 and b = 7
    2. a = 3 and b = −7
    3. a = −3 and b = 7
    4. a = −3 and b = −7

    Explanation

    For infinitely many solutions the equation must be an identity: all coefficients and constants must match. So a = 3 (coefficient of x) and b = −7 (constant on the right equals −7 on the left).

  57. Hard

    Line p has equation y = (2/3)x − 1. Line q is perpendicular to p and passes through (4, 3). What is the y-intercept of line q?

    1. 5
    2. 6
    3. 7
    4. 9

    Explanation

    Slope of p = 2/3, so slope of q = −3/2. Using point-slope: y − 3 = −(3/2)(x − 4) → y = −(3/2)x + 6 + 3 = −(3/2)x + 9. The y-intercept is 9.

  58. Easy

    A number n satisfies 3n = 45. What is n?

    1. 12
    2. 13
    3. 14
    4. 15

    Explanation

    n = 45/3 = 15.

  59. Easy

    A table shows (x, y) pairs: (0, 2), (1, 5), (2, 8), (3, 11). Which linear equation fits this data?

    1. y = 2x + 3
    2. y = 3x + 2
    3. y = x + 2
    4. y = 2x + 5

    Explanation

    Rate of change = (5−2)/(1−0) = 3; y-intercept = 2. Equation: y = 3x + 2.

  60. Medium

    If −(3x − 4) = 10, what is x?

    1. −3
    2. −2
    3. −1
    4. 2

    Explanation

    −3x + 4 = 10 → −3x = 6 → x = −2.

  61. Medium

    The system x − 3y = 1 and 2x + y = 9 is solved simultaneously. What is y?

    1. 0
    2. 1
    3. 2
    4. 3

    Explanation

    From the first equation: x = 1 + 3y. Substitute into the second: 2(1 + 3y) + y = 9 → 2 + 7y = 9 → 7y = 7 → y = 1.

  62. Hard

    What is the x-coordinate of the intersection of y = −2x + 7 and y = 3x − 8?

    1. 1
    2. 2
    3. 3
    4. 4

    Explanation

    −2x + 7 = 3x − 8 → 15 = 5x → x = 3.

  63. Hard

    In the linear equation 5x + 2y = k, the point (3, −1) lies on the line. What is k?

    1. 11
    2. 12
    3. 13
    4. 14

    Explanation

    5(3) + 2(−1) = 15 − 2 = 13.

  64. Hard

    A student has at most $200 to spend on books. Each textbook costs $45 and each notebook costs $5. If she buys 3 textbooks, what is the maximum number of notebooks she can buy?

    1. 13
    2. 14
    3. 15
    4. 16

    Explanation

    45(3) + 5n ≤ 200 → 135 + 5n ≤ 200 → 5n ≤ 65 → n ≤ 13. Maximum is 13 notebooks.

  65. Medium

    Which of the following is equivalent to 3(2x − 4) − 2(x + 1)?

    1. 4x − 10
    2. 4x − 14
    3. 8x − 14
    4. 4x + 14

    Explanation

    6x − 12 − 2x − 2 = 4x − 14.

  66. Easy

    If 2x + y = 10 and x − y = 2, what is the value of x?

    1. 2
    2. 3
    3. 4
    4. 5

    Explanation

    Add the two equations: 3x = 12, so x = 4.

  67. Medium

    If −3x + 6 > 12, which of the following describes all values of x?

    1. x > −2
    2. x < −2
    3. x > 2
    4. x < 2

    Explanation

    Subtract 6: −3x > 6. Divide by −3 (flip the inequality): x < −2.

  68. Medium

    A line passes through the points (0, 3) and (4, 11). What is the slope of the line?

    1. 1
    2. 2
    3. 3
    4. 4

    Explanation

    Slope = (11 − 3) / (4 − 0) = 8 / 4 = 2.

  69. Hard

    What are the solutions to x² − 5x + 6 = 0?

    1. x = 1 or x = 6
    2. x = 2 or x = 3
    3. x = −2 or x = −3
    4. x = 3 or x = 4

    Explanation

    Factor: (x − 2)(x − 3) = 0. So x = 2 or x = 3.

  70. Hard

    A taxi charges a flat fee of $3 plus $2 per mile. If the total fare is $19, how many miles was the trip?

    1. 6
    2. 7
    3. 8
    4. 9

    Explanation

    Set up: 3 + 2m = 19. Subtract 3: 2m = 16. Divide by 2: m = 8.

  71. Easy

    If 3x − 7 = 11, what is the value of x?

    1. 4
    2. 5
    3. 6
    4. 7

    Explanation

    Add 7 to both sides: 3x = 18. Divide by 3: x = 6.

  72. Easy

    Which expression is equivalent to 4(x + 3) − 2x?

    1. 2x + 3
    2. 2x + 12
    3. 6x + 12
    4. 2x − 12

    Explanation

    Distribute: 4x + 12 − 2x = 2x + 12.

  73. Easy

    A store sells pens for $2 each and notebooks for $4 each. Maria spends $22 buying a total of 8 items. How many pens did she buy?

    1. 2
    2. 3
    3. 4
    4. 5

    Explanation

    Let p = pens and n = notebooks. p + n = 8 and 2p + 4n = 22. From the first: n = 8 − p. Substitute: 2p + 4(8 − p) = 22 → 2p + 32 − 4p = 22 → −2p = −10 → p = 5.

  74. Medium

    What is the slope of the line represented by the equation 3x − 2y = 12?

    1. −3/2
    2. −2/3
    3. 2/3
    4. 3/2

    Explanation

    Rewrite in slope-intercept form: −2y = −3x + 12 → y = (3/2)x − 6. The slope is 3/2.

  75. Medium

    If 4x + 2y = 20 and x = 3, what is the value of y?

    1. 2
    2. 3
    3. 4
    4. 5

    Explanation

    Substitute x = 3: 4(3) + 2y = 20 → 12 + 2y = 20 → 2y = 8 → y = 4.

  76. Medium

    Which of the following is a solution to the inequality 2x − 5 ≥ 3?

    1. x = 1
    2. x = 2
    3. x = 3
    4. x = 4

    Explanation

    Solve: 2x ≥ 8 → x ≥ 4. Among the choices, only x = 4 satisfies x ≥ 4.

  77. Medium

    The sum of three consecutive integers is 48. What is the smallest integer?

    1. 14
    2. 15
    3. 16
    4. 17

    Explanation

    Let the integers be n, n+1, n+2. Then 3n + 3 = 48 → 3n = 45 → n = 15. The smallest is 15.

  78. Medium

    If f(x) = 3x − 4, what is the value of f(7)?

    1. 15
    2. 17
    3. 19
    4. 21

    Explanation

    f(7) = 3(7) − 4 = 21 − 4 = 17.

  79. Medium

    Two lines are perpendicular. One line has a slope of 2. What is the slope of the other line?

    1. 2
    2. −2
    3. 1/2
    4. −1/2

    Explanation

    Perpendicular lines have slopes that are negative reciprocals. The negative reciprocal of 2 is −1/2.

  80. Medium

    What is the y-intercept of the line passing through (2, 5) with slope 3?

    1. −2
    2. −1
    3. 0
    4. 1

    Explanation

    Use y = mx + b: 5 = 3(2) + b → 5 = 6 + b → b = −1.

  81. Hard

    Solve the system: 2x + 3y = 12 and 4x − y = 10. What is the value of x + y?

    1. 4
    2. 5
    3. 6
    4. 7

    Explanation

    From the second equation: y = 4x − 10. Substitute: 2x + 3(4x − 10) = 12 → 2x + 12x − 30 = 12 → 14x = 42 → x = 3. Then y = 4(3) − 10 = 2. So x + y = 3 + 2 = 5.

  82. Hard

    The product of two consecutive even integers is 48. What is the sum of the two integers?

    1. 10
    2. 12
    3. 14
    4. 16

    Explanation

    Let the integers be n and n + 2. Then n(n + 2) = 48 → n² + 2n − 48 = 0 → (n + 8)(n − 6) = 0 → n = 6 (taking the positive). The integers are 6 and 8, and their sum is 14.

  83. Hard

    If (x − 3)² = 25, what are the possible values of x?

    1. x = 8 only
    2. x = −2 only
    3. x = 8 or x = −2
    4. x = 5 or x = −5

    Explanation

    Take the square root of both sides: x − 3 = ±5. So x = 3 + 5 = 8 or x = 3 − 5 = −2.

  84. Hard

    A car rental costs $25 per day plus $0.20 per mile. Alex paid $65 for a one-day rental. How many miles did Alex drive?

    1. 150
    2. 175
    3. 200
    4. 225

    Explanation

    Set up: 25 + 0.20m = 65 → 0.20m = 40 → m = 200.

  85. Hard

    For what value of k does the system kx + 2y = 6 and 3x + y = 4 have no solution?

    1. 3
    2. 6
    3. −3
    4. −6

    Explanation

    For no solution the lines must be parallel: same slope, different intercepts. Rewrite: y = −(k/2)x + 3 and y = −3x + 4. Set slopes equal: k/2 = 3 → k = 6. The y-intercepts (3 and 4) differ, confirming no solution.

  86. Hard

    If x² − 4 = 0, which of the following gives all real solutions?

    1. x = 4
    2. x = 2
    3. x = 2 or x = −2
    4. x = −2

    Explanation

    x² = 4 → x = ±2. Both x = 2 and x = −2 are solutions.

  87. Hard

    If the graph of y = ax + b passes through (1, 5) and (3, 11), what is the value of a + b?

    1. 4
    2. 5
    3. 6
    4. 8

    Explanation

    Slope a = (11 − 5)/(3 − 1) = 6/2 = 3. Using (1, 5): 5 = 3(1) + b → b = 2. So a + b = 3 + 2 = 5.

  88. Hard

    The expression (2x + 3)(x − 4) is equivalent to which of the following?

    1. 2x² − 5x − 12
    2. 2x² + 5x − 12
    3. 2x² − 5x + 12
    4. 2x² + 5x + 12

    Explanation

    FOIL: 2x·x + 2x·(−4) + 3·x + 3·(−4) = 2x² − 8x + 3x − 12 = 2x² − 5x − 12.

  89. Hard

    If |2x − 6| = 10, what are the possible values of x?

    1. x = 8 only
    2. x = −2 only
    3. x = 8 or x = −2
    4. x = 6 or x = −6

    Explanation

    Case 1: 2x − 6 = 10 → 2x = 16 → x = 8. Case 2: 2x − 6 = −10 → 2x = −4 → x = −2.

  90. Hard

    A train travels at a constant speed. It covers 240 miles in 4 hours. At the same speed, how long will it take to travel 390 miles?

    1. 5.5 hours
    2. 6 hours
    3. 6.5 hours
    4. 7 hours

    Explanation

    Speed = 240/4 = 60 mph. Time = 390/60 = 6.5 hours.

Page 1

How to practice SAT Math Algebra questions

These Algebra questions mirror the linear-relationship problems that make up the largest slice of the Digital SAT Math section — roughly 35% of every test. Work through them by difficulty, easy first, so you build the pattern recognition that lets you spot whether a problem wants a slope, an intercept, a solution, or an interpretation before you even pick up your pencil. Every question below expands to a full worked explanation, so treat a wrong answer as a chance to see exactly where your reasoning broke.

Study tips for Algebra

  • Read all four answer choices before solving. SAT algebra traps love to list the value of x when the question actually asks for 2x or x + 3.
  • Use the built-in Desmos graphing calculator to check systems of equations — graph both lines and read the intersection instead of grinding through substitution.
  • Translate word problems one clause at a time: name your variable, write the relationship, then solve. Most "hard" algebra questions are easy equations hidden inside a paragraph.
  • When you miss one, redo it from scratch a day later rather than just re-reading the explanation. Active recall sticks far better than recognition.

Common mistakes to avoid

  • Solving for x and stopping when the question asked for an expression like 3x − 1.
  • Mishandling a distributed negative: −(x − 4) becomes −x + 4, not −x − 4.
  • Treating "no solution" and "infinitely many solutions" as the same case — matching slopes give infinite solutions only when the intercepts match too.

Algebra practice: frequently asked questions

How many Algebra questions are on the Digital SAT?

Algebra is the largest domain — roughly 13 to 15 of the ~44 scored Math questions, about 35% of your score. That is why it is worth mastering before anything else.

Do I need to memorize a lot of formulas for Algebra?

Very few. Slope-intercept form and the slope formula cover most of it. The rest is careful setup and clean arithmetic rather than memorization.

Should I practice by topic or take full tests?

Start topic-by-topic here to fix specific weak spots, then confirm the fix under time pressure with a full-length practice test.