Fatskills
Practice. Master. Repeat.
Study Guide: Basic Math: Linear Equations
Source: https://www.fatskills.com/basic-math/chapter/linear-equations

Basic Math: Linear Equations

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~5 min read


What Is This?

A linear equation is an equation of the form ( y = mx + b ), where ( m ) is the slope and ( b ) is the y-intercept. This topic appears in exams to test your understanding of basic algebraic principles and your ability to solve for unknowns. Questions typically involve solving for ( x ) or ( y ), graphing the equation, or finding the intersection of two lines.

Why It Matters

Linear equations are tested in various exams, including the SAT, ACT, and high school algebra finals. They appear frequently and can carry a significant portion of the marks. This topic tests your ability to apply algebraic reasoning, solve for variables, and interpret graphical data.

Core Concepts

  1. Slope-Intercept Form: Understand that ( y = mx + b ) represents a line with slope ( m ) and y-intercept ( b ).
  2. Solving for Variables: Be proficient in isolating ( x ) or ( y ) using inverse operations.
  3. Graphing: Know how to plot points and draw lines based on the equation.
  4. Intersection Points: Understand that the solution to a system of linear equations is the point where the lines intersect.
  5. Equality Principle: Recognize that any operation performed on one side of the equation must be done to the other side to maintain equality.

Prerequisites

  1. Slope as Rate of Change: Understanding slope is crucial. Without it, you'll struggle to interpret the equation's meaning.
  2. Coordinate Plane Basics: Knowing how to plot points and interpret axes is essential for graphing linear equations.
  3. Inverse Operations: You must understand how to perform and reverse basic arithmetic operations to solve equations.

The Rule-Book (How It Works)


The Primary Rule

The primary rule for linear equations is the slope-intercept form: ( y = mx + b ).

Sub-Rules and Exceptions

  • Slope (m): Represents the steepness of the line. A positive slope means the line goes up as you move right; a negative slope means it goes down.
  • Y-Intercept (b): The point where the line crosses the y-axis.
  • Horizontal Lines: Have a slope of 0 (e.g., ( y = 3 )).
  • Vertical Lines: Are not functions and have an undefined slope (e.g., ( x = 2 )).

Visual Pattern

Imagine a line on a graph. The slope ( m ) is the "rise over run," and the y-intercept ( b ) is where the line hits the y-axis.

Exam / Job / Audit Weighting

  • Frequency: High
  • Difficulty Rating: Intermediate
  • Question Type: Multiple choice, short answer, graphing

Difficulty Level

Intermediate

Must-Know Rules, Formulas, Standards, or Principles

  1. Slope-Intercept Form: ( y = mx + b )
  2. Point-Slope Form: ( y - y_1 = m(x - x_1) )
  3. Standard Form: ( Ax + By = C )

Worked Examples (Step-by-Step)


Easy

Question: Solve for ( x ) in the equation ( 2x + 3 = 11 ).


  1. Subtract 3 from both sides: ( 2x + 3 - 3 = 11 - 3 )
  2. Simplify: ( 2x = 8 )
  3. Divide by 2: ( x = 4 )

Answer: ( x = 4 )

Medium

Question: Find the y-intercept of the line ( 3x + 4y = 12 ).


  1. Rearrange to slope-intercept form: ( 4y = -3x + 12 )
  2. Divide by 4: ( y = -\frac{3}{4}x + 3 )

Answer: The y-intercept is 3.

Hard

Question: Solve the system of equations: [ 2x + y = 6 ] [ x - y = 1 ]


  1. Solve the second equation for ( y ): ( y = x - 1 )
  2. Substitute into the first equation: ( 2x + (x - 1) = 6 )
  3. Simplify: ( 3x - 1 = 6 )
  4. Add 1: ( 3x = 7 )
  5. Divide by 3: ( x = \frac{7}{3} )
  6. Substitute ( x ) back into ( y = x - 1 ): ( y = \frac{7}{3} - 1 = \frac{4}{3} )

Answer: ( (x, y) = \left( \frac{7}{3}, \frac{4}{3} \right) )

Common Exam Traps & Mistakes

  1. Sign Errors: Moving terms across the equals sign incorrectly.
  2. Wrong Answer: ( 2x + 3 = 11 ) becomes ( 2x = 11 + 3 ).
  3. Correct Approach: Subtract 3 from both sides: ( 2x = 8 ).

  4. Partial Distribution: Distributing to only one term.

  5. Wrong Answer: ( 2(x + 3) + 5 ) becomes ( 2x + 3 + 5 ).
  6. Correct Approach: Distribute fully: ( 2x + 6 + 5 ).

  7. Combining Unlike Terms: Treating different variables as the same.

  8. Wrong Answer: ( 3x + 2y ) becomes ( 5xy ).
  9. Correct Approach: Keep terms separate: ( 3x + 2y ).

  10. Misinterpreting Slope: Thinking slope is the y-intercept.

  11. Wrong Answer: ( y = 2x + 3 ) means the line crosses the y-axis at 2.
  12. Correct Approach: The slope is 2; the y-intercept is 3.

Shortcut Strategies & Exam Hacks

  • Mnemonic for Slope-Intercept: "Rise over run, plus the y-fun."
  • Elimination Strategy: If options include obviously wrong slopes or intercepts, eliminate them first.
  • Pattern Recognition: Look for equations in standard forms to quickly identify slope and intercept.

Question-Type Taxonomy

  1. Solve for ( x ) or ( y ):
  2. Example: ( 2x + 3 = 11 )
  3. Favored By: SAT, ACT

  4. Graph the Equation:

  5. Example: Plot ( y = 2x + 1 )
  6. Favored By: High school algebra finals

  7. Find Intersection Points:

  8. Example: Solve ( 2x + y = 6 ) and ( x - y = 1 )
  9. Favored By: SAT, ACT

Practice Set (MCQs)


Question 1

Question: Solve for ( x ) in ( 3x + 2 = 14 ).


  • A: ( x = 4 )
  • B: ( x = 5 )
  • C: ( x = 6 )
  • D: ( x = 7 )

Correct Answer: ( x = 4 )

Explanation: Subtract 2 from both sides: ( 3x = 12 ). Divide by 3: ( x = 4 ).

Why the Distractors Are Tempting: - B: Incorrect final division.
- C: Incorrect subtraction.
- D: Incorrect addition.

Question 2

Question: What is the y-intercept of ( 2x + 3y = 6 )?


  • A: 0
  • B: 1
  • C: 2
  • D: 3

Correct Answer: ( y = 2 )

Explanation: Rearrange to slope-intercept form: ( 3y = -2x + 6 ). Divide by 3: ( y = -\frac{2}{3}x + 2 ).

Why the Distractors Are Tempting: - A: Confusion with x-intercept.
- B: Incorrect division.
- C: Incorrect slope identification.

Question 3

Question: Solve the system ( x + y = 4 ) and ( x - y = 2 ).


  • A: ( (x, y) = (3, 1) )
  • B: ( (x, y) = (4, 2) )
  • C: ( (x, y) = (2, 2) )
  • D: ( (x, y) = (1, 3) )

Correct Answer: ( (x, y) = (3, 1) )

Explanation: Add the equations: ( 2x = 6 ). ( x = 3 ). Substitute into ( x + y = 4 ): ( 3 + y = 4 ). ( y = 1 ).

Why the Distractors Are Tempting: - B: Incorrect addition.
- C: Incorrect substitution.
- D: Incorrect subtraction.

Question 4

Question: What is the slope of the line ( 4x - 5y = 20 )?


  • A: ( -\frac{4}{5} )
  • B: ( \frac{4}{5} )
  • C: ( -\frac{5}{4} )
  • D: ( \frac{5}{4} )

Correct Answer: ( m = \frac{4}{5} )

Explanation: Rearrange to slope-intercept form: ( -5y = -4x + 20 ). Divide by -5: ( y = \frac{4}{5}x - 4 ).

Why the Distractors Are Tempting: - A: Sign error.
- B: Incorrect division.
- C: Incorrect slope identification.

Question 5

Question: Solve for ( y ) in ( 5x + 2y = 10 ) when ( x = 2 ).


  • A: ( y = 0 )
  • B: ( y = 1 )
  • C: ( y = 2 )
  • D: ( y = 3 )

Correct Answer: ( y = 0 )

Explanation: Substitute ( x = 2 ): ( 5(2) + 2y = 10 ). Simplify: ( 10 + 2y = 10 ). Subtract 10: ( 2y = 0 ). Divide by 2: ( y = 0 ).

Why the Distractors Are Tempting: - B: Incorrect substitution.
- C: Incorrect simplification.
- D: Incorrect division.

30-Second Cheat Sheet

  • Slope-Intercept Form: ( y = mx + b )
  • Point-Slope Form: ( y - y_1 = m(x - x_1) )
  • Standard Form: ( Ax + By = C )
  • Equality Principle: Do the same thing to both sides
  • Sign Errors: Always check term movements
  • Distribute Fully: ( 2(x + 3) + 5 ) becomes ( 2x + 6 + 5 )
  • Check Intersection: Substitute solution into both equations

Learning Path

  1. Beginner Foundation: Understand slope and y-intercept.
  2. Core Rules: Master slope-intercept and point-slope forms.
  3. Practice: Solve simple equations and graph lines.
  4. Timed Drills: Solve equations under time pressure.
  5. Mock Tests: Take full practice exams.

Related Topics

  1. Quadratic Equations: Understanding linear equations helps in solving quadratic equations.
  2. Systems of Equations: Linear equations are the foundation for solving systems of equations.
  3. Graphing Functions: Linear equations are essential for understanding how to graph functions.


ADVERTISEMENT