Skip to main content
LouisianaMathsSyllabus dot point

How do you rewrite a quadratic expression by factoring, and how does each equivalent form reveal a different property?

Choose and produce equivalent forms of an expression, factoring a quadratic and using the structure to reveal zeros, a maximum or minimum, or other properties (LA A1: A-SSE.B.3).

A Louisiana LEAP 2025 Algebra I answer on rewriting expressions (LA A1: A-SSE.B.3): factoring trinomials and special products, the difference of squares, the GCF, and reading zeros from factored form.

Generated by Claude Opus 4.810 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this topic is asking
  2. Factoring a simple trinomial
  3. Always factor out the GCF first
  4. The special patterns
  5. Factoring out a common variable
  6. How LEAP examines this topic
  7. Why factored form reveals the zeros
  8. Try this

What this topic is asking

Standard A1: A-SSE.B.3 asks you to rewrite an expression in an equivalent form so its structure reveals a useful property, most often factoring a quadratic to expose its zeros, or producing a form that shows a maximum or minimum. On LEAP 2025 these are Type I Major Content items: factor a trinomial, recognize a special product, or pick the equivalent form. Factoring is also a core no-calculator skill, so expect it in Session 1a.

Factoring a simple trinomial

For x2+bx+cx^2 + bx + c (leading coefficient 11), find two numbers that multiply to cc and add to bb. The signs follow cc and bb.

A negative constant means the two numbers have opposite signs; a positive constant with a negative middle term means both are negative.

Always factor out the GCF first

Before any other move, remove the greatest common factor of all terms. For 2x2+12x+162x^2 + 12x + 16, the GCF is 22: rewrite as 2(x2+6x+8)=2(x+2)(x+4)2(x^2 + 6x + 8) = 2(x + 2)(x + 4). Skipping the GCF leaves an unfinished factorization and is a frequent lost point, because "factor completely" means no common factor remains.

The special patterns

These patterns are not on the reference sheet, so memorize them. Recognizing a difference of squares or a perfect square lets you factor in one step instead of searching for factor pairs. A difference of squares always has the form (something squared) minus (something squared) with no middle term: x2βˆ’25x^2 - 25, 9x2βˆ’169x^2 - 16, or x2βˆ’1x^2 - 1. A perfect-square trinomial has a middle term equal to twice the product of the two square roots: in x2+10x+25x^2 + 10x + 25 the roots are xx and 55, and 2β‹…xβ‹…5=10x2 \cdot x \cdot 5 = 10x is exactly the middle term, which confirms the pattern.

Factoring out a common variable

When every term shares a variable, factor it out along with any numerical GCF. For x2βˆ’5xx^2 - 5x, both terms contain an xx, so x2βˆ’5x=x(xβˆ’5)x^2 - 5x = x(x - 5), with zeros at x=0x = 0 and x=5x = 5. This is the GCF idea applied to a variable, and it is a frequent setup in the quadratics module, where a missing constant term means the GCF is the fastest route to the zeros. Do not divide the xx away, that would discard the x=0x = 0 solution; factor it out so the zero is preserved.

How LEAP examines this topic

  • Equation response. Factor a quadratic completely and type the factored form.
  • Multiple choice. Pick the equivalent form, or identify which form reveals the zeros.
  • Drag and drop. Build the factors from tiles, or match a quadratic to its factored form.

Why factored form reveals the zeros

Factored form is prized because of the zero product property: a product is zero exactly when one of its factors is zero. So if x2+bx+c=(xβˆ’p)(xβˆ’q)x^2 + bx + c = (x - p)(x - q), the expression equals zero precisely at x=px = p and x=qx = q, which are the zeros of the related function and the xx-intercepts of its parabola. Standard form ax2+bx+cax^2 + bx + c hides those values, while factored form displays them. This is the heart of A-SSE.B.3, choosing the form that exposes the property you want: factored form for zeros, and (in the completing-the-square topic) vertex form for the maximum or minimum. The same expression carries the same information in every form, but each form makes a different feature easy to read.

Try this

Q1. Factor x2+8x+16x^2 + 8x + 16. [2 points]

  • Cue. Perfect square: (x+4)2(x + 4)^2.

Q2. Factor 3x2βˆ’273x^2 - 27 completely. [2 points]

  • Cue. GCF first: 3(x2βˆ’9)=3(x+3)(xβˆ’3)3(x^2 - 9) = 3(x + 3)(x - 3).

Exam-style practice questions

Practice questions written in the style of LDOE exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

LA LEAP 2025 Math (style)2 marksEquation response. Factor x2+7x+12x^2 + 7x + 12 completely.
Show worked answer β†’

The factored form is (x+3)(x+4)(x + 3)(x + 4).

Find two numbers that multiply to 1212 (the constant) and add to 77 (the middle coefficient): 33 and 44. Because both signs are positive, both numbers are positive: (x+3)(x+4)(x + 3)(x + 4). Checking by expanding (FOIL): x2+4x+3x+12=x2+7x+12x^2 + 4x + 3x + 12 = x^2 + 7x + 12, which matches. The factored form is the equivalent form A-SSE.B.3 wants, and it immediately gives the zeros x=βˆ’3x = -3 and x=βˆ’4x = -4.

LA LEAP 2025 Math (style)1 marksMultiple choice. Which is the factored form of x2βˆ’16x^2 - 16? (A) (xβˆ’4)(xβˆ’4)(x - 4)(x - 4) (B) (x+4)(xβˆ’4)(x + 4)(x - 4) (C) (xβˆ’8)(xβˆ’2)(x - 8)(x - 2) (D) (x+16)(xβˆ’1)(x + 16)(x - 1)
Show worked answer β†’

The correct answer is (B).

x2βˆ’16x^2 - 16 is a difference of squares: x2βˆ’42x^2 - 4^2. The pattern a2βˆ’b2=(a+b)(aβˆ’b)a^2 - b^2 = (a + b)(a - b) gives (x+4)(xβˆ’4)(x + 4)(x - 4). Choice (A) is the perfect-square pattern, which would expand to x2βˆ’8x+16x^2 - 8x + 16, not x2βˆ’16x^2 - 16. Recognizing the difference-of-squares structure lets you factor in one step.

Related dot points

Sources & how we know this