By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
If you throw a basketball straight up at 48 feet per second from a 6-foot-tall player, the height h (in feet) after t seconds is given by h = –16t² + 48t + 6. How do you find the exact time the ball reaches its peak—without graphing or guessing? And why does breaking the equation into two binomials ((t – a)(t – b)) suddenly make the problem solvable, when the original equation seems stuck?
Imagine you’re a DJ mixing two tracks. Track A is (x + 3) and Track B is (x – 5). When you multiply them together, you get x² – 2x – 15—a quadratic. Factoring is like reverse-engineering the mix: given the final track (x² – 2x – 15), how do you figure out which two original tracks were combined? The key is the "last term trick": the product of the constants in the binomials (3 × –5 = –15) must match the constant term in the quadratic, while their sum (3 + –5 = –2) must match the middle coefficient. This is why quadratics like x² + 5x + 6 factor neatly into (x + 2)(x + 3)—because 2 and 3 multiply to 6 and add to 5.
Key Vocabulary:- Quadratic expression: A polynomial of degree 2, like ax² + bx + c. Example: The area of a rectangle with sides (x + 4) and (x – 1) is x² + 3x – 4. - College note: In abstract algebra, quadratics are a case of polynomial rings, where factoring relates to irreducible elements over a field.
Binomial: A two-term expression, like (x + 7). Example: The difference in height between two plants after x weeks is (3x + 2) – (x – 1) = 2x + 3.
Zero Product Property: If A × B = 0, then A = 0 or B = 0. Example: If (t – 2)(t + 5) = 0, then t = 2 or t = –5—useful for finding when a projectile hits the ground.
Leading coefficient: The coefficient of the x² term. Example: In 3x² – 8x + 4, the leading coefficient is 3, which means you’ll need to factor by grouping or the "AC method."
How this appears on assessments:- SAT/ACT: Multiple-choice questions asking to factor a quadratic (e.g., x² – 5x – 24) or solve for roots. Distractors often include: - Swapped signs (e.g., (x + 3)(x – 8) instead of (x – 8)(x + 3)—same roots, but the SAT may penalize order). - Incorrect middle terms (e.g., (x – 3)(x – 8) for x² – 11x + 24—right product, wrong sum).- AP Precalculus/Algebra II: Free-response questions requiring factoring to solve real-world problems (e.g., projectile motion, optimization). Rubrics prioritize: - Correct factoring (2 pts). - Application of the Zero Product Property (1 pt). - Interpretation of roots in context (1 pt). - A score of 4/5 distinguishes itself by explaining why factoring works (e.g., "The roots represent the times the ball is at ground level").
Model Proficient Response (AP-style):Prompt: A ball is thrown upward from a height of 5 feet with an initial velocity of 64 ft/s. Its height h (in feet) after t seconds is h = –16t² + 64t + 5. Find the time(s) when the ball is exactly 53 feet high.
Response: 1. Set h = 53: –16t² + 64t + 5 = 53.2. Rearrange: –16t² + 64t – 48 = 0.3. Divide by –16: t² – 4t + 3 = 0.4. Factor: (t – 1)(t – 3) = 0.5. Apply Zero Product Property: t = 1 or t = 3.6. Interpretation: The ball is at 53 feet at t = 1 second (on the way up) and t = 3 seconds (on the way down).
Why this is proficient: - Shows all steps, including simplifying the equation.- Correctly factors and applies the Zero Product Property.- Interprets roots in context (not just "t = 1, 3").- Missing for a 5: A sentence explaining why the quadratic has two solutions (the ball passes 53 feet twice).
Mistake 1: The "Sign Flip" ErrorPrompt: Factor x² – 7x + 12.Common wrong response: (x + 3)(x + 4).Why it loses credit: - The product of the constants (3 × 4 = 12) is correct, but the sum (3 + 4 = 7) doesn’t match the middle term (–7).- The student ignored the sign of the middle term, which requires both constants to be negative.Correct approach: - Find two numbers that multiply to +12 and add to –7: –3 and –4.- Write: (x – 3)(x – 4).
Mistake 2: The "Leading Coefficient Blind Spot"Prompt: Factor 2x² + 7x + 3.Common wrong response: (x + 1)(x + 3) (ignores the 2).Why it loses credit: - The student factored as if the leading coefficient were 1, forgetting to account for the 2 in 2x².- The product of the binomials would be x² + 4x + 3, not 2x² + 7x + 3.Correct approach: - Use the "AC method": Multiply a and c (2 × 3 = 6), then find two numbers that multiply to 6 and add to 7 (1 and 6).- Rewrite the middle term: 2x² + 6x + x + 3.- Factor by grouping: 2x(x + 3) + 1(x + 3) = (2x + 1)(x + 3).
Mistake 3: The "Zero Product Misapplication"Prompt: Solve (x – 2)(x + 5) = 8.Common wrong response: x – 2 = 8 or x + 5 = 8 → x = 10 or x = 3.Why it loses credit: - The student applied the Zero Product Property to a non-zero right side. The property only works when the product equals 0.Correct approach: - Expand first: x² + 3x – 10 = 8.- Rearrange: x² + 3x – 18 = 0.- Factor: (x + 6)(x – 3) = 0.- Solve: x = –6 or x = 3.
Why it matters: Factoring is a shortcut for completing the square, which is how the quadratic formula is derived. If you can factor x² + 6x + 9 into (x + 3)², you’re already halfway to understanding why x = –b ± √(b² – 4ac)/2a works.
Across subjects: Factoring quadratics → Genetics (Punnett squares).
Why it matters: A Punnett square for two heterozygous parents (Aa × Aa) yields the quadratic p² + 2pq + q² = 1, where p and q are allele frequencies. Factoring this helps predict genotype ratios (e.g., p² + 2pq + q² = (p + q)²).
Outside school: Factoring quadratics → Video game physics engines.
If you can factor x² + 5x + 6 into (x + 2)(x + 3), why can’t you factor x² + 5x + 7 over the real numbers? And what does that tell you about the graph of y = x² + 5x + 7—specifically, where it intersects the x-axis?
Pointer toward the answer: - The discriminant (b² – 4ac) for x² + 5x + 7 is 25 – 28 = –3, which is negative. This means the quadratic has no real roots, so it never crosses the x-axis.- In the real number system, x² + 5x + 7 is irreducible—it can’t be broken into real binomials. But in the complex numbers, it factors into (x + 2.5 + i√3/2)(x + 2.5 – i√3/2), where i is the imaginary unit.- This is why some quadratics have two real roots, one real root (a "double root"), or no real roots—it all depends on the discriminant.
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.