SAT
mathmedium~35 min

Medium: Algebra

The multi-step linear questions that fill the middle of both modules: clearing fractions, translating a paragraph into an equation or inequality, solving systems by elimination, telling from the coefficients whether a system has one, no or infinitely many solutions, parallel and perpendicular lines, and interpreting a constant in a real model.

Introduction

Medium Algebra is where the SAT stops asking you to solve an equation and starts asking you to build one. The equation still turns out linear, but it is hidden in a paragraph about a rental car or a draining tank, or it is a system whose answer is not a point but a count of solutions, or it is an inequality whose answer is the largest whole number that works. The arithmetic gets no harder than in Foundations; the reading and the setup do.

Three skills carry this level. The first is translation: turning phrases like "3 less than twice a number" and "at most" into symbols without swapping the order. The second is elimination, the method that solves any linear system in two lines once you choose the right multiplier. The third is recognizing, from the coefficients alone, whether two lines cross once, never, or everywhere, which is the single most-tested idea in this domain above the Foundations level.

The Advanced Algebra lesson takes the same three skills and adds unknown constants: systems that must have no solution for some value of k, equations true for every x, and the constraints those conditions impose.

Game plan

How to attack these questions on test day.
  1. 1

    Clear every denominator in the first line

    Multiply both sides of an equation by the least common denominator of all its fractions before doing anything else. x/3 + x/4 = 7 becomes 4x + 3x = 84 in one move and the fractions never come back. Decimals clear the same way: multiply by 10 or 100. Solving with fractions in place is slower and is where the sign and arithmetic slips happen.

  2. 2

    Translate word by word, then read the equation back

    "Three less than twice a number" is 2n - 3, not 3 - 2n; "the product of a number and 5, increased by 4" is 5n + 4. Build the expression phrase by phrase in the order the sentence gives it, then read your equation back as a sentence and check it says the same thing. "At least" is greater than or equal to, "at most" is less than or equal to, "no more than" is at most, "exceeds" means is greater than.

  3. 3

    Line up the system and choose a multiplier that makes one variable cancel

    Write both equations in the form ax + by = c with the variables aligned. Look for a variable whose coefficients are already opposites, or become opposites when one equation is multiplied by a small number. Add the equations, solve for the survivor, and substitute back. Elimination beats substitution whenever neither variable is isolated, which is most systems at this level.

  4. 4

    Compare slopes before you solve a system

    Two lines cross exactly once unless their slopes are equal. Equal slopes with different intercepts means parallel lines and no solution; equal slopes and equal intercepts means the same line and infinitely many solutions. In standard form, compare the ratios of the coefficients: if a/d = b/e but not c/f the system has no solution, and if all three ratios agree it has infinitely many. Checking this first takes ten seconds and answers a whole category of questions without any solving.

  5. 5

    Answer an inequality question with the boundary, then check which side

    Solve the inequality as if it were an equation to find the boundary value, then decide which side of it satisfies the original by testing one convenient number. When the question asks for the greatest or least whole number that works, the answer is the boundary rounded the right way, and it is worth substituting that whole number and its neighbor to be sure.

Theory

Equations with fractions or decimals are cleared before they are solved. Multiply every term on both sides by the least common denominator, so (x + 1)/2 - (x - 3)/5 = 3 becomes 5(x + 1) - 2(x - 3) = 30, which expands to 5x + 5 - 2x + 6 = 30, so 3x = 19 and x = 19/3. A proportion, one fraction equal to another, is cleared by cross-multiplying, which is the same operation. Decimal coefficients are cleared by multiplying through by a power of ten. The one rule is that every term gets multiplied, including the lone constant on the other side.

Building a linear model from a description is a translation exercise. A fixed amount that happens once is the constant; an amount that repeats per unit of the variable is the coefficient. A rental car that costs 35 dollars plus 20 cents per mile gives C = 35 + 0.20m, and the question then asks either for a value (the cost of 150 miles is 65 dollars), for the variable (how many miles for 55 dollars: 100), or for an interpretation (the 0.20 is the cost of each additional mile, the 35 is the cost before any driving). When two quantities change at constant rates and you are asked when they are equal, set the two expressions equal: a tank with 500 gallons draining at 8 per minute and one with 200 gallons filling at 12 per minute hold the same amount when 500 - 8t = 200 + 12t, so t = 15 minutes.

Elimination solves a system by adding or subtracting the equations so that one variable cancels. For 3x + 2y = 16 and 5x - 2y = 8 the y-coefficients are already opposites, so adding gives 8x = 24 and x = 3, then 9 + 2y = 16 gives y = 7/2. When no pair of coefficients is opposite, multiply one or both equations first: for 2x + 3y = 7 and 5x + 2y = 12, multiply the first by 2 and the second by 3 to get 4x + 6y = 14 and 15x + 6y = 36, and subtract to get 11x = 22, x = 2, y = 1. Questions often ask for a combination like x + y or 2x - y rather than the pair, and sometimes the combination can be found by adding the original equations directly without solving.

The number of solutions of a system is a question about the two lines. Write each in slope-intercept form. Different slopes: the lines cross once and the system has exactly one solution. Same slope, different y-intercepts: parallel lines, no solution. Same slope and same intercept: the same line, infinitely many solutions. In standard form, ax + by = c and dx + ey = f, the slopes are equal exactly when a/d = b/e; the system has no solution when that holds but c/f differs, and infinitely many when all three ratios are equal. So 2x - 3y = 5 and 6x - 9y = 15 are the same line (every coefficient tripled) while 2x - 3y = 5 and 6x - 9y = 12 are parallel. Questions at this level give a numeric system and ask how many solutions it has; the Advanced lesson asks for the value of a constant that produces a given count.

Parallel lines have equal slopes. Perpendicular lines have slopes whose product is -1, so each is the negative reciprocal of the other: a line of slope 2/3 is perpendicular to a line of slope -3/2. To write a line through a given point with a given slope, substitute the point into y = mx + b to find b, or use point-slope form y - y₁ = m(x - x₁). A horizontal line has slope 0 and equation y = k; a vertical line has undefined slope and equation x = k. Converting standard form to slope-intercept form, y = (-a/b)x + c/b, is the fastest way to read a slope from an equation like 3x - 4y = 20.

A linear inequality in one variable is solved like an equation, reversing the sign when multiplying or dividing by a negative, and its solution is a half-line. In context the question usually asks for the greatest or least whole number satisfying a constraint: with a 200 dollar budget, items at 12 dollars each and 20 dollars shipping, 12n + 20 is at most 200 gives n at most 15, so 15 items. Systems of two inequalities in two variables describe a region; a point is a solution if it satisfies both, which is checked by substitution. When asked which point lies in the solution set, test each choice in both inequalities rather than sketching.

Worked figures

Words into symbols

Build the expression in the order the phrase is spoken, then read the result back as a sentence. The two rows marked reversed are the ones students most often write backwards.

Table 1
PhraseExpression or symbolWatch for
twice a number, increased by 42n + 4
3 less than twice a number2n - 3reversed: not 3 - 2n
7 less than a numbern - 7reversed: not 7 - n
the quotient of a number and 5n / 5order matters
a number is at least 12n ≥ 12includes 12
a number is at most 12, or no more than 12n ≤ 12includes 12
a number exceeds 12n > 12excludes 12
a fee of 35 plus 0.20 per mile for m miles35 + 0.20mconstant once, rate times variable

One solution, none, or infinitely many

Three systems, three pictures. The slopes decide everything: different slopes cross once; equal slopes are parallel (no solution) unless the intercepts also match (the same line, infinitely many solutions).

Table 2
SystemSlopesInterceptsSolutionsPicture
y = 2x + 1 and y = -x + 72 and -1: differentexactly one, (2, 5)two lines crossing
y = (3/4)x - 2 and 3x - 4y = 203/4 and 3/4: equal-2 and -5: differentnoneparallel lines
2x - 3y = 5 and 6x - 9y = 152/3 and 2/3: equal-5/3 and -5/3: equalinfinitely manyone line drawn twice
ax + by = c and dx + ey = fequal when a/d = b/eequal when also c/f matchesnone if a/d = b/e but c/f differs

Parallel lines: a system with no solution

y = (3/4)x - 2 and 3x - 4y = 20, which is y = (3/4)x - 5. Same slope, intercepts two units apart at x = 0 and every x, so the lines never meet. Trying to solve gives -2 = -5, a false statement, which is algebra's way of saying no solution.

Figure 1
-8-6-4-20246-4-20246810(0, -2)(0, -5)xy
  • y = (3/4)x - 2
  • y = (3/4)x - 5

Two tanks: when are they equal?

Tank A starts at 500 gallons and drains 8 per minute: A = 500 - 8t. Tank B starts at 200 and fills 12 per minute: B = 200 + 12t. They hold the same amount where the lines cross: 500 - 8t = 200 + 12t gives t = 15, and both hold 380 gallons then.

Figure 2
0100200300400500600051015202530(15, 380)t (minutes)gallons
  • A = 500 - 8t
  • B = 200 + 12t

Elimination, step by step

For 2x + 3y = 7 and 5x + 2y = 12 no coefficients are opposites, so both equations are scaled to make the y-coefficients match, then subtracted.

Table 3
StepEquation 1Equation 2Result
Start2x + 3y = 75x + 2y = 12
Scale to match yx2: 4x + 6y = 14x3: 15x + 6y = 36y-coefficients both 6
Subtract (2) - (1)11x = 22, so x = 2
Back-substitute2(2) + 3y = 73y = 3, so y = 1
Check in (2)5(2) + 2(1) = 12correct

Worked examples

Try each one before opening the solution.

Example 1: Clear the fractions first

If (2x - 1)/3 = (x + 4)/2, what is the value of x?

Show solution
  1. Cross-multiply, which is multiplying both sides by 6: 2(2x - 1) = 3(x + 4).

    Every fraction is gone after this one line.

  2. Distribute both sides: 4x - 2 = 3x + 12.
  3. Collect x on the left: x - 2 = 12.
  4. Add 2: x = 14.
  5. Check: (28 - 1)/3 = 9 and (14 + 4)/2 = 9. Correct.

Answer: x = 14

Example 2: Solve a system by elimination and report the combination asked for

If 3x + 2y = 16 and 5x - 2y = 8, what is the value of x - y?

Show solution
  1. The y-coefficients, 2 and -2, are already opposites, so add the equations: 8x = 24.
  2. Solve: x = 3.
  3. Substitute into the first equation: 9 + 2y = 16, so 2y = 7 and y = 3.5.

    Non-integer values are common; do not assume a mistake because y is a fraction.

  4. Check in the second: 15 - 7 = 8. Correct.
  5. Answer what was asked: x - y = 3 - 3.5 = -0.5.

Answer: x - y = -1/2

Example 3: Find the constant that makes a system have no solution

In the system kx + 6y = 12 and 2x + 3y = 5, k is a constant. For what value of k does the system have no solution?

Show solution
  1. No solution means the lines are parallel: equal slopes, different intercepts.
  2. Write the slopes. From kx + 6y = 12: y = (-k/6)x + 2, slope -k/6. From 2x + 3y = 5: y = (-2/3)x + 5/3, slope -2/3.
  3. Set the slopes equal: -k/6 = -2/3, so k/6 = 2/3 and k = 4.

    Equivalently, the second equation doubled is 4x + 6y = 10, so the x-coefficient must be 4 for the left sides to match.

  4. Confirm the intercepts differ: 2 versus 5/3. They do, so the lines are parallel, not identical.

Answer: k = 4

Example 4: Turn a budget into an inequality

A club has 200 dollars to spend on T-shirts that cost 12 dollars each plus a flat 20 dollar shipping charge. What is the greatest number of shirts the club can order?

Show solution
  1. Let n be the number of shirts. The total cost is 12n + 20, and it must be at most 200: 12n + 20 ≤ 200.

    "Has 200 dollars to spend" means the cost cannot exceed 200, so the sign is less than or equal to.

  2. Subtract 20: 12n ≤ 180.
  3. Divide by 12: n ≤ 15.
  4. The greatest whole number of shirts is 15. Check: 12(15) + 20 = 200, exactly the budget; 16 shirts would cost 212.

Answer: 15 shirts

Practice

Check your understanding 1

If x/3 + x/4 = 7, what is the value of x?

Check your understanding 2

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

Check your understanding 3

For what value of c does the system 6x - 9y = 15 and 2x - 3y = c have infinitely many solutions?

Check your understanding 4

How many solutions does the system y = (3/4)x - 2 and 3x - 4y = 20 have?

Check your understanding 5

Tank A holds 500 gallons and drains at 8 gallons per minute. Tank B holds 200 gallons and fills at 12 gallons per minute. After how many minutes will the two tanks hold the same amount of water?

Check your understanding 6

The cost C, in dollars, of renting a car for one day and driving m miles is given by C = 35 + 0.20m. What does the number 0.20 represent in this model?

Check your understanding 7

A student needs a total of at least 450 points on five tests to earn an A. Her scores on the first four tests total 352. Which inequality gives the possible scores s on the fifth test that earn the A?

Common mistakes

Multiplying only the fraction terms by the common denominator and forgetting the constant on the other side.

Writing "3 less than twice a number" as 3 - 2n. Subtraction and division reverse the spoken order; addition and multiplication do not.

Eliminating a variable by adding when the coefficients are equal rather than opposite. Equal coefficients call for subtraction.

Declaring a system to have no solution because the slopes match without checking the intercepts: matching intercepts mean infinitely many, not none.

Reading "exactly two solutions" as a possibility for two lines. It never is.

Treating "at least" as a strict inequality, or "no more than" as greater than.

Reporting the boundary of an inequality as the answer without asking which side, or without rounding to a whole number the right way when the question is about items or people.

Practise this: drills for this topic in the question bank.