Intermediate Algebra and Coordinate Geometry

Quadratics, inequalities, systems, and coordinate plane concepts

Intermediate Algebra and Coordinate Geometry

Quadratic Equations

Factoring

x2+5x+6=0x^2 + 5x + 6 = 0 (x+2)(x+3)=0(x + 2)(x + 3) = 0 x=2 or x=3x = -2 \text{ or } x = -3

Quadratic Formula

For ax2+bx+c=0ax^2 + bx + c = 0: x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

Completing the Square

x2+6x=7x^2 + 6x = 7 x2+6x+9=7+9x^2 + 6x + 9 = 7 + 9 (x+3)2=16(x + 3)^2 = 16 x+3=±4x + 3 = \pm 4 x=1 or x=7x = 1 \text{ or } x = -7

Inequalities

Solving: 2x5<72x - 5 < 7 2x<122x < 12 x<6x < 6

Important: When multiplying/dividing by negative, flip the sign! 3x>6x<2-3x > 6 \quad \Rightarrow \quad x < -2

Systems of Equations

Substitution Method

{y=2x+13x+y=11\begin{cases} y = 2x + 1 \\ 3x + y = 11 \end{cases}

Substitute: 3x+(2x+1)=113x + (2x + 1) = 11 5x=10x=2,y=55x = 10 \quad \Rightarrow \quad x = 2, y = 5

Elimination Method

{2x+3y=122xy=4\begin{cases} 2x + 3y = 12 \\ 2x - y = 4 \end{cases}

Subtract: 4y=8y=24y = 8 \quad \Rightarrow \quad y = 2

Coordinate Geometry

Distance Formula

Between (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2): d=(x2x1)2+(y2y1)2d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}

Midpoint Formula

M=(x1+x22,y1+y22)M = \left(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}\right)

Slope

m=y2y1x2x1=riserunm = \frac{y_2 - y_1}{x_2 - x_1} = \frac{\text{rise}}{\text{run}}

Special cases:

  • Horizontal line: slope = 0
  • Vertical line: slope = undefined
  • Parallel lines: same slope
  • Perpendicular lines: slopes are negative reciprocals

Slope-Intercept Form

y=mx+by = mx + b

  • mm = slope
  • bb = y-intercept

ACT Tips

  • Quadratics: Try factoring first (fastest), then formula
  • Graph questions: Sketch if not provided
  • Systems: Use substitution when one equation is already solved
  • Calculator: Can graph to find intersections

📚 Practice Problems

1Problem 1easy

Question:

What is the slope of the line passing through (2,3)(2, 3) and (6,11)(6, 11)?

💡 Show Solution

Solution:

Use slope formula: m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}

Plug in points: m=11362=84=2m = \frac{11 - 3}{6 - 2} = \frac{8}{4} = 2

Answer: m=2m = 2

ACT Tip: Remember "rise over run" - vertical change ÷ horizontal change

2Problem 2medium

Question:

Solve the system: {y=x+32x+y=12\begin{cases} y = x + 3 \\ 2x + y = 12 \end{cases}

💡 Show Solution

Solution:

First equation already solved for yy, so use substitution:

Substitute y=x+3y = x + 3 into second equation: 2x+(x+3)=122x + (x + 3) = 12 3x+3=123x + 3 = 12 3x=93x = 9 x=3x = 3

Find yy: y=3+3=6y = 3 + 3 = 6

Answer: (3,6)(3, 6)

Check: 2(3)+6=122(3) + 6 = 12

3Problem 3hard

Question:

Which of the following is a solution to x24x5=0x^2 - 4x - 5 = 0?

A) x=5x = -5 B) x=1x = -1 C) x=1x = 1 D) x=5x = 5

💡 Show Solution

Solution:

Factor the quadratic: x24x5=0x^2 - 4x - 5 = 0

Find two numbers that multiply to 5-5 and add to 4-4: 5 and +1-5 \text{ and } +1

Factor: (x5)(x+1)=0(x - 5)(x + 1) = 0

Solutions: x=5 or x=1x = 5 \text{ or } x = -1

Answer: Both B and D are solutions (if only one answer allowed, both appear)

ACT Tip: Can also plug each answer choice into equation to test!