Get Ready: Module 5 — Maximizing & Minimizing
Everyone starts somewhere. Before we work with parabolas, let’s build the floor under the building — one small skill at a time, at your own pace.
Foundations · Build These First
Module 5 asks you to find the highest or lowest point of a curve like \(y = ax^2 + bx + c\).
That sounds big, but it’s really just six familiar moves stacked together. This page warms up each one
with a plain explanation, a fully worked example, and a couple of practice problems you can check yourself.
Skills to Build First
Six prerequisite skills. Work top to bottom — each one shows up inside Module 5.
Distributing & Multiplying Binomials (FOIL)
What it is & why you need it To “multiply out” means turning something like \((x+3)(x+2)\) into \(x^2 + 5x + 6\). In Module 5 you’ll go backward and forward between a factored parabola and its standard form, so you need to be comfortable multiplying two binomials. FOIL just means multiply the First, Outer, Inner, and Last pairs, then add them up.
- First: \(x \cdot x = x^2\)
- Outer: \(x \cdot 2 = 2x\)
- Inner: \(3 \cdot x = 3x\)
- Last: \(3 \cdot 2 = 6\)
- Add them: \(x^2 + 2x + 3x + 6\), then combine the middle: \(2x + 3x = 5x\).
Answer: \((x+3)(x+2) = x^2 + 5x + 6\)
Try it 1. Multiply \((x+4)(x+5)\).
Show answer
Answer: \(x^2 + 9x + 20\).
Try it 2. Multiply \((x-2)(x+6)\). (Watch the negative sign!)
Show answer
Answer: \(x^2 + 4x - 12\).
Factoring Out a GCF
What it is & why you need it The GCF (greatest common factor) is the biggest thing every term shares. Factoring it out is like un-distributing: you pull the common piece to the front and put what’s left in parentheses. In Module 5 this is usually your first move when factoring a quadratic — pulling out a common number or \(x\) makes everything after it simpler.
- Numbers: the GCF of \(6\) and \(9\) is \(3\).
- Variables: both terms have at least one \(x\), so pull out \(x\). Together the GCF is \(3x\).
- Divide each term by \(3x\): \(\;6x^2 \div 3x = 2x\;\) and \(\;9x \div 3x = 3\).
- Write the GCF outside, the leftovers inside.
Answer: \(6x^2 + 9x = 3x(2x + 3)\). Check by distributing back: \(3x\cdot 2x = 6x^2\), \(3x\cdot 3 = 9x\). ✓
Try it 1. Factor out the GCF of \(10x^2 + 15x\).
Show answer
Answer: \(5x(2x + 3)\).
Try it 2. Factor out the GCF of \(4x^2 - 8x + 12\).
Show answer
Answer: \(4(x^2 - 2x + 3)\).
Integer Operations (Positives & Negatives)
What it is & why you need it Quadratics are full of negative numbers — coefficients, roots, the value of \(-\tfrac{b}{2a}\), and more. The two rules that save you: same signs → the answer is positive, and different signs → the answer is negative (for multiplying and dividing). For adding, think of a number line: subtracting is just adding the opposite.
- \(-3 \cdot (-4)\): the signs are the same (both negative), so the answer is positive: \(12\).
- \(-7 + 2\): start at \(-7\), move \(2\) steps in the positive direction → you land on \(-5\).
Answers: \(-3 \cdot (-4) = 12\) and \(-7 + 2 = -5\).
Try it 1. Compute \(-5 \cdot 6\) and \(8 + (-3)\).
Show answer
\(8 + (-3)\): start at \(8\), move \(3\) back → \(5\).
Try it 2. Compute \(-4 - (-9)\).
Show answer
Answer: \(5\).
Exponents (Especially Squaring)
What it is & why you need it The little raised \(2\) in \(x^2\) means “multiply the base by itself”: \(x^2 = x \cdot x\). The whole module lives on the \(x^2\) term, and computing the discriminant \(b^2 - 4ac\) means squaring \(b\). The trap to remember: a negative number squared is positive, because two negatives multiply to a positive.
- \((-5)^2 = (-5)\cdot(-5)\). Same signs → positive → \(25\).
- \(3^2 = 9\). Then \(4 \cdot 1 \cdot 2 = 8\). So \(3^2 - 4\cdot 1\cdot 2 = 9 - 8 = 1\).
Answers: \((-5)^2 = 25\) and \(3^2 - 4\cdot1\cdot2 = 1\). (That second one is exactly a discriminant!)
Try it 1. Evaluate \((-6)^2\).
Show answer
Try it 2. Evaluate the discriminant \(b^2 - 4ac\) when \(a = 1,\ b = 4,\ c = 3\).
Show answer
(Positive → this parabola would have two real roots.)
Solving Linear Equations
What it is & why you need it Solving means getting \(x\) alone by doing the same thing to both sides until it’s by itself. In Module 5 you’ll set each factor equal to zero (like \(x - 3 = 0\)) to find the roots, and you’ll rearrange formulas. If you can undo addition with subtraction and undo multiplication with division, you’re set.
- Undo the \(+6\) by subtracting \(6\) from both sides: \(2x = -6\).
- Undo the \(\times 2\) by dividing both sides by \(2\): \(x = -3\).
- Check: \(2(-3) + 6 = -6 + 6 = 0\). ✓
Answer: \(x = -3\).
Try it 1. Solve \(x - 5 = 0\).
Show answer
Try it 2. Solve \(3x - 12 = 0\).
Show answer
Plotting on the Coordinate Plane
What it is & why you need it A point is written \((x, y)\): the first number is how far left/right, the second is how far up/down. Always go across first, then up or down. Module 5 is a graphing module — you’ll plot the vertex, the y-intercept, and the roots, then connect them into the U-shaped parabola.
- Start at the origin \((0,0)\) — the center where the axes cross.
- The \(x\)-value is \(3\): move 3 units right.
- The \(y\)-value is \(-2\): move 2 units down.
- Mark the point. You’re in the lower-right region (Quadrant IV).
Answer: \((3, -2)\) sits 3 right and 2 down from the origin.
Try it 1. Where does \((-2, 5)\) land — left or right? up or down?
Show answer
Try it 2. A parabola’s vertex is \((1, -4)\). From the origin, which way do you move to plot it?
Show answer
Quick Readiness Check
Five short questions spanning the prerequisites. Try them on paper, then peek.
Multiply \((x+1)(x+7)\).
Show answer
Factor out the GCF of \(8x^2 + 12x\).
Show answer
Compute \(-6 \cdot (-2)\) and \(-9 + 4\).
Show answer
Evaluate \(b^2 - 4ac\) for \(a=1,\ b=5,\ c=6\).
Show answer
Solve \(x + 2 = 0\) and \(2x - 8 = 0\).
Show answer
From the origin, how do you reach the point \((-3, 2)\)?
Show answer
If these feel comfortable, you’re ready for the module. If a couple tripped you up, scroll back to that skill card — that’s exactly where to spend a few more minutes.
Practice More (Free)
Want to drill a skill until it’s automatic? These free sites open in a new tab.
You’ve built the floor. Time to build up.
Head into the module whenever you feel steady. You can always come back here.