Model Comparison: Linear Equations & Inequalities

═══════════════════════════════════════

Gemini 3 Pro

═══════════════════════════════════════

What You Need to Know

  • Heart of Algebra accounts for approximately 33% of the SAT Math section, making it the single most weighted topic. Mastery here is essential for a high score.

  • You must be fluent in translating word problems into linear equations and interpreting the meaning of slope and intercepts in real-world contexts.

  • Pay special attention to the conditions that create no solution or infinitely many solutions; these are frequent, high-value conceptual questions.

  • Efficiency matters: know when to use substitution vs. elimination for systems, and when to plug in answers rather than solving algebraically.

Solving Linear Equations

At its core, a linear equation expresses a relationship between variables that produces a straight line when graphed. The SAT requires you to solve these for a specific variable, often requiring simplification first.

The Golden Rule of Algebra

Whatever operation you perform on one side of the equation, you must perform on the other to maintain equality. Your goal is to isolate the variable (e.g., xx).

3(x2)+5=2x+83(x - 2) + 5 = 2x + 8

  1. Distribute: 3x6+5=2x+83x - 6 + 5 = 2x + 8

  2. Combine Like Terms: 3x1=2x+83x - 1 = 2x + 8

  3. Isolate Variables: Subtract 2x2x from both sides: x1=8x - 1 = 8

  4. Solve: Add 1 to both sides: x=9x = 9

Number of Solutions

Not every equation results in a single value for xx. There are three possibilities:

  1. One Solution: The variable terms are different on both sides. Example: 2x=3x+42x = 3x + 4.

  2. No Solution: The variable terms are identical, but the constants are different. The lines are parallel and never intersect.

    • Example: 2x+5=2x+102x + 5 = 2x + 10 (Simplifies to 5=105 = 10, which is false).

  3. Infinitely Many Solutions: Both sides are identical. The lines are the same.

    • Example: 3(x+2)=3x+63(x + 2) = 3x + 6 (Simplifies to 3x+6=3x+63x + 6 = 3x + 6, or 0=00 = 0, which is always true).

Exam Focus
  • Why it matters: This is the foundation of the section. If you cannot solve for xx quickly and accurately, you will struggle with the harder word problems.

  • Typical question patterns:

    • "What is the value of xx?"

    • "For what value of kk does the equation have no solution?" (Hint: Set the slopes/variable coefficients equal to each other).

    • Rearranging formulas to isolate a specific variable (e.g., "Solve for PP in terms of AA and rr").

  • Common mistakes:

    • Forgetting to distribute the negative sign to all terms inside parentheses: (x5)-(x - 5) becomes x+5-x + 5, not x5-x - 5.

    • Confusing "no solution" with x=0x = 0. x=0x = 0 is a valid solution; 5=105 = 10 is no solution.

Graphing Linear Equations

Visualizing linear equations is crucial. You must recognize the three primary forms of a linear equation.

Key Forms

Form

Equation

Useful For…

Slope-Intercept

y=mx+by = mx + b

Quickly identifying slope (mm) and y-intercept (bb).

Standard Form

Ax+By=CAx + By = C

Finding intercepts quickly (set x=0x=0 to find yy, and vice versa).

Point-Slope

yy<em>1=m(xx</em>1)y - y<em>1 = m(x - x</em>1)

Writing an equation given a slope and any point (x<em>1,y</em>1)(x<em>1, y</em>1).

Interpreting Slope and Intercepts

In SAT word problems, abstract math concepts translate to physical meanings:

  • Slope (mm): The Rate of Change. Look for keywords like "per," "each," "every," or "rate."

    • Positive slope: Increasing rate.

    • Negative slope: Decreasing rate.

    • m=change in ychange in x=y<em>2y</em>1x<em>2x</em>1m = \frac{\text{change in } y}{\text{change in } x} = \frac{y<em>2 - y</em>1}{x<em>2 - x</em>1}

  • Y-Intercept (bb): The Initial Value or Starting Amount. The value of yy when x=0x = 0 (time zero, zero items sold, flat fee).

Graph illustrating slope and intercept components
Exam Focus
  • Why it matters: Approximately 20-30% of Heart of Algebra questions ask you to interpret a graph or a linear model in context.

  • Typical question patterns:

    • "What is the meaning of the number 15 in the equation C=15h+50C = 15h + 50?" (Answer: The cost per hour).

    • Matching an equation to a given graph or scatterplot.

  • Common mistakes:

    • Mixing up xx and yy intercepts.

    • Calculating slope as runrise\frac{\text{run}}{\text{rise}} instead of riserun\frac{\text{rise}}{\text{run}}.

Linear Inequalities

Inequalities work almost exactly like equations, with one major twist regarding division and negative numbers.

Solving Rules
  • The Negative Flip: If you multiply or divide both sides of an inequality by a negative number, you MUST flip the direction of the inequality symbol.

    • -2x > 10 \rightarrow \frac{-2x}{-2} < \frac{10}{-2} \rightarrow x < -5

Graphing Inequalities

When graphing y > mx + b or ymx+by \leq mx + b:

  1. Boundary Line:

    • Use a dashed line for strict inequalities (< or >, meaning points on the line are NOT solutions).

    • Use a solid line for inclusive inequalities (\leq or \geq, meaning points on the line ARE solutions).

  2. Shading:

    • y > … or yy \geq …: Shade the region above the line.

    • y < … or yy \leq …: Shade the region below the line.

    • Test Point Method: Pick a point like (0,0)(0,0). If it makes the inequality true, shade that side. If false, shade the other.

Graph showing linear inequality shading
Exam Focus
  • Why it matters: These questions test your attention to detail (solid vs. dashed lines) and logical reasoning.

  • Typical question patterns:

    • "Which of the following ordered pairs (x,y)(x, y) satisfies the inequality?"

    • Identifying the correct graph for a given inequality word problem (e.g., budget constraints).

  • Common mistakes:

    • Forgetting to flip the sign when dividing by a negative.

    • Shading the wrong side of a vertical line (x > 3 is shaded to the right).

Systems of Linear Equations

A system consists of two or more linear equations with the same variables. The solution is the ordered pair (x,y)(x, y) where the lines intersect—the point that makes both equations true.

Solving Methods
  1. Substitution: Best when one variable is already isolated (y=2x+1y = 2x + 1).

    • Plug the expression for yy into the other equation.

  2. Elimination: Best when equations are in Standard Form (Ax+By=CAx + By = C).

    • Multiply equations to match coefficients, then add or subtract the equations to eliminate a variable.

    • Example:
      2x+3y=102x + 3y = 10
      2x+y=6-2x + y = 6
      Add them: 4y=16y=44y = 16 \rightarrow y = 4. Then back-solve for xx.

Systems Classification

Just like single equations, systems have three outcomes:

  • One Solution: Slopes are different. Lines intersect at one point.

  • No Solution: Slopes are the same, but y-intercepts are different (Parallel lines).

  • Infinite Solutions: Slopes are the same AND y-intercepts are the same (Same line).

Visualizing types of systems: intersection, parallel, same line
Exam Focus
  • Why it matters: Systems appear frequently as word problems involving two different rates or items (e.g., "chickens and cows," "adult and child tickets").

  • Typical question patterns:

    • "If the system has no solution, what is the value of kk?"

    • Solving for a combination of variables directly (e.g., finding 2x+2y2x + 2y directly from x+y=5x + y = 5 rather than finding xx and yy separately).

  • Common mistakes:

    • Stopping after finding xx and forgetting to solve for yy.

    • Using the wrong method: Trying to use substitution on a messy standard-form system usually leads to arithmetic errors. Use elimination for standard form.

Quick Review Checklist

  • Can you isolate a variable in a complex equation without losing negative signs?

  • Do you know when to flip the inequality sign?

  • Can you look at y=3x+5y = -3x + 5 and immediately identify the slope as 3-3 and the start value as 55?

  • Can you write a linear equation from a word problem involving a rate and a flat fee?

  • Do you know the condition for two lines to be parallel (same slope)?

  • Can you solve a system of equations using elimination?

  • Can you determine if a point (x,y)(x,y) is a solution to a system of inequalities by looking at a graph?

Final Exam Pitfalls

  1. The "Undefined Slope" Trap

    • Mistake: Thinking a horizontal line has undefined slope.

    • Correction: Horizontal lines (y=3y = 3) have a slope of 0. Vertical lines (x=3x = 3) have an undefined slope.

  2. The "Infinite Solutions" Constant

    • Mistake: When asked for value kk that gives infinite solutions for 2x+4=kx+42x + 4 = kx + 4, solving for xx instead of matching coefficients.

    • Correction: For infinite solutions, the left side must exactly match the right side. Therefore, kk must equal 22.

  3. Misinterpreting "Zero"

    • Mistake: Thinking x=0x = 0 means "no solution."

    • Correction: x=0x = 0 is a specific location on the graph. "No solution" means the equation is mathematically impossible (like 5=105 = 10).

  4. Solving for the Wrong Thing

    • Mistake: Solving for xx when the question asks for 2x+12x + 1.

    • Correction: Circle what the question asks for. If it asks for 2x+12x + 1, and you find x=3x=3, make sure you calculate 2(3)+1=72(3) + 1 = 7. Often, you can find the expression directly without solving for xx first.


═══════════════════════════════════════

GPT 5.2 Pro

═══════════════════════════════════════

What You Need to Know

  • The College Board’s SAT Math Heart of Algebra focuses on building, manipulating, and interpreting linear equations, linear inequalities, and systems of linear equations—often in real-world contexts.

  • You must be fluent at isolating variables, rewriting lines in different forms, and interpreting slope and intercepts as rates and starting values.

  • A common SAT skill is translating words/tables/graphs into equations or inequalities, then solving and checking solutions against constraints.

  • Systems questions often test whether a system has one solution, no solution, or infinitely many solutions, and what that means in context.

Curriculum alignment (what this section covers on the official SAT): These notes follow the College Board SAT Math framework for the Heart of Algebra domain—linear equations in one variable, linear equations in two variables (lines), linear inequalities, and systems of linear equations (including interpreting solutions and solution types).

Solving linear equations

Linear equations are equations where the variable(s) appear only to the first power (no products of variables like xyxy, no powers like x2x^2).

Core solving principles
  • Use inverse operations to isolate the variable.

  • Maintain equality: whatever you do to one side, do to the other.

  • Clear fractions early by multiplying by the least common denominator (LCD).

  • Always consider extraneous restrictions from a context (e.g., time 0\ge 0).

Common linear forms you’ll see
  • One-variable: ax+b=cax+b=c

  • Variables on both sides: ax+b=cx+dax+b=cx+d

  • With parentheses: a(bx+c)=dx+ea(bx+c)=dx+e

  • With fractions: ax+bm=cx+dn\frac{ax+b}{m}=\frac{cx+d}{n}

Worked example 1 (variables on both sides)

Solve 3(2x5)=4x+73(2x-5)=4x+7.

1) Distribute:

6x15=4x+76x-15=4x+7

2) Subtract 4x4x from both sides:

2x15=72x-15=7

3) Add 1515:

2x=222x=22

4) Divide by 22:

x=11x=11

Worked example 2 (clearing fractions)

Solve x3+x2=10\frac{x}{3}+\frac{x}{2}=10.

1) LCD of 33 and 22 is 66. Multiply both sides by 66:

6(x3)+6(x2)=6106\left(\frac{x}{3}\right)+6\left(\frac{x}{2}\right)=6\cdot 10

2) Simplify:

2x+3x=602x+3x=60

3) Combine and solve:

5x=605x=60

x=12x=12

Real-world modeling (typical SAT setup)

If a gym charges a start-up fee plus monthly cost, write total=(monthly rate)(months)+(start-up fee)\text{total} = (\text{monthly rate})(\text{months}) + (\text{start-up fee}), i.e., a linear model like C=mx+bC=mx+b.

Exam Focus
  • Why it matters: SAT Heart of Algebra frequently tests whether you can solve and rearrange linear equations accurately and efficiently, often as a step inside a word problem.

  • Typical question patterns:

    • Solve for xx (including distribution, fractions, variables on both sides).

    • Rearrange a formula to solve for a specific variable (literal equations).

    • Create a linear equation from a short context, then solve.

  • Common mistakes:

    • Distributing incorrectly, especially with negatives: (2x3)2x3-(2x-3)\neq -2x-3 (it equals 2x+3-2x+3).

    • Forgetting to multiply every term by the LCD when clearing fractions.

    • Arithmetic slips after moving terms—do a quick substitution check when possible.

Graphing linear equations

A linear equation in two variables graphs as a line in the coordinate plane.

Key line forms (know how to convert)

Form

Equation

What it shows best

Slope-intercept

y=mx+by=mx+b

Slope mm and yy-intercept bb

Standard

Ax+By=CAx+By=C

Easy to spot intercepts; common on SAT

Point-slope

yy<em>1=m(xx</em>1)y-y<em>1=m(x-x</em>1)

Line through a point with slope mm

Slope: m=ΔyΔxm=\frac{\Delta y}{\Delta x} (rise over run).
Intercepts:

  • yy-intercept: point where x=0x=0.

  • xx-intercept: point where y=0y=0.

Graphing methods (choose the fastest)

1) From y=mx+by=mx+b: plot bb, then use slope (rise/run) for a second point.
2) From intercepts (standard form): find xx- and yy-intercepts by setting the other variable to 00.
3) From two points: compute slope, then use point-slope or slope-intercept.

Worked example 1 (standard to slope-intercept)

Rewrite 2x+3y=122x+3y=12 in slope-intercept form.

1) Subtract 2x2x:

3y=2x+123y=-2x+12

2) Divide by 33:

y=23x+4y=-\frac{2}{3}x+4

So slope m=23m=-\frac{2}{3} and yy-intercept b=4b=4.

Worked example 2 (slope from two points)

Find the slope through (2,1)(2,1) and (8,7)(8,7).

m=7182=66=1m=\frac{7-1}{8-2}=\frac{6}{6}=1

Interpretation (heavily tested)
  • mm is a rate of change (e.g., dollars per hour).

  • bb is an initial value (value when input x=0x=0).

Memory aid: “Slope is Rate”—if xx is time, mm is “per unit time.”

Exam Focus
  • Why it matters: Many Heart of Algebra items test interpreting or constructing linear models from graphs, tables, and contexts—not just plotting.

  • Typical question patterns:

    • Convert between Ax+By=CAx+By=C and y=mx+by=mx+b.

    • Interpret slope/intercept from a context or graph (what does mm mean?).

    • Identify a line given a graph (parallel/perpendicular lines may appear, but usually via slope reasoning).

  • Common mistakes:

    • Sign errors when solving for yy (especially moving AxAx to the other side).

    • Mixing up intercept meanings: bb is the value at x=0x=0, not where the graph crosses the xx-axis.

    • Using ΔxΔy\frac{\Delta x}{\Delta y} instead of ΔyΔx\frac{\Delta y}{\Delta x}.

Linear inequalities

A linear inequality looks like a linear equation but uses <, \le, >, or \ge. Its solution set is a range of values.

Solving one-variable inequalities

You solve like equations except:

  • If you multiply or divide both sides by a negative, you flip the inequality symbol.

Memory aid: “Negative? Reverse.”

Worked example 1 (flip the sign)

Solve 2x+511-2x+5\le 11.

1) Subtract 55:

2x6-2x\le 6

2) Divide by 2-2 (flip \le to \ge):

x3x\ge -3

Worked example 2 (compound inequality)

Solve -1<2x+3\le 9.

1) Subtract 33 everywhere:

-4<2x\le 6

2) Divide by 22:

-2<x\le 3

Inequalities in context (constraints)

SAT problems often include constraints like:

  • Quantity can’t be negative: x0x\ge 0.

  • Integer constraints (sometimes implied by context): number of people/items.

Always check whether the question asks for:

  • the solution set,

  • the least/greatest possible value,

  • or the number of solutions that satisfy multiple conditions.

Exam Focus
  • Why it matters: Inequalities are a core Heart of Algebra skill—especially translating wording like “at least” or “no more than” into symbols and solving.

  • Typical question patterns:

    • Solve an inequality and select the correct number line interval.

    • Translate a statement (e.g., “no less than 55”) into \ge form.

    • Combine inequalities (compound or from multiple constraints).

  • Common mistakes:

    • Forgetting to flip the sign when dividing/multiplying by a negative.

    • Confusing wording: “at most” means \le, “at least” means \ge.

    • Ignoring domain constraints from the story (e.g., time, distance, quantities).

Systems of linear equations

A system of linear equations is a pair (or more) of linear equations with the same variables. The solution is the point (x,y)(x,y) that satisfies both.

What solutions mean (important concept)

For two lines:

  • One solution: lines intersect once.

  • No solution: lines are parallel (same slope, different intercepts).

  • Infinitely many solutions: same line (equivalent equations).

Main solution methods

1) Substitution: solve one equation for a variable, substitute into the other.
2) Elimination: add/subtract equations to eliminate a variable (often fastest on SAT).

Worked example 1 (elimination)

Solve the system:

x+y=10x+y=10

2xy=42x-y=4

Add the equations (eliminate yy):

(x+y)+(2xy)=10+4(x+y)+(2x-y)=10+4

3x=143x=14

x=143x=\frac{14}{3}

Substitute into x+y=10x+y=10:

143+y=10\frac{14}{3}+y=10

y=10143=303143=163y=10-\frac{14}{3}=\frac{30}{3}-\frac{14}{3}=\frac{16}{3}

Solution: (143,163)(\frac{14}{3},\frac{16}{3}).

Worked example 2 (no solution vs infinite solutions)

Consider:

y=2x+1y=2x+1

4x2y=64x-2y=6

Rewrite the second equation:

4x2(2x+1)=64x-2(2x+1)=6

4x4x2=64x-4x-2=6

2=6-2=6 (false)

So there is no solution (the lines are parallel).

Systems in real-world contexts

Common SAT setups:

  • Ticket prices: adult aa, student ss with two purchase scenarios.

  • Mixture/cost comparisons: two linear conditions leading to a unique intersection.

Strategy: define variables clearly, write two equations, then solve.

Exam Focus
  • Why it matters: Systems are central to Heart of Algebra because they test solving skills plus interpretation of intersections and constraints.

  • Typical question patterns:

    • Solve a system by elimination/substitution.

    • Determine whether a system has 11, 00, or infinitely many solutions.

    • Build a system from a word problem and interpret the solution.

  • Common mistakes:

    • Sign errors during elimination (especially when subtracting one equation from another).

    • Declaring “no solution” just because you got fractions—fractions are valid solutions.

    • In context problems, forgetting what xx and yy represent (label units).

Quick Review Checklist
  • Can you solve a linear equation with variables on both sides (including distribution)?

  • Can you clear fractions using an LCD and solve accurately?

  • Do you know how to convert Ax+By=CAx+By=C into y=mx+by=mx+b?

  • Can you find slope from two points using m=ΔyΔxm=\frac{\Delta y}{\Delta x}?

  • Can you interpret mm and bb in a real-world linear model?

  • Can you solve one-variable inequalities and remember when to flip the sign?

  • Can you translate “at least / at most / no less than / no more than” into \ge or \le?

  • Can you solve a system by elimination and check your solution?

  • Can you recognize when a system has no solution or infinitely many solutions?

Final Exam Pitfalls
  1. Forgetting to reverse the inequality when multiplying/dividing by a negative — always flip < to > (and \le to \ge) in that step.

  2. Misreading interceptsbb in y=mx+by=mx+b is the value when x=0x=0, not the xx-intercept.

  3. Distribution/sign mistakes — especially with negatives like (x5)-(x-5); rewrite carefully before combining terms.

  4. Elimination arithmetic slips — when adding/subtracting equations, align like terms and track signs term-by-term.

  5. Ignoring context constraints — if the problem is about time, money, or counts, enforce conditions like x0x\ge 0 (and sometimes integer-only solutions).


═══════════════════════════════════════

Claude Opus 4.6

═══════════════════════════════════════

Generation failed: 400 {"type":"error","error":{"type":"invalidrequesterror","message":"Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits."},"requestid":"req011CYmMxuymNcovrJn39fRQx"}