Fatskills
Practice. Master. Repeat.
Study Guide: How to Solve: Rewriting Expressions (SAT)
Source: https://www.fatskills.com/sat/chapter/how-to-solve-rewriting-expressions-sat

How to Solve: Rewriting Expressions (SAT)

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

⏱️ ~6 min read

How to Solve: Rewriting Expressions (SAT)

Score Impact: This question type appears 4-6 times per SAT Math section—mastering it can boost your score by 40-60 points by eliminating careless errors and saving time.


WHAT THIS QUESTION TYPE IS ACTUALLY TESTING

The SAT isn’t testing your ability to manipulate algebra—it’s testing: - Precision under pressure: Can you rewrite expressions exactly as specified (factoring, expanding, combining like terms) without introducing errors? - Pattern recognition: Can you spot the fastest path (factoring vs. expanding vs. substitution) in 30 seconds? - Distractor resistance: Can you avoid answer choices that look correct but violate the question’s conditions (e.g., wrong sign, incomplete simplification)?


ANATOMY OF THE QUESTION

Structure Breakdown

  1. Stem: A short prompt (1-2 lines) telling you what to rewrite and how.
  2. Example: "Which of the following is equivalent to 3x² – 12x + 12?"
  3. Key words: "equivalent to," "rewritten as," "expressed in terms of," "factored completely."
  4. Conditions: Hidden rules in the stem (e.g., "factored completely" means no further factoring is possible).
  5. Answer Choices: 4 options, usually:
  6. 1 correct answer (matches the rewritten form).
  7. 3 distractors (common errors: wrong signs, incomplete factoring, misapplied formulas).
  8. What to Ignore:
  9. Overcomplicating (e.g., trying to solve for x when you just need to rewrite).
  10. Calculator use (these are mental math questions).

Representative Example

Question: Which of the following is equivalent to ( 4x^2 - 25 )? A) ( (2x - 5)^2 ) B) ( (2x + 5)(2x - 5) ) C) ( 4(x^2 - 6.25) ) D) ( (4x - 5)(x + 5) )


THE DECISION FRAMEWORK (Step-by-Step)

Run this process every time under timed conditions.

  1. Read the stem aloud (3 sec).
  2. Underline the key instruction (e.g., "factored completely," "expanded form").
  3. Circle any restrictions (e.g., "for all x ≠ 0").

  4. Identify the expression type (5 sec).

  5. Quadratic? → Factor or complete the square.
  6. Difference of squares? → ( a^2 - b^2 = (a + b)(a - b) ).
  7. Perfect square trinomial? → ( a^2 ± 2ab + b^2 = (a ± b)^2 ).
  8. Linear? → Combine like terms or distribute.

  9. Choose the fastest path (10 sec).

  10. Option 1: Factor (if the expression is factorable).
  11. Option 2: Expand (if the answer choices are expanded).
  12. Option 3: Substitute a number (if stuck; plug in x = 1 and compare to choices).

  13. Execute the rewrite (20 sec).

  14. Write only the steps needed to match the answer choices.
  15. Example: For ( 4x^2 - 25 ), recognize difference of squares → ( (2x)^2 - 5^2 ) → ( (2x + 5)(2x - 5) ).

  16. Eliminate wrong answers (10 sec).

  17. Cross out choices that:

    • Have wrong signs (e.g., ( (2x - 5)^2 ) vs. ( (2x + 5)(2x - 5) )).
    • Are incomplete (e.g., ( 4(x^2 - 6.25) ) is correct but not fully factored).
    • Introduce new terms (e.g., ( (4x - 5)(x + 5) ) has an x term).
  18. Verify (5 sec).

  19. Re-expand your answer to check equivalence.
  20. Example: ( (2x + 5)(2x - 5) = 4x^2 - 25 ) ✓.

Worked Examples

Example 1 – Straightforward (Factoring)

Question: Which of the following is equivalent to ( x^2 - 6x + 9 )? A) ( (x - 3)^2 ) B) ( (x + 3)(x - 3) ) C) ( x(x - 6) + 9 ) D) ( (x - 1)(x - 9) )

Framework Application: 1. Stem: "equivalent to" → rewrite in simplest form. No restrictions. 2. Type: Quadratic trinomial → check for perfect square. 3. Path: Factor.
- ( x^2 - 6x + 9 = (x - 3)^2 ) (perfect square). 4. Eliminate:
- B: Difference of squares (wrong form).
- C: Not factored (just rearranged).
- D: Incorrect factors (expands to ( x^2 - 10x + 9 )). 5. Verify: ( (x - 3)^2 = x^2 - 6x + 9 ) ✓.

Answer: A


Example 2 – Common Trap (Incomplete Factoring)

Question: Which of the following is equivalent to ( 2x^2 - 8 ) factored completely? A) ( 2(x^2 - 4) ) B) ( 2(x + 2)(x - 2) ) C) ( (2x + 4)(x - 2) ) D) ( 2(x + 2)^2 )

Framework Application: 1. Stem: "factored completely" → no further factoring possible. 2. Type: Quadratic with GCF → factor out 2 first. 3. Path: Factor GCF, then difference of squares.
- ( 2x^2 - 8 = 2(x^2 - 4) = 2(x + 2)(x - 2) ). 4. Eliminate:
- A: Not fully factored (still a difference of squares inside).
- C: Incorrect (expands to ( 2x^2 - 4x + 4x - 8 = 2x^2 - 8 ), but not fully factored).
- D: Wrong form (perfect square, not difference of squares). 5. Verify: ( 2(x + 2)(x - 2) = 2(x^2 - 4) = 2x^2 - 8 ) ✓.

Answer: B


Example 3 – Hard Variant (Combining Like Terms)

Question: If ( a \neq 0 ), which of the following is equivalent to ( \frac{3a^2 + 6a}{3a} )? A) ( a + 2 ) B) ( a + 6 ) C) ( 3a + 2 ) D) ( \frac{a + 2}{1} )

Framework Application: 1. Stem: "equivalent to" → simplify the fraction. Restriction: ( a \neq 0 ). 2. Type: Rational expression → factor numerator and cancel. 3. Path: Factor numerator, then divide.
- ( \frac{3a^2 + 6a}{3a} = \frac{3a(a + 2)}{3a} = a + 2 ). 4. Eliminate:
- B: Wrong constant (6 instead of 2).
- C: Wrong coefficient (3a instead of a).
- D: Correct but unnecessarily written as a fraction. 5. Verify: Plug in ( a = 1 ):
- Original: ( \frac{3(1)^2 + 6(1)}{3(1)} = \frac{9}{3} = 3 ).
- A: ( 1 + 2 = 3 ) ✓.

Answer: A


WRONG ANSWER PATTERNS

Wrong Answer Type Why It Looks Right Why It’s Wrong
Incomplete factoring Matches part of the expression (e.g., ( 2(x^2 - 4) )). Doesn’t satisfy "factored completely."
Sign errors Uses the right numbers but wrong signs (e.g., ( (x + 3)^2 ) for ( x^2 - 6x + 9 )). Expands to a different expression.
New terms introduced Adds or removes terms (e.g., ( (4x - 5)(x + 5) ) for ( 4x^2 - 25 )). Doesn’t match the original expression.
Misapplied formulas Uses the wrong identity (e.g., ( (a - b)^2 ) instead of ( a^2 - b^2 )). Expands to a trinomial, not a binomial.

Common Mistakes

Mistake Why It Happens Correct Approach
Skipping the GCF Focuses on the quadratic, ignores the coefficient. Always factor out the GCF first.
Expanding instead of factoring Defaults to multiplying out (e.g., ( (x - 3)^2 ) → ( x^2 - 6x + 9 )). Match the question’s instruction (factor/expand).
Ignoring restrictions Cancels terms without noting ( x \neq 0 ). Check the stem for restrictions.
Overcomplicating Tries to solve for x or use the quadratic formula. Only rewrite—don’t solve.
Miscounting terms Misses a term when combining like terms. Write out every step (e.g., ( 3a^2 + 6a ) → ( 3a(a + 2) )).

TIME STRATEGY

  • Target time: 30-45 seconds per question.
  • Skip if:
  • You can’t identify the expression type in 10 seconds.
  • The question has multiple steps (e.g., factoring and expanding).
  • Minimum work:
  • For factoring: Write the first step (e.g., ( 4x^2 - 25 = (2x)^2 - 5^2 )).
  • For expanding: Multiply the first two terms (e.g., ( (x + 2)(x - 3) = x^2 - 3x + 2x )).
  • For substitution: Plug in x = 1 and compare to choices.

BACKSOLVING AND SHORTCUTS

  1. Substitution (Plug in x = 1):
  2. Works for all rewriting questions.
  3. Example: For ( 4x^2 - 25 ), plug in x = 1 → ( 4(1)^2 - 25 = -21 ).

    • A) ( (2(1) - 5)^2 = 9 ) → Wrong.
    • B) ( (2(1) + 5)(2(1) - 5) = 7(-3) = -21 ) ✓.
  4. Elimination First:

  5. Cross out choices that violate the stem’s conditions (e.g., "factored completely").
  6. Example: If the stem says "factored completely," eliminate any choice that isn’t fully factored (e.g., ( 2(x^2 - 4) )).

  7. Difference of Squares Shortcut:

  8. ( a^2 - b^2 = (a + b)(a - b) ). Memorize this—it appears every SAT.

  9. Perfect Square Shortcut:

  10. ( a^2 ± 2ab + b^2 = (a ± b)^2 ). Check if the middle term is ( 2ab ).

1-Minute Recap

"Here’s the exact process to run for every rewriting question on the SAT:

  1. Read the stem aloud. Underline the key instruction—are you factoring, expanding, or simplifying?
  2. Identify the expression type. Quadratic? Difference of squares? Linear? This tells you the fastest path.
  3. Choose your weapon:
  4. Factoring? Look for GCF first, then patterns.
  5. Expanding? Distribute carefully.
  6. Stuck? Plug in x = 1 and compare to choices.
  7. Eliminate wrong answers. Cross out anything with wrong signs, incomplete factoring, or extra terms.
  8. Verify. Re-expand your answer or plug in a number to confirm.

This isn’t about doing more math—it’s about doing the right math. Stick to the framework, and you’ll save time and avoid traps. Now go practice with 5 questions using this exact process!


Final Note: Bookmark this guide and review it before every SAT Math practice session. The key to mastery is repetition with the framework—not just doing more questions, but doing them the right way.



ADVERTISEMENT