PSAT 8/9 Math — Algebra: Linear Relationships and Inequalities
Linear equations in one variable
A linear equation in one variable is an equation where the variable (usually ) only appears to the first power, and the solution is a single number that makes the equation true. “Linear” means the graph would be a straight line if you graphed it, but in one-variable equations you’re usually thinking of a balance: whatever you do to one side, you must do to the other to keep the equation true.
This topic matters because it is the core skill behind almost everything else in algebra: solving for an unknown, rearranging formulas, and checking whether a value satisfies a condition. On the PSAT 8/9, you’ll often solve one-step, two-step, and multi-step linear equations, including those with parentheses and fractions.
What “solving” really means
To solve an equation means to find the value of the variable that makes the left side equal to the right side. A useful mindset is:
- The equals sign means “these two expressions have the same value.”
- Your job is to rewrite the equation into an equivalent form where the value of the variable becomes obvious.
The main tools are the properties of equality:
- Add/subtract the same number on both sides.
- Multiply/divide by the same nonzero number on both sides.
How to solve step by step (the mechanism)
Most linear equations can be solved by “undoing” operations in reverse order.
- Simplify each side: distribute, combine like terms.
- Collect variable terms on one side (often by adding or subtracting a term).
- Collect constants on the other side.
- Isolate the variable by dividing or multiplying.
- Check by substitution (especially if negatives or fractions are involved).
A key idea: when you move a term across the equals sign, you are really adding or subtracting that term from both sides.
Worked example 1: variables on both sides
Solve:
Step 1: get variable terms on one side by subtracting from both sides:
Step 2: combine like terms:
Step 3: add to both sides:
Step 4: divide by :
Check: left side , right side , so it works.
Worked example 2: parentheses (distribution)
Solve:
Distribute:
Subtract from both sides:
Add :
Divide:
Worked example 3: fractions (clear denominators carefully)
Solve:
Subtract :
Multiply both sides by :
A common mistake is multiplying only one term by . You must multiply the entire side.
Special cases: no solution vs infinitely many solutions
Sometimes simplifying shows something surprising.
- No solution happens when you get a false statement.
- Infinitely many solutions happens when you get a true statement.
Example (no solution):
Subtract :
That can’t be true, so there is no solution.
Example (infinitely many):
Distribute:
This is always true, so every works.
Exam Focus
- Typical question patterns:
- Solve multi-step equations with variables on both sides (often with distribution).
- Solve equations that represent a real situation (prices, distances, ages).
- Decide whether an equation has one solution, no solution, or infinitely many solutions.
- Common mistakes:
- Distributing incorrectly, especially with negatives (e.g., treating as instead of ).
- “Moving” terms without doing the same operation to both sides (forgetting the balance idea).
- Clearing denominators incorrectly by multiplying only one term instead of the entire side.
Linear equations in two variables
A linear equation in two variables (often and ) describes a relationship between the variables where each variable is to the first power. The big idea is that instead of one solution, you usually have **many ordered pairs** \,(x, y)\,$ that make the equation true. Those solutions form a straight line when graphed.
This matters because two-variable linear equations are how you model relationships between quantities: total cost as a function of items bought, distance as a function of time, or scoring rules with two types of points.
### Standard forms you’ll see
A very common form is **standard form**:
Ax + By = C
where ABC are constants (usually integers on tests).
Another common form is **slope-intercept form**:
y = mx + b
where mby-intercept.
You don’t need to memorize names as much as you need to recognize what each form makes easy:
| Form | Looks like | What it makes easy |
|---|---|---|
| Standard | Ax + By = C | Checking integer solutions; combining equations in systems |
| Slope-intercept | y = mx + b | Graphing quickly; reading slope and intercept |
### Solutions as ordered pairs
To check whether an ordered pair is a solution, substitute xy into the equation.
Example: Is \,(2, 5)\,$ a solution of
Substitute :
It matches , so yes.
A common misconception is thinking the “solution” is a single number as in one-variable equations. Here, the “answer” is typically a set of ordered pairs, a line on a graph, or sometimes a specific pair if another condition is added.
Finding points on the line (table approach)
A practical method is to pick convenient values and compute .
Example: For
Solve for :
Choose values:
- If , then .
- If , then .
Those two points are often enough to graph the line.
Graphing by intercepts (fast and reliable)
For
- The -intercept happens when .
- The -intercept happens when .
Example:
-intercept: set :
-intercept: set :
So the line goes through \,(4, 0)\,$ and \,(0, 6)\,$.
Exam Focus
- Typical question patterns:
- Identify whether a point satisfies a linear equation.
- Convert between forms (especially rewriting as ).
- Graph a line from an equation or write an equation from a graph.
- Common mistakes:
- Mixing up intercepts (setting the wrong variable to ).
- Sign errors when solving for (e.g., mishandling ).
- Treating a two-variable equation like it has only one numeric solution.
Linear functions
A linear function is a function whose rule creates a straight-line graph. Functions are special because they come with an input-output structure: each input has exactly one output .
This matters because functions are a major language of algebra. On the PSAT 8/9, you’ll be expected to interpret linear functions from equations, tables, or graphs, and connect key features like slope and intercepts to meaning in context.
Function notation and what it tells you
Instead of writing , you might see:
This means: “The output of the function when the input is equals .” It’s the same relationship as , but emphasizes the process.
Example: If
then
A common mistake is to read as . It does not mean multiplication.
Slope as rate of change
For a linear function
- is the **slope**, the amount changes when increases by .
- is the -intercept, the value of when .
If you have two points \,(x_1, y_1)\,$ and \,(x_2, y_2)\,$ on a line, then slope is:
This formula matters because many questions give you two points or a graph and ask for the equation.
Interpreting slope and intercept in context
Suppose the cost of renting a bike is a starting fee plus a per-hour fee. A model might be:
Here:
- is the starting cost (when ).
- is the cost per hour (each extra hour increases cost by ).
That interpretation skill is tested often: you’re not just solving; you’re explaining what numbers mean.
Writing a linear function from points
If you know a point and the slope, you can build the equation.
Example: A line has slope and passes through \,(2, 7)\,$.
Start with slope-intercept form:
y = -3x + b
Substitute the point to find b:
7 = -3(2) + b
7 = -6 + b
b = 13
So:
y = -3x + 13
If you know two points, find the slope first, then proceed.
Example: Through \,(1, 2)\,$ and %%LATEXBLOCK117%%m = \frac{10 - 2}{5 - 1} = \frac{8}{4} = 2%%LATEXBLOCK118%%\,(1, 2)\,$:
So:
Recognizing linearity from a table
A table represents a linear function if the change in output is constant when the change in input is constant.
Example: If increases by each step and increases by each step, the slope is .
A common trap: constant ratios do not indicate a linear function; constant differences do.
Exam Focus
- Typical question patterns:
- Interpret and in a real-world model.
- Find slope from two points, a table, or a graph.
- Write the equation of a line given points or slope and intercept.
- Common mistakes:
- Reversing differences in the slope formula (mixing up instead of ).
- Confusing slope with intercept (especially when reading graphs).
- Misreading function notation, like thinking means .
Systems of two linear equations in two variables
A system of two linear equations in two variables is two linear relationships that are both true at the same time. The solution is the ordered pair \,(x, y)\,$ that satisfies both equations. Graphically, it’s the point where the two lines intersect. This matters because real situations often involve multiple constraints at once: a budget and a quantity rule, two pricing plans, or mixtures with two ingredients. On the PSAT 8/9, you may solve systems algebraically or interpret solutions from graphs and contexts. ### What solutions can look like (three possibilities) Two lines in a plane can: 1. Intersect once: **one solution**. 2. Be parallel: **no solution**. 3. Be the same line: **infinitely many solutions**. This connects directly to the “special cases” you saw in one-variable equations: sometimes the constraints contradict each other (no solution) or are redundant (infinitely many solutions). ### Solving by substitution **Substitution** works well when one equation is already solved for a variable. Example: y = x + 3 2x + y = 12 Substitute y = x + 3 into the second equation: 2x + (x + 3) = 12 Combine like terms: 3x + 3 = 12 Subtract 3: 3x = 9 x = 3 Now plug back into y = x + 3: y = 6 Solution: \,(3, 6) Common error: forgetting to substitute the entire expression, especially when parentheses are needed. ### Solving by elimination (addition/subtraction) **Elimination** works well when variables line up. Example: 3x + 2y = 16 3x - 2y = 8 Add the equations to eliminate y: 6x = 24 x = 4 Substitute into one equation: 3(4) + 2y = 16 12 + 2y = 16 2y = 4 y = 2 Solution: \,(4, 2) If coefficients don’t match, you can multiply one or both equations by a constant first. That’s not “changing” the equation; multiplying both sides by the same nonzero number keeps it equivalent. ### Interpreting a system in context Example: Tickets to a school event cost \$5%%LATEXBLOCK156%%\$8xyx + y = 505x + 8y = 340, then the system is: x + y = 50 5x + 8y = 340 Solving tells you how many of each type were sold. The meaning of the solution is often as important as the algebra. ### Checking your solution Always verify by substitution into both equations. This catches sign mistakes and arithmetic slips. #### Exam Focus - **Typical question patterns**: - Solve a system by substitution or elimination and interpret the ordered pair. - Match a system to a word problem (define variables correctly). - Determine the number of solutions from a graph or from equation structure (parallel vs same line). - **Common mistakes**: - Eliminating incorrectly (adding when you should subtract, or mishandling negatives). - After finding xy (or plugging back into the wrong equation form). - Not interpreting the solution in context (e.g., giving y as “dollars” when it represents “tickets”). ## Linear inequalities in one or two variables A **linear inequality** compares expressions using symbols like <>\le\ge. Instead of one solution, the solution is a **set of values** that make the inequality true. Inequalities matter because many real constraints are not exact: budgets are “at most,” heights are “at least,” and time limits are “less than.” On the PSAT 8/9, you’ll solve inequalities and interpret solution sets on number lines (one variable) and shaded regions (two variables). ### Solving linear inequalities in one variable Solving is similar to equations: isolate the variable using inverse operations. The big extra rule is about multiplying or dividing by a negative. **Critical rule**: If you multiply or divide both sides by a negative number, you must **flip the inequality sign**. Example 1 (no sign flip needed): Solve: 2x + 5 \le 17 Subtract 5: 2x \le 12 Divide by 2: x \le 6 Example 2 (sign flips): Solve: -3x + 4 > 10 Subtract 4: -3x > 6 Divide by -3>
- Shade the side that makes the inequality true.
Example:
- Boundary line: (dashed because ).
- Test point \,(0, 0)\,$: check 0 > -(0) + 2 0 > 2 False, so shade the side **not** containing \,(0, 0)\,$.
Compound inequalities (between two numbers)
Sometimes you see:
This means both are true at once. Solve it like a system:
Subtract everywhere:
Divide by :
Inequalities as constraints in real problems
If a movie ticket costs and you have at most , and you want to buy tickets:
Solving gives a maximum value of , but you also must interpret that should be a whole number (you can’t buy tickets). That extra interpretation step is frequently tested.
Exam Focus
- Typical question patterns:
- Solve one-variable inequalities, including those requiring a sign flip.
- Graph solution sets on a number line or match a graph to an inequality.
- Graph a two-variable inequality by shading the correct region.
- Common mistakes:
- Forgetting to flip the inequality sign when dividing or multiplying by a negative.
- Using a solid line when the inequality is strict (or dashed when it includes equality).
- Testing a point that lies on the boundary line (which can confuse the true/false check).