SAT
mathhard~40 min

Advanced: Algebra

The linear questions that carry unknown constants: the value of k that makes an equation true for every x or for no x, the value that makes a system have no solution or infinitely many, a linear function recovered from two of its values, perpendicular lines through a given point, and word problems with two constraints where the answer is a boundary.

Introduction

Advanced Algebra is still linear, and that is the trick. The equations look like the ones from Foundations, but one of the numbers has been replaced by a letter, and the question is no longer "what is x" but "for what value of the constant does this equation have no solution", or "has infinitely many", or "has a solution of x = 5". Nothing new is being solved; the same facts about lines are being asked from the other side.

The facts are few. A linear equation is true for every x exactly when both sides are the same expression, and true for no x exactly when the x-terms match but the constants do not. A system has no solution when the lines are parallel and infinitely many when they are the same line. A linear function is fixed by any two of its values. Every hard Algebra question is one of these facts with a constant to solve for.

This lesson also covers the two-constraint word problems, where a budget and a minimum quantity, or a capacity and a requirement, produce a system of inequalities and the answer is the largest or smallest whole number the constraints allow.

Game plan

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

    For "infinitely many" or "no solution", match the x-terms first, then look at the constants

    Expand both sides of the equation into the form ax + b = cx + d. If the equation must hold for every x, both sides must be identical: a = c and b = d. If it must hold for no x, the x-terms must cancel but the constants must differ: a = c and b is not d. In both cases the first move is the same, equate the coefficients of x, and only the second move differs.

  2. 2

    For a system with a constant, compare ratios, and check the intercepts

    Line up both equations as ax + by = c and dx + ey = f. The lines are parallel or identical exactly when a/d = b/e. Solve that for the constant. Then decide between no solution and infinitely many by checking whether c/f matches the same ratio: if it does, the lines coincide; if it does not, they are parallel. A question that asks for the constant giving no solution has already told you the intercepts will differ, but confirm it.

  3. 3

    If an equation has a known solution, substitute it and solve for the constant

    "If x = 5 is a solution of kx - 3 = 2(x + 4), what is k" is not asking you to solve for x. Put 5 in for x everywhere, and the equation becomes a one-step equation in k. The same move works when a point is given on a line with an unknown coefficient: substitute the point, solve for the coefficient.

  4. 4

    Two values of a linear function fix it completely

    A linear function is a line, and two points determine a line. Given f(1) = 7 and f(4) = 16, the slope is (16 - 7)/(4 - 1) = 3, the intercept follows from either point, and every other value of f is then available. Tables, function notation and word descriptions all present this same situation; translate to two points and write the line.

  5. 5

    In a two-constraint word problem, the extreme case sits on a boundary

    When a problem gives two inequalities, such as a capacity and a minimum revenue, the largest or smallest value of a variable happens where one constraint is exactly met. Set one inequality to an equation, substitute into the other, and solve. Then check the neighboring whole numbers against both constraints, because rounding the wrong way is the usual error.

Theory

A linear equation in one variable can have exactly one solution, no solution, or infinitely many, and which of the three depends on the coefficients. Bring both sides to the form ax + b = cx + d. If a is not equal to c, subtracting gives (a - c)x = d - b and there is exactly one solution, x = (d - b)/(a - c). If a = c and b = d, the two sides are the same expression and every real number is a solution. If a = c but b is not d, the x-terms cancel to leave a false statement such as 6 = -9 and there is no solution. So 3(x + k) = 3x + 12 has infinitely many solutions when 3k = 12, that is k = 4, and no solution for any other k. The equation kx + 6 = 4x - 9 has no solution when k = 4, because then it reduces to 6 = -9, and exactly one solution for every other k.

A system of two linear equations with an unknown constant is the same question about two lines. Writing the equations as ax + by = c and dx + ey = f, the slopes are equal exactly when a/d = b/e, equivalently ae = bd. If also c/f equals that common ratio, the second equation is a multiple of the first and the system has infinitely many solutions; if not, the lines are parallel and the system has none. For 2x + 5y = 7 and ax + 10y = c, the slopes match when a/2 = 10/5, so a = 4; then the system has infinitely many solutions if c = 14 and no solution for every other c. When a constant appears in a slope-intercept form, such as y = 3x + c against 6x - 2y = 10, substitute: 6x - 2(3x + c) = 10 gives -2c = 10, which is true for every x when c = -5 (infinitely many) and false for every x otherwise (none). A question may equally ask for the value that produces exactly one solution: that is every value except the one that equalizes the slopes.

When an equation contains an unknown constant and you are told a solution, the solution is a number to substitute. If x = 5 solves kx - 3 = 2(x + 4), then 5k - 3 = 18, so k = 21/5. If the line y = mx + 4 passes through (6, 1), then 1 = 6m + 4 and m = -1/2. If the point (a, 2a) lies on 3x - y = 7, then 3a - 2a = 7 and a = 7. The pattern is the same each time: whatever is known goes in, and the equation is solved for the letter that remains.

A linear function f(x) = mx + b is determined by any two of its values, because two points determine a line. Given f(1) = 7 and f(4) = 16, the slope is (16 - 7)/(4 - 1) = 3 and then 7 = 3(1) + b gives b = 4, so f(x) = 3x + 4 and f(10) = 34. A table with two rows, a description like "f increases by 6 whenever x increases by 2", or a graph through two labelled points all reduce to this. Questions then ask for another value, for the intercept, for the x at which f takes a given value, or for a comparison between two linear functions, such as the x at which they are equal.

Parallel lines have equal slopes and perpendicular lines have slopes whose product is -1. To write a line perpendicular to 2x + 3y = 6 through (4, 1): the given slope is -2/3, so the perpendicular slope is 3/2, and point-slope form gives y - 1 = (3/2)(x - 4), which is y = (3/2)x - 5. A line's x-intercept is where y = 0 and its y-intercept where x = 0; a line through (a, 0) and (0, b) with both nonzero can be written x/a + y/b = 1, a form worth recognizing when a question gives intercepts in terms of constants. The perpendicular bisector of a segment passes through its midpoint with the negative reciprocal slope.

Two-constraint word problems produce a system of linear inequalities, and the question asks for the greatest or least value of one quantity. A theater holds at most 300 people, charges 12 dollars for adults and 8 for children, and needs at least 3,000 dollars in ticket sales: with a adults and c children, a + c is at most 300 and 12a + 8c is at least 3,000. The fewest adults occurs when the theater is full of children otherwise, c = 300 - a, giving 12a + 8(300 - a) at least 3,000, so 4a is at least 600 and a is at least 150. The extreme always lies where at least one constraint is an equality, which is why the method is to set one constraint to an equation and substitute it into the other. Check the answer and its neighbor against both original inequalities; when the variable counts people or items, round toward the side that satisfies them.

Worked figures

One, none, or every x: it is decided by the coefficients

Write both sides as ax + b = cx + d. Equal x-coefficients remove x from the equation, leaving either a truth (every x works) or a falsehood (nothing works).

Table 1
EquationAs ax + b = cx + dx-coefficientsConstantsSolutions
5x + 2 = 3x + 10a = 5, c = 3differentexactly one, x = 4
3(x + 4) = 3x + 12a = 3, c = 3equal12 = 12every real number
kx + 6 = 4x - 9 with k = 4a = 4, c = 4equal6 is not -9none
kx + 6 = 4x - 9 with k not 4a = k, c = 4differentexactly one
2(x + 3) = ax + b, infinitely manya = 2 needed, b = 6 neededmust matchmust matcha + b = 8

A system with a constant: three outcomes for three ranges of c

y = 3x + c against 6x - 2y = 10, which is y = 3x - 5. The slopes already match, so everything depends on c. At c = -5 the lines coincide; for any other c they are parallel; no value of c makes them cross once.

Figure 1
-8-6-4-202468-2-1012345(0, -5)(0, 1)xy
  • y = 3x - 5 (the second equation, and c = -5)
  • y = 3x + 1 (c = 1: parallel, no solution)

A perpendicular through a point

The line 2x + 3y = 6 has slope -2/3. The perpendicular through (4, 1) has slope 3/2, the negative reciprocal, and equation y = (3/2)x - 5. The two lines meet at right angles at the point where (3/2)x - 5 = (-2/3)x + 2, which is x = 42/13, about 3.23.

Figure 2
-6-4-20246-2-1012345678(4, 1)(0, -5)xy
  • 2x + 3y = 6, slope -2/3
  • y = (3/2)x - 5, slope 3/2

Two constraints: the extreme is on a boundary

At most 300 people; adults pay 12 dollars, children 8; sales must be at least 3,000 dollars. Filling every remaining seat with a child minimizes revenue for a given number of adults, so the fewest adults is found with c = 300 - a. Rows show the check on either side of the boundary.

Table 2
Adults aChildren c = 300 - aPeopleRevenue 12a + 8cAt least 3,000?
1491513001788 + 1208 = 2996no
1501503001800 + 1200 = 3000yes, exactly
1511493001812 + 1192 = 3004yes
1501002501800 + 800 = 2600no: fewer children means less revenue

Worked examples

Try each one before opening the solution.

Example 1: Find the constant that makes an equation true for every x

In the equation 3(x + k) = 3x + 12, k is a constant. For what value of k does the equation have infinitely many solutions?

Show solution
  1. Expand the left side: 3x + 3k = 3x + 12.
  2. The x-coefficients already match (3 and 3), so the equation has infinitely many solutions exactly when the constants match too: 3k = 12.

    If the x-coefficients did not match, no value of k could give infinitely many solutions; the equation would have exactly one for every k.

  3. Solve: k = 4.
  4. Check: 3(x + 4) = 3x + 12 is 3x + 12 = 3x + 12, true for every x. For k = 5 it would read 3x + 15 = 3x + 12, false for every x: no solution.

Answer: k = 4

Example 2: Find the constants that make a system have no solution

The system 2x + 5y = 7 and ax + 10y = c has no solution. What is the value of a, and what must be true of c?

Show solution
  1. No solution means the lines are parallel: equal slopes, different intercepts.
  2. Equal slopes means the coefficient ratios match: a/2 = 10/5 = 2, so a = 4.

    Equivalently, doubling the first equation gives 4x + 10y = 14, so the left side of the second must be 4x + 10y.

  3. With a = 4 the second equation is 4x + 10y = c. It is the same line as 4x + 10y = 14 only if c = 14.
  4. So the system has no solution when a = 4 and c is any value other than 14; if c were 14 it would have infinitely many solutions instead.

Answer: a = 4, and c is not equal to 14.

Example 3: Recover a linear function from two values

The function f is linear, f(1) = 7 and f(4) = 16. What is f(10)?

Show solution
  1. Two values are two points on the line: (1, 7) and (4, 16).
  2. Slope: m = (16 - 7)/(4 - 1) = 9/3 = 3.
  3. Intercept from (1, 7): 7 = 3(1) + b, so b = 4. Thus f(x) = 3x + 4.
  4. Check with the other point: f(4) = 12 + 4 = 16. Correct.
  5. Evaluate: f(10) = 30 + 4 = 34.

    Faster: from x = 4 to x = 10 is 6 steps of slope 3, so f rises by 18 from 16 to 34.

Answer: f(10) = 34

Example 4: Minimize one quantity under two constraints

A theater seats at most 300 people. Adult tickets cost 12 dollars and child tickets 8 dollars, and the theater needs at least 3,000 dollars in ticket sales for a show. What is the least number of adult tickets that can be sold while meeting both conditions?

Show solution
  1. Let a be adults and c be children: a + c ≤ 300 and 12a + 8c ≥ 3000.
  2. To need as few adults as possible, fill every other seat with a child, since children still add revenue: c = 300 - a.

    The extreme sits where the capacity constraint is exactly met. Fewer children would only lower revenue and demand more adults.

  3. Substitute: 12a + 8(300 - a) ≥ 3000, so 12a + 2400 - 8a ≥ 3000, so 4a ≥ 600 and a ≥ 150.
  4. Check the boundary: 150 adults and 150 children is 300 people and 1800 + 1200 = 3000 dollars, exactly enough. 149 adults and 151 children gives 2996, not enough.

Answer: 150 adult tickets

Practice

Check your understanding 1

In the equation kx + 6 = 4x - 9, k is a constant. For what value of k does the equation have no solution?

Check your understanding 2

The equation 2(x + 3) = ax + b, where a and b are constants, is true for all values of x. What is the value of a + b?

Check your understanding 3

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

Check your understanding 4

Which equation represents the line that is perpendicular to the line 2x + 3y = 6 and passes through the point (4, 1)?

Check your understanding 5

The function f is linear. If f(2) = 5 and f(6) = 17, what is the value of f(0)?

Check your understanding 6

A truck can carry at most 2,000 pounds. Each box of type A weighs 50 pounds and each box of type B weighs 30 pounds. If the truck must carry at least 20 boxes of type A, what is the greatest number of boxes of type B it can also carry?

Check your understanding 7

In the equation (a/2)x + 7 = 3x - 5, a is a constant. For which values of a does the equation have exactly one solution?

Common mistakes

Solving for x when the question asks for the constant. Read what the question wants before you start moving terms.

Stopping at equal slopes and declaring no solution without checking the intercepts; equal intercepts mean infinitely many.

Matching x-coefficients for "infinitely many" but forgetting the constants must match too.

Taking the reciprocal or the negative for a perpendicular slope, but not both.

Using three points to define a linear function when two are given and the third is what is asked; the slope must come from the two known values.

In a two-constraint problem, minimizing the wrong variable or forgetting that the extreme happens on a boundary.

Rounding a boundary value the wrong way when the variable counts people or boxes: 33.3 boxes means 33 boxes fit, not 34.

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