Mathbench

Chapter 3 — Exponents, Polynomials and Equivalent Expressions

This chapter opens Advanced Math, which is about 35% of the SAT Math section — tied with Algebra as the largest area on the test. Chapters 3, 4 and 5 cover it between them.

The name is misleading. "Advanced" here does not mean harder ideas; it means expressions that are no longer straight lines. Almost everything in this chapter is one of two skills:

  1. Rewriting an expression into a different but equal form.
  2. Recognising a pattern that lets you skip most of the work.

The instruction that signals this chapter is "Which expression is equivalent to…". It appeared in every one of the eight official practice tests examined. "Equivalent" means equal for every value of the variable — not just one — and that gives you a powerful checking tool, which Section 5 is entirely about.

Topics covered: exponent rules · negative and fractional exponents · radicals · expanding brackets · factoring · the difference of two squares · rational expressions · checking equivalence by substitution


Section 1 — The Exponent Rules

None of these is on the reference sheet. They have to be known.

Rule Why it works
xaxb=xa+bx^a \cdot x^b = x^{a+b} x2x3x^2 \cdot x^3 is (xx)(xxx)(xx)(xxx) — five xx's
xaxb=xab\dfrac{x^a}{x^b} = x^{a-b} the ones on the bottom cancel ones on top
(xa)b=xab(x^a)^b = x^{ab} (x2)3(x^2)^3 is x2x2x2x^2 \cdot x^2 \cdot x^2
(xy)a=xaya(xy)^a = x^a y^a the power reaches every factor inside
x0=1x^0 = 1 because xaxa=xaa=x0\dfrac{x^a}{x^a} = x^{a-a} = x^0, and it is also 1
xa=1xax^{-a} = \dfrac{1}{x^a} a negative power means "on the other side of the line"
x1/n=xnx^{1/n} = \sqrt[n]{x} a fractional power is a root
xm/n=xmnx^{m/n} = \sqrt[n]{x^m} bottom is the root, top is the power

The single most common error is adding exponents when the bases differ. 23532^3 \cdot 5^3 is not 10610^6. The rules above only apply when the base is the same — apart from (xy)a(xy)^a, which goes the other way.

Two more worth knowing cold:


Q1Basic

Topic: Multiplying powers with the same base

Which expression is equivalent to x5x3x^5 \cdot x^3?

A) x2x^{2}

B) x15x^{15}

C) 2x82 x^{8}

D) x8x^{8}

Show the worked solution

Answer: D

Explanation

Multiplying powers of the same base adds the exponents:

x5x3=x5+3=x8x^5 \cdot x^3 = x^{5+3} = x^8

If you ever doubt it, count. x5x^5 is five xx's multiplied together and x3x^3 is three, so together there are eight.

Why each wrong option is wrong:

  • B, x15x^{15} — multiplied the exponents. 5×3=155 \times 3 = 15 is the rule for (x5)3(x^5)^3, a power of a power, not a product.
  • C, 2x82 x^{8} — added the exponents correctly and then also added the two xx terms as though this were x5+x3x^5 + x^3. Multiplying does not produce a coefficient of 2.
  • A, x2x^{2} — subtracted, which is the rule for division.

Takeaway: Multiply → add exponents. Divide → subtract. Power of a power → multiply. When they blur together, count the xx's on a small case.


Q2Medium

Topic: A power of a product

Which expression is equivalent to (3x2)3(3x^2)^3?

A) 3x63 x^{6}

B) 27x627 x^{6}

C) 9x69 x^{6}

D) 27x527 x^{5}

Show the worked solution

Answer: B

Explanation

The outside power reaches everything inside the bracket — the 3 as well as the x2x^2:

(3x2)3=33(x2)3=27x2×3=27x6(3x^2)^3 = 3^3 \cdot (x^2)^3 = 27 \cdot x^{2 \times 3} = 27x^6

Two separate steps: cube the coefficient, and multiply the exponents.

Why each wrong option is wrong:

  • A, 3x63 x^{6} — handled the xx correctly and left the 3 untouched. The coefficient is inside the bracket, so it gets cubed too.
  • C, 9x69 x^{6} — squared the 3 rather than cubing it. The outer power is 3.
  • D, 27x527 x^{5} — added 2+32 + 3 instead of multiplying. A power raised to a power multiplies.

Takeaway: The outside exponent applies to every factor inside, coefficient included. Deal with the number and the letter separately so neither gets missed.


Q3Medium

Topic: A negative exponent

What is the value of 424^{-2}?

A) 16-16

B) 8-8

C) 88

D) 116\frac{1}{16}

Show the worked solution

Answer: D

Explanation

A negative exponent means reciprocal, not negative:

42=142=1164^{-2} = \frac{1}{4^2} = \frac{1}{16}

Say it as "one over 424^2". The minus sign moves the power to the bottom of a fraction; it never changes the sign of the answer.

Why each wrong option is wrong:

  • A, 16-16 — computed 424^2 and made it negative. A positive base raised to any power is positive.
  • B, 8-8 — multiplied 4×24 \times 2 and negated.
  • C, 88 — multiplied instead of raising to a power.

Takeaway: xa=1xax^{-a} = \frac{1}{x^a}. Negative exponent means small and positive, never negative. If your answer to a negative-exponent question is negative, something has gone wrong.


Q4Medium

Topic: A fractional exponent

What is the value of 82/38^{2/3}?

There are no options — work the answer out and enter it yourself, in the form the grid accepts.

Show the worked solution

Answer: 4

Explanation

In xm/nx^{m/n}, the bottom number is the root and the top is the power. So 82/38^{2/3} is the cube root of 8, squared:

82/3=(83)2=22=48^{2/3} = \left(\sqrt[3]{8}\right)^2 = 2^2 = 4

You can do it the other way — square first, then take the cube root:

82/3=823=643=48^{2/3} = \sqrt[3]{8^2} = \sqrt[3]{64} = 4

Same answer, bigger numbers. Take the root first and the arithmetic stays small, which matters when a question is written to be done without reaching for the calculator every time.

This is a grid-in. Enter 4.

Takeaway: Bottom is the root, top is the power. Root first, then power.


Section 2 — Expanding

Expanding is multiplying out until no brackets remain. Every term in the first bracket multiplies every term in the second.

(a+b)(c+d)=ac+ad+bc+bd(a + b)(c + d) = ac + ad + bc + bd

Two patterns come up so often they are worth recognising on sight rather than expanding each time:

(x+a)(xa)=x2a2difference of two squares(x + a)(x - a) = x^2 - a^2 \qquad \textbf{difference of two squares} (x+a)2=x2+2ax+a2perfect square(x + a)^2 = x^2 + 2ax + a^2 \qquad \textbf{perfect square}

(x+a)2(x + a)^2 is not x2+a2x^2 + a^2. That is the most common error in the whole chapter. There is a middle term, and it is 2ax2ax. Test it with numbers if you ever doubt it: (3+4)2=49(3 + 4)^2 = 49, while 32+42=253^2 + 4^2 = 25.


Q5Basic

Topic: Expanding two brackets

Which expression is equivalent to (x+3)(x5)(x + 3)(x - 5)?

A) x215x^{2} - 15

B) x22x15x^{2} - 2 x - 15

C) x2+2x15x^{2} + 2 x - 15

D) x28x15x^{2} - 8 x - 15

Show the worked solution

Answer: B

Explanation

Multiply every term by every term:

xx=x2x(5)=5xx \cdot x = x^2 \qquad x \cdot (-5) = -5x 3x=3x3(5)=153 \cdot x = 3x \qquad 3 \cdot (-5) = -15

Collect the two middle terms: 5x+3x=2x-5x + 3x = -2x. So

(x+3)(x5)=x22x15(x + 3)(x - 5) = x^2 - 2x - 15

Check with a number. At x=1x = 1: the original is (4)(4)=16(4)(-4) = -16, and the answer is 1215=161 - 2 - 15 = -16

Why each wrong option is wrong:

  • A, x215x^{2} - 15 — multiplied the first terms and the last terms and skipped the middle two. Four products, not two.
  • C, x2+2x15x^{2} + 2 x - 15 — the middle term has the wrong sign. 5x+3x-5x + 3x is 2x-2x: the bigger number is the negative one.
  • D, x28x15x^{2} - 8 x - 15 — multiplied the middle terms (5×3-5 \times 3) instead of adding them.

Takeaway: Four products, then collect the middle two. Check by substituting x=1x = 1: it takes seconds and catches every sign error.


Q6Medium

Topic: Squaring a binomial

Which expression is equivalent to (2x3)2(2x - 3)^2?

A) 4x2+94 x^{2} + 9

B) 4x294 x^{2} - 9

C) 4x26x+94 x^{2} - 6 x + 9

D) 4x212x+94 x^{2} - 12 x + 9

Show the worked solution

Answer: D

Explanation

(2x3)2(2x - 3)^2 means (2x3)(2x3)(2x - 3)(2x - 3). Multiply it out:

2x2x=4x22x(3)=6x2x \cdot 2x = 4x^2 \qquad 2x \cdot (-3) = -6x 32x=6x3(3)=+9-3 \cdot 2x = -6x \qquad -3 \cdot (-3) = +9

The two middle terms are both 6x-6x, so together they are 12x-12x:

(2x3)2=4x212x+9(2x - 3)^2 = 4x^2 - 12x + 9

Check at x=1x = 1: the original is (1)2=1(-1)^2 = 1, and the answer is 412+9=14 - 12 + 9 = 1

Why each wrong option is wrong:

  • A, 4x2+94 x^{2} + 9 — squared each term separately. (ab)2a2+b2(a - b)^2 \neq a^2 + b^2; there is always a middle term.
  • B, 4x294 x^{2} - 9 — used the difference-of-squares pattern, which is for (2x3)(2x+3)(2x-3)(2x+3) — brackets with opposite signs. Here the signs match, so the middle terms reinforce rather than cancel.
  • C, 4x26x+94 x^{2} - 6 x + 9 — found 6x-6x once and forgot it appears twice.

Takeaway: (a±b)2=a2±2ab+b2(a \pm b)^2 = a^2 \pm 2ab + b^2 — the middle term is doubled. Matching signs give a middle term; opposite signs cancel it.


Q7Medium

Topic: Recognising the difference of two squares

Which expression is equivalent to (3x+4)(3x4)(3x + 4)(3x - 4)?

A) 9x2169 x^{2} - 16

B) 9x2+169 x^{2} + 16

C) 9x224x169 x^{2} - 24 x - 16

D) 3x2163 x^{2} - 16

Show the worked solution

Answer: A

Explanation

The brackets are identical apart from the sign, which is the difference-of-two- squares pattern:

(a+b)(ab)=a2b2(a + b)(a - b) = a^2 - b^2

Here a=3xa = 3x and b=4b = 4:

(3x)242=9x216(3x)^2 - 4^2 = 9x^2 - 16

Expanding the long way shows why the middle disappears: 12x+12x=0-12x + 12x = 0.

Check at x=1x = 1: (7)(1)=7(7)(-1) = -7, and 916=79 - 16 = -7

Why each wrong option is wrong:

  • B, 9x2+169 x^{2} + 16 — the pattern subtracts. 4×4=16-4 \times 4 = -16.
  • C, 9x224x169 x^{2} - 24 x - 16 — kept a middle term. With opposite signs the middle terms are equal and opposite, so they always cancel.
  • D, 3x2163 x^{2} - 16 — squared the xx but not the 3. (3x)2=9x2(3x)^2 = 9x^2; the whole factor gets squared.

Takeaway: Same two terms, opposite signs → a2b2a^2 - b^2, with no middle term. Square the whole first term, coefficient included.


Section 3 — Factoring

Factoring is expanding run backwards: turning a sum into a product. It is how you solve quadratics (Chapter 4) and how you simplify fractions (Section 4), so it earns its place twice.

Always look for a common factor first. 2x2+8x2x^2 + 8x is 2x(x+4)2x(x + 4), and pulling the 2x2x out makes everything after it easier.

To factor x2+bx+cx^2 + bx + c, find two numbers that multiply to cc and add to bb. For x2+7x+12x^2 + 7x + 12: which pairs multiply to 12? 1×121 \times 12, 2×62 \times 6, 3×43 \times 4. Which adds to 7? 3+43 + 4. So it is (x+3)(x+4)(x+3)(x+4).

The signs tell you a lot before you start:

cc bb The two numbers are
positive positive both positive
positive negative both negative
negative either one of each; the bigger takes bb's sign

Q8Basic

Topic: Factoring a simple quadratic

Which of the following is a factor of x27x+12x^2 - 7x + 12?

A) x+3x + 3

B) x3x - 3

C) x12x - 12

D) x+4x + 4

Show the worked solution

Answer: B

Explanation

Find two numbers that multiply to +12+12 and add to 7-7.

The constant is positive and the middle term is negative, so both numbers are negative. Pairs multiplying to 12: 1-1 and 12-12 (adds to 13-13), 2-2 and 6-6 (adds to 8-8), 3-3 and 4-4 (adds to 7-7 ✓).

x27x+12=(x3)(x4)x^2 - 7x + 12 = (x - 3)(x - 4)

So x3x - 3 is a factor. Check by expanding: x24x3x+12=x27x+12x^2 - 4x - 3x + 12 = x^2 - 7x + 12

Why each wrong option is wrong:

  • A, x+3x + 3 — right number, wrong sign. (x+3)(x+3) would need a +3+3 in the pair, and +3+3 and +4+4 give a middle term of +7+7.
  • C, x12x - 12 — took the constant 12 as a factor. The numbers in the brackets multiply to give 12; they are not 12 itself.
  • D, x+4x + 4 — the same sign error as A, on the other factor.

Takeaway: Two numbers multiplying to cc and adding to bb. Read the signs off the table before you hunt: positive cc with negative bb means both are negative.


Q9Medium

Topic: Factoring out a common factor first

Which expression is equivalent to 3x2273x^2 - 27?

A) (x3)(3x+9)\left(x - 3\right) \left(3 x + 9\right)

B) 3(x3)23 \left(x - 3\right)^{2}

C) (x9)(x+3)\left(x - 9\right) \left(x + 3\right)

D) 3x2+273 x^{2} + 27

Show the worked solution

Answer: A

Explanation

Take the common factor of 3 out first:

3x227=3(x29)3x^2 - 27 = 3(x^2 - 9)

Now x29x^2 - 9 is a difference of two squares, since 9=329 = 3^2:

x29=(x+3)(x3)x^2 - 9 = (x + 3)(x - 3)

So the fully factored form is

3(x+3)(x3)3(x + 3)(x - 3)

Check at x=0x = 0: the original is 27-27, and 3(3)(3)=273(3)(-3) = -27

Why each wrong option is wrong:

  • B, 3(x3)23 \left(x - 3\right)^{2} — a perfect square needs a middle term. This expands to 3x218x+273x^2 - 18x + 27, not 3x2273x^2 - 27. Test it at x=0x = 0: it gives 2727, not 27-27.
  • C, (x9)(x+3)\left(x - 9\right) \left(x + 3\right) — never pulled the 3 out, then found numbers multiplying to 27-27 and adding to 6-6. That factors x26x27x^2 - 6x - 27, a different expression.
  • D, 3x2+273 x^{2} + 27 — lost the minus sign. x2+9x^2 + 9 is a sum of squares, and a sum of squares does not factor at all — which is worth knowing, because the test offers it whenever the difference-of-squares pattern is in play.

Takeaway: Common factor first, then look for a pattern in what is left. a2b2a^2 - b^2 factors; a2+b2a^2 + b^2 does not. And substituting x=0x = 0 eliminates wrong options here in one step.


Q10Hard

Topic: Factoring with a leading coefficient

Which of the following is a factor of 2x2+5x32x^2 + 5x - 3?

A) x3x - 3

B) 2x+12 x + 1

C) 2x12 x - 1

D) x+1x + 1

Show the worked solution

Answer: C

Explanation

With a leading coefficient the pair of numbers must multiply to 2×(3)=62 \times (-3) = -6 and add to +5+5. That pair is +6+6 and 1-1.

Split the middle term using them:

2x2+6xx32x^2 + 6x - x - 3

Now factor in pairs:

2x(x+3)1(x+3)=(x+3)(2x1)2x(x + 3) - 1(x + 3) = (x + 3)(2x - 1)

So the factors are x+3x + 3 and 2x12x - 1. Of the options, 2x12x - 1 is there.

Check by expanding: (x+3)(2x1)=2x2x+6x3=2x2+5x3(x+3)(2x-1) = 2x^2 - x + 6x - 3 = 2x^2 + 5x - 3

There is a faster check when you only need to test an option. A factor 2x12x - 1 means x=12x = \frac12 makes the expression zero:

2(14)+5(12)3=12+523=0  2\left(\tfrac14\right) + 5\left(\tfrac12\right) - 3 = \tfrac12 + \tfrac52 - 3 = 0 \; ✓

With a calculator, testing four options this way is often quicker than factoring at all.

Why each wrong option is wrong:

  • A, x3x - 3 — would need x=3x = 3 to give zero: 18+153=3018 + 15 - 3 = 30, not 0.
  • B, 2x+12 x + 1 — needs x=12x = -\frac12: 12523=5\frac12 - \frac52 - 3 = -5, not 0.
  • D, x+1x + 1 — needs x=1x = -1: 253=62 - 5 - 3 = -6, not 0.

Takeaway: With a leading coefficient, find numbers multiplying to a×ca \times c and adding to bb, then split the middle term. Or skip all of it: test each option by finding the xx that makes it zero and substituting.


Section 4 — Rational Expressions

A rational expression is a fraction with algebra in it. Simplifying means factoring the top and the bottom and cancelling anything they share.

You may only cancel factors, never terms. In x+3x\dfrac{x + 3}{x} you cannot cancel the xx's, because the top is a sum, not a product. Factor first, and then cancelling is always safe.

Adding fractions needs a common denominator, exactly as with numbers:

1x+1y=yxy+xxy=x+yxy\frac{1}{x} + \frac{1}{y} = \frac{y}{xy} + \frac{x}{xy} = \frac{x + y}{xy}


Q11Medium

Topic: Simplifying by factoring

Which expression is equivalent to x29x2+7x+12\dfrac{x^2 - 9}{x^2 + 7x + 12} for all values of xx where it is defined?

A) x3x+4\frac{x - 3}{x + 4}

B) x+3x+4\frac{x + 3}{x + 4}

C) x3x4\frac{x - 3}{x - 4}

D) 34- \frac{3}{4}

Show the worked solution

Answer: A

Explanation

Factor both parts. The top is a difference of two squares:

x29=(x+3)(x3)x^2 - 9 = (x + 3)(x - 3)

For the bottom, two numbers multiplying to 12 and adding to 7 — that is 3 and 4:

x2+7x+12=(x+3)(x+4)x^2 + 7x + 12 = (x + 3)(x + 4)

So

(x+3)(x3)(x+3)(x+4)\frac{(x + 3)(x - 3)}{(x + 3)(x + 4)}

The (x+3)(x + 3) is a factor of both, so it cancels:

x3x+4\frac{x - 3}{x + 4}

Check at x=0x = 0: the original is 912=34\frac{-9}{12} = -\frac34, and the answer is 34=34\frac{-3}{4} = -\frac34

Why each wrong option is wrong:

  • B, x+3x+4\frac{x + 3}{x + 4} — cancelled (x3)(x - 3) from the top against (x+3)(x + 3) on the bottom. Only identical factors cancel.
  • C, x3x4\frac{x - 3}{x - 4} — factored the bottom as (x+3)(x4)(x+3)(x-4), which expands to x2x12x^2 - x - 12, not what was given.
  • D, 34- \frac{3}{4} — cancelled the x2x^2 terms. They are terms inside a sum, not factors of the whole expression, so they cannot be cancelled. This is exactly the mistake the section warns about — and note it happens to be the value at x=0x = 0, which is why the substitution check has to use more than one number.

Takeaway: Factor top and bottom completely, then cancel whole brackets. Never cancel across a ++ or - sign.


Q12Medium

Topic: Adding algebraic fractions

Which expression is equivalent to 2x+3x+1\dfrac{2}{x} + \dfrac{3}{x + 1}?

A) 52x+1\frac{5}{2 x + 1}

B) 2x+3x(x+1)\frac{2 x + 3}{x \left(x + 1\right)}

C) 5x+2x(x+1)\frac{5 x + 2}{x \left(x + 1\right)}

D) 5x(x+1)\frac{5}{x \left(x + 1\right)}

Show the worked solution

Answer: C

Explanation

The denominators share nothing, so the common denominator is their product, x(x+1)x(x+1). Scale each fraction to it:

2x=2(x+1)x(x+1)3x+1=3xx(x+1)\frac{2}{x} = \frac{2(x+1)}{x(x+1)} \qquad \frac{3}{x+1} = \frac{3x}{x(x+1)}

Now add the tops:

2(x+1)+3xx(x+1)=2x+2+3xx(x+1)=5x+2x(x+1)\frac{2(x+1) + 3x}{x(x+1)} = \frac{2x + 2 + 3x}{x(x+1)} = \frac{5x + 2}{x(x+1)}

Check at x=1x = 1: the original is 21+32=3.5\frac21 + \frac32 = 3.5, and the answer is 72=3.5\frac{7}{2} = 3.5

Why each wrong option is wrong:

  • A, 52x+1\frac{5}{2 x + 1} — added the tops and the bottoms separately. That is never how fractions add: 12+12\frac12 + \frac12 is 1, not 24\frac24.
  • B, 2x+3x(x+1)\frac{2 x + 3}{x \left(x + 1\right)} — found the right denominator but forgot to scale the numerators when moving them onto it.
  • D, 5x(x+1)\frac{5}{x \left(x + 1\right)} — the same mistake, having just added 2 and 3.

Takeaway: A common denominator means rescaling the tops too. Whatever you multiplied the bottom by, multiply that fraction's top by as well.


Section 5 — Checking by Substitution

"Equivalent" means equal for every value of the variable. That gives you a technique that turns algebra questions into arithmetic, and it is one of the most valuable habits on this test.

Pick a number, put it in the original, put it in each option, and keep only the options that match.

Rules for choosing well:

  • Avoid 0 and 1. They make too many different expressions agree. x2x^2 and x3x^3 and xx are all equal at both.
  • Avoid numbers already in the problem, which can create accidental matches.
  • 2, 3 and 5 are usually ideal.
  • If two options survive, test a second number. One survivor is the answer.

This is not a fallback for when you are stuck. On "which expression is equivalent" questions with messy algebra it is often the fastest correct route, and with a calculator permitted it is very hard to get wrong.


Q13Medium

Topic: Using substitution to identify an equivalent expression

Which expression is equivalent to (x+2)(x3)(x26)(x + 2)(x - 3) - (x^2 - 6)?

A) 2x2 x

B) x- x

C) x12- x - 12

D) xx

Show the worked solution

Answer: B

Explanation

Expand the first product:

(x+2)(x3)=x23x+2x6=x2x6(x + 2)(x - 3) = x^2 - 3x + 2x - 6 = x^2 - x - 6

Now subtract the bracket, flipping both its signs:

(x2x6)(x26)=x2x6x2+6=x(x^2 - x - 6) - (x^2 - 6) = x^2 - x - 6 - x^2 + 6 = -x

Check by substitution, which is the point of this section. At x=2x = 2:

  • Original: (4)(1)(46)=4(2)=2(4)(-1) - (4 - 6) = -4 - (-2) = -2
  • Answer x-x: 2-2

Test the others at x=2x = 2 as well: 2x2x gives 4, x12-x - 12 gives 14-14, xx gives 2. Only x-x matches, and it took ten seconds without any expanding at all.

Why each wrong option is wrong:

  • A, 2x2 x — mishandled the subtraction so the x2x^2 terms added rather than cancelled.
  • C, x12- x - 12 — subtracted the x2x^2 but not the 6-6, leaving 66-6 - 6.
  • D, xx — the right size with the wrong sign.

Takeaway: A minus in front of a bracket flips every sign inside it. And when four options differ only in signs, substituting one number settles it faster than expanding.


Q14Hard

Topic: Substitution when the algebra is messy

If a0a \ne 0, which expression is equivalent to a1+b1(ab)1\dfrac{a^{-1} + b^{-1}}{(ab)^{-1}}?

A) 11

B) aba b

C) a+bab\frac{a + b}{a b}

D) a+ba + b

Show the worked solution

Answer: D

Explanation

Rewrite every negative exponent as a fraction:

1a+1b1ab\frac{\dfrac{1}{a} + \dfrac{1}{b}}{\dfrac{1}{ab}}

Add the two fractions on top, over the common denominator abab:

1a+1b=b+aab\frac{1}{a} + \frac{1}{b} = \frac{b + a}{ab}

So the whole thing is

a+bab1ab=a+bab×ab1=a+b\frac{\dfrac{a + b}{ab}}{\dfrac{1}{ab}} = \frac{a + b}{ab} \times \frac{ab}{1} = a + b

Dividing by 1ab\frac{1}{ab} is multiplying by abab, and the abab cancels.

Or substitute, and skip all of it. Take a=2a = 2 and b=3b = 3:

12+1316=5616=5\frac{\frac12 + \frac13}{\frac16} = \frac{\frac56}{\frac16} = 5

Now test the options at a=2,b=3a = 2, b = 3: option A gives 1, B gives 6, C gives 56\frac56, D gives 5. Only D matches ✓

On a question like this, where the algebra is fiddly and the options are simple, substitution is not the backup plan — it is the better method.

Why each wrong option is wrong:

  • A, 11 — cancelled the negative exponents against each other as though the top and bottom were the same expression.
  • B, aba b — multiplied aa and bb rather than adding.
  • C, a+bab\frac{a + b}{a b} — stopped after combining the numerator and never divided by 1ab\frac{1}{ab}.

Takeaway: Turn negative exponents into fractions before doing anything else. And when the options are simple but the expression is not, substitute two small numbers — it is faster and more reliable than the algebra.


Section 6 — Mixed Practice

Exponents, expanding, factoring and fractions, shuffled.


Q15Basic

Topic: Dividing powers

Which expression is equivalent to 12x73x4\dfrac{12x^7}{3x^4}?

A) 4x744 x^{\frac{7}{4}}

B) 4x34 x^{3}

C) 9x39 x^{3}

D) 4x114 x^{11}

Show the worked solution

Answer: B

Explanation

Handle the numbers and the letters separately. 12÷3=412 \div 3 = 4, and dividing powers subtracts exponents: x74=x3x^{7-4} = x^3.

12x73x4=4x3\frac{12x^7}{3x^4} = 4x^3

A divided the exponents. C subtracted the coefficients instead of dividing them. D added the exponents.

Takeaway: Divide the coefficients, subtract the exponents. The coefficients and the powers follow different rules — do them in separate steps.


Q16Medium

Topic: A power of a quotient

Which expression is equivalent to (2x3y2)2\left(\dfrac{2x^3}{y^2}\right)^{2}?

A) 2x6y4\frac{2 x^{6}}{y^{4}}

B) 4x5y4\frac{4 x^{5}}{y^{4}}

C) 4x6y4\frac{4 x^{6}}{y^{4}}

D) 4x6y2\frac{4 x^{6}}{y^{2}}

Show the worked solution

Answer: C

Explanation

The outside power reaches every factor, top and bottom:

(2x3y2)2=22(x3)2(y2)2=4x6y4\left(\frac{2x^3}{y^2}\right)^2 = \frac{2^2 (x^3)^2}{(y^2)^2} = \frac{4x^6}{y^4}

A left the 2 alone. B added 3+23 + 2 instead of multiplying. D left the denominator unsquared.

Takeaway: Squaring a fraction squares the top and the bottom, including every coefficient. Three separate pieces here — check you did all three.


Q17Medium

Topic: Zero and negative exponents together

What is the value of 30+213^0 + 2^{-1}?

A) 00

B) 12\frac{1}{2}

C) 11

D) 32\frac{3}{2}

Show the worked solution

Answer: D

Explanation

30=13^0 = 1anything non-zero to the power 0 is 1. And 21=122^{-1} = \frac{1}{2}.

1+12=321 + \frac12 = \frac32

A and B treated 303^0 as 0. C treated 212^{-1} as 0.

Takeaway: x0=1x^0 = 1, not 0. It is the answer to "how many times have you multiplied by xx" — none, so you are left with the 1 you started from.


Q18Medium

Topic: Expanding a product of three factors

Which expression is equivalent to 2x(x+4)(x1)2x(x + 4)(x - 1)?

A) 2x3+6x28x2 x^{3} + 6 x^{2} - 8 x

B) 2x3+6x2+8x2 x^{3} + 6 x^{2} + 8 x

C) 2x3+3x24x2 x^{3} + 3 x^{2} - 4 x

D) x3+3x24xx^{3} + 3 x^{2} - 4 x

Show the worked solution

Answer: A

Explanation

Do the two brackets first, then multiply through by 2x2x:

(x+4)(x1)=x2x+4x4=x2+3x4(x + 4)(x - 1) = x^2 - x + 4x - 4 = x^2 + 3x - 4

2x(x2+3x4)=2x3+6x28x2x(x^2 + 3x - 4) = 2x^3 + 6x^2 - 8x

Check at x=1x = 1: the original is 2(1)(5)(0)=02(1)(5)(0) = 0, and 2+68=02 + 6 - 8 = 0

B has the last sign wrong. C multiplied only the first term by 2x2x. D lost the 2.

Takeaway: Multiply two brackets first, then distribute the outside factor across every term of the result.


Q19Medium

Topic: Factoring by grouping

Which of the following is a factor of x3+2x29x18x^3 + 2x^2 - 9x - 18?

A) x2x - 2

B) x+2x + 2

C) x+9x + 9

D) x18x - 18

Show the worked solution

Answer: B

Explanation

Four terms with no common factor overall — group them in pairs:

(x3+2x2)+(9x18)=x2(x+2)9(x+2)(x^3 + 2x^2) + (-9x - 18) = x^2(x + 2) - 9(x + 2)

Both pairs now contain (x+2)(x + 2), so pull it out:

(x+2)(x29)=(x+2)(x+3)(x3)(x + 2)(x^2 - 9) = (x + 2)(x + 3)(x - 3)

So x+2x + 2 is a factor. Confirm it directly: a factor x+2x + 2 means x=2x = -2 gives zero.

(8)+2(4)9(2)18=8+8+1818=0  (-8) + 2(4) - 9(-2) - 18 = -8 + 8 + 18 - 18 = 0 \; ✓

A needs x=2x = 2: 8+81818=208 + 8 - 18 - 18 = -20, not 0. C needs x=9x = -9, which is nowhere near. D needs x=18x = 18.

Takeaway: Four terms with no common factor → group in pairs and look for a shared bracket. To test a proposed factor, set it to zero and substitute — one line, and it settles the question.


Q20Hard

Topic: A perfect-square trinomial

If x2+kx+49x^2 + kx + 49 is a perfect square for some positive constant kk, what is the value of kk?

There are no options — work the answer out and enter it yourself, in the form the grid accepts.

Show the worked solution

Answer: 14

Explanation

A perfect square looks like

(x+a)2=x2+2ax+a2(x + a)^2 = x^2 + 2ax + a^2

Match it against x2+kx+49x^2 + kx + 49. The constant tells you a2=49a^2 = 49, so a=7a = 7 (taking the positive value, since kk is positive). Then the middle term is

k=2a=14k = 2a = 14

Check: (x+7)2=x2+14x+49(x + 7)^2 = x^2 + 14x + 49

This is a grid-in. Enter 14.

Takeaway: In a perfect square the middle coefficient is twice the square root of the constant. Take the root of the constant, then double it.


Q21Medium

Topic: Simplifying a rational expression

Which expression is equivalent to 2x2+6xx29\dfrac{2x^2 + 6x}{x^2 - 9} where it is defined?

A) 2xx3\frac{2 x}{x - 3}

B) 2xx+3\frac{2 x}{x + 3}

C) 2x+6x3\frac{2 x + 6}{x - 3}

D) 2x32 x - 3

Show the worked solution

Answer: A

Explanation

Factor both parts:

2x2+6x=2x(x+3)x29=(x+3)(x3)2x^2 + 6x = 2x(x + 3) \qquad x^2 - 9 = (x + 3)(x - 3)

2x(x+3)(x+3)(x3)=2xx3\frac{2x(x + 3)}{(x + 3)(x - 3)} = \frac{2x}{x - 3}

Check at x=1x = 1: the original is 2+619=88=1\frac{2 + 6}{1 - 9} = \frac{8}{-8} = -1, and the answer is 22=1\frac{2}{-2} = -1

B cancelled (x+3)(x+3) against (x3)(x-3). C did not take the 2x2x out properly. D cancelled terms across a sum.

Takeaway: Factor first, cancel whole brackets only. A common factor of 2x2x on top comes out in one piece.


Q22Hard

Topic: Rewriting to reveal a required form

The expression 6x+112x+3\dfrac{6x + 11}{2x + 3} can be written as 3+c2x+33 + \dfrac{c}{2x + 3}, where cc is a constant. What is the value of cc?

There are no options — work the answer out and enter it yourself, in the form the grid accepts.

Show the worked solution

Answer: 2

Explanation

The aim is to make the top contain a copy of the bottom. The bottom is 2x+32x + 3; three of those give 6x+96x + 9, which is nearly the top:

6x+11=3(2x+3)+26x + 11 = 3(2x + 3) + 2

Now split the fraction:

6x+112x+3=3(2x+3)2x+3+22x+3=3+22x+3\frac{6x + 11}{2x + 3} = \frac{3(2x + 3)}{2x + 3} + \frac{2}{2x + 3} = 3 + \frac{2}{2x + 3}

So c=2c = 2.

Check at x=0x = 0: the original is 113\frac{11}{3}, and the rewritten form is 3+23=1133 + \frac23 = \frac{11}{3}

There is a quicker way when you only need cc. The two forms must be equal for every xx, so pick a convenient one. At x=0x = 0:

113=3+c311=9+cc=2\frac{11}{3} = 3 + \frac{c}{3} \quad\Longrightarrow\quad 11 = 9 + c \quad\Longrightarrow\quad c = 2

This is a grid-in. Enter 2.

Takeaway: To split a fraction into "whole part plus remainder", work out how many copies of the bottom fit into the top. Or, since the two forms are equal for every xx, substitute x=0x = 0 and solve for the constant in one line.


Q23Medium

Topic: Multiplying expressions with radicals

Which expression is equivalent to 18+8\sqrt{18} + \sqrt{8}?

A) 26\sqrt{26}

B) 2262 \sqrt{26}

C) 525 \sqrt{2}

D) 626 \sqrt{2}

Show the worked solution

Answer: C

Explanation

Simplify each root by pulling out square factors:

18=92=328=42=22\sqrt{18} = \sqrt{9 \cdot 2} = 3\sqrt{2} \qquad \sqrt{8} = \sqrt{4 \cdot 2} = 2\sqrt{2}

Both are now multiples of 2\sqrt2, so they add like terms:

32+22=523\sqrt2 + 2\sqrt2 = 5\sqrt2

Check numerically: 184.243\sqrt{18} \approx 4.243 and 82.828\sqrt8 \approx 2.828, summing to about 7.0717.071. And 527.0715\sqrt2 \approx 7.071

A and B added the numbers under the roots. a+b\sqrt{a} + \sqrt{b} is never a+b\sqrt{a+b} — test it: 9+16=7\sqrt9 + \sqrt{16} = 7, but 25=5\sqrt{25} = 5. D multiplied the coefficients instead of adding.

Takeaway: Simplify each radical first, then add the ones with matching roots the way you would add like terms. Never add under the root sign.


Q24Medium

Topic: An expression that must hold for all values

If (x+p)(x+4)=x2+9x+q(x + p)(x + 4) = x^2 + 9x + q for all values of xx, what is the value of qq?

A) 44

B) 99

C) 1313

D) 2020

Show the worked solution

Answer: D

Explanation

Expand the left-hand side, keeping pp as a letter:

(x+p)(x+4)=x2+4x+px+4p=x2+(p+4)x+4p(x + p)(x + 4) = x^2 + 4x + px + 4p = x^2 + (p + 4)x + 4p

"For all values of xx" means the two sides are identical, so match the pieces. The xx coefficients:

p+4=9p=5p + 4 = 9 \quad\Longrightarrow\quad p = 5

Then the constants:

q=4p=20q = 4p = 20

Check: (x+5)(x+4)=x2+9x+20(x + 5)(x + 4) = x^2 + 9x + 20

A and B copied numbers straight off the question. C added where a multiplication was needed.

Takeaway: "For all values of xx" means match coefficients term by term. Find the unknown from the xx terms first, then use it in the constant.


Q25Medium

Topic: Exponents with different bases

Which expression is equivalent to 21043\dfrac{2^{10}}{4^{3}}?

A) 128128

B) 1616

C) 1128\frac{1}{128}

D) 6553665536

Show the worked solution

Answer: B

Explanation

The bases differ, so no exponent rule applies yet. Rewrite them to match:

43=(22)3=264^3 = (2^2)^3 = 2^6

Now they share a base and dividing subtracts:

21026=24=16\frac{2^{10}}{2^6} = 2^{4} = 16

Check numerically: 102464=16\frac{1024}{64} = 16

A subtracted 10310 - 3 without converting the 4 to a power of 2 — the most common error in this whole topic.

Takeaway: Exponent rules need a common base. Rewrite 4, 8, 9, 27 and so on as powers of a smaller base first, then apply the rule.


Q26Medium

Topic: Factoring out a negative

Which expression is equivalent to 2x2+10x-2x^2 + 10x?

A) 2x(x5)2 x \left(x - 5\right)

B) 2x(x+5)- 2 x \left(x + 5\right)

C) 2x(x10)- 2 x \left(x - 10\right)

D) 2x(x5)- 2 x \left(x - 5\right)

Show the worked solution

Answer: D

Explanation

The common factor is 2x-2x. Taking it out flips the sign of every term inside:

2x2+10x=2x(x5)-2x^2 + 10x = -2x(x - 5)

Check by expanding: 2xx=2x2-2x \cdot x = -2x^2 ✓ and 2x(5)=+10x-2x \cdot (-5) = +10x

Substituting is quicker still. At x=1x = 1 the original is 2+10=8-2 + 10 = 8, and 2(1)(15)=2(4)=8-2(1)(1-5) = -2(-4) = 8

A kept the factor positive, giving 2x210x2x^2 - 10x — the whole expression negated. B got the inside sign wrong. C divided the 10x10x by 2-2 rather than by 2x-2x, leaving a 10 where a 5 belongs.

One more thing worth knowing: 2x(5x)2x(5 - x) is also a correct factorisation of this expression, because 5x=(x5)5 - x = -(x - 5) and the two minus signs cancel. Both forms are right; 2x(x5)-2x(x-5) is the conventional one, with the common factor taken out in front.

Takeaway: Pulling out a negative flips every sign inside the bracket. Expand it back, or test x=1x = 1, before moving on — and remember aba - b and bab - a differ only by a sign, so two factorisations can look different and be equal.


Q27Hard

Topic: Simplifying a compound fraction

Which expression is equivalent to 1x13x3\dfrac{\frac{1}{x} - \frac{1}{3}}{x - 3} for x0x \ne 0 and x3x \ne 3?

A) 13x- \frac{1}{3 x}

B) 13x\frac{1}{3 x}

C) 1x3\frac{1}{x - 3}

D) 3x3x\frac{3 - x}{3 x}

Show the worked solution

Answer: A

Explanation

Combine the top over a common denominator of 3x3x:

1x13=3x3x\frac1x - \frac13 = \frac{3 - x}{3x}

Now the whole expression is

3x3x÷(x3)=3x3x(x3)\frac{3 - x}{3x} \div (x - 3) = \frac{3 - x}{3x(x - 3)}

The key step: 3x3 - x is the negative of x3x - 3, so 3x=(x3)3 - x = -(x - 3) and the brackets cancel, leaving the minus behind:

(x3)3x(x3)=13x\frac{-(x - 3)}{3x(x - 3)} = -\frac{1}{3x}

Check at x=1x = 1: the original is 11313=2/32=13\frac{1 - \frac13}{1 - 3} = \frac{2/3}{-2} = -\frac13, and 13(1)=13-\frac{1}{3(1)} = -\frac13

B lost that minus. D stopped one step early.

Takeaway: aba - b and bab - a differ only by a minus sign, so they cancel and leave 1-1. Combine the top before dividing, then substitute a number to check the sign.


Q28Medium

Topic: An expression with a shared factor

If x+y=12x + y = 12 and xy=20xy = 20, what is the value of x2+2xy+y2x^2 + 2xy + y^2?

A) 164164

B) 3232

C) 144144

D) 184184

Show the worked solution

Answer: C

Explanation

Recognise the pattern before doing anything:

x2+2xy+y2=(x+y)2x^2 + 2xy + y^2 = (x + y)^2

So the answer is simply

122=14412^2 = 144

The xy=20xy = 20 is there to be ignored — it is already inside the square, and adding it again is what options A and D do.

You could solve for xx and yy instead, but they turn out to be irrational, and the question is designed so that recognising the identity avoids all of that.

Takeaway: x2+2xy+y2x^2 + 2xy + y^2 is (x+y)2(x+y)^2, always. When a question hands you x+yx + y and asks for that expression, the identity is the question — and extra information may be a distraction.


Q29Hard

Topic: Rewriting to a required form

The expression x2+5x+6x+2\dfrac{x^2 + 5x + 6}{x + 2} is equivalent to x+kx + k for x2x \ne -2. What is the value of kk?

There are no options — work the answer out and enter it yourself, in the form the grid accepts.

Show the worked solution

Answer: 3

Explanation

Factor the top:

x2+5x+6=(x+2)(x+3)x^2 + 5x + 6 = (x + 2)(x + 3)

The (x+2)(x + 2) cancels:

(x+2)(x+3)x+2=x+3\frac{(x+2)(x+3)}{x+2} = x + 3

So k=3k = 3.

The condition x2x \ne -2 is there because the original fraction is undefined at x=2x = -2, even though x+3x + 3 is perfectly happy there. Cancelling removes the problem from the expression but not from the original, which is why the question states the restriction.

This is a grid-in. Enter 3.

Takeaway: Factor the numerator and look for the denominator inside it. The stated restriction tells you which factor is about to cancel.


Q30Medium

Topic: A radical in the denominator

Which expression is equivalent to 63\dfrac{6}{\sqrt{3}}?

A) 22

B) 232 \sqrt{3}

C) 636 \sqrt{3}

D) 2\sqrt{2}

Show the worked solution

Answer: B

Explanation

Multiply top and bottom by 3\sqrt3, which is multiplying by 1 and so changes nothing but the appearance:

63×33=633=23\frac{6}{\sqrt3} \times \frac{\sqrt3}{\sqrt3} = \frac{6\sqrt3}{3} = 2\sqrt3

Check numerically: 31.732\sqrt3 \approx 1.732, so 61.7323.46\frac{6}{1.732} \approx 3.46, and 233.462\sqrt3 \approx 3.46

A treated 3\sqrt3 as 3. D divided under the root, which is not a legal move here.

Takeaway: To clear a root from the bottom, multiply top and bottom by it. Then check numerically — a decimal comparison catches every slip in this topic.


Q31Medium

Topic: Multiplying a binomial by a trinomial

Which expression is equivalent to (x+2)(x23x+5)(x + 2)(x^2 - 3x + 5)?

A) x3x2+x+10x^{3} - x^{2} + x + 10

B) x3+x2x+10x^{3} + x^{2} - x + 10

C) x3x2x+10x^{3} - x^{2} - x + 10

D) x33x2+5x+10x^{3} - 3 x^{2} + 5 x + 10

Show the worked solution

Answer: C

Explanation

Every term in the first bracket multiplies every term in the second, so there are 2×3=62 \times 3 = 6 products, not four. Take the xx through first:

x(x23x+5)=x33x2+5xx(x^2 - 3x + 5) = x^3 - 3x^2 + 5x

Then the +2+2, which must reach all three terms:

2(x23x+5)=2x26x+102(x^2 - 3x + 5) = 2x^2 - 6x + 10

Add the two lines and collect like terms:

x3+(3x2+2x2)+(5x6x)+10=x3x2x+10x^3 + (-3x^2 + 2x^2) + (5x - 6x) + 10 = x^3 - x^2 - x + 10

Check at x=1x = 1: the original is (3)(13+5)=3×3=9(3)(1 - 3 + 5) = 3 \times 3 = 9, and the answer is 111+10=91 - 1 - 1 + 10 = 9

Why each wrong option is wrong:

  • A, x3x2+x+10x^{3} - x^{2} + x + 10 — collected the two xx terms as +x+x instead of x-x. 5x6x5x - 6x is negative, because the 6x-6x is larger.
  • B, x3+x2x+10x^{3} + x^{2} - x + 10 — collected the two x2x^2 terms as +x2+x^2. 3x2+2x2=x2-3x^2 + 2x^2 = -x^2.
  • D, x33x2+5x+10x^{3} - 3 x^{2} + 5 x + 10 — distributed the xx across all three terms but not the 22, multiplying it by the constant alone. Every term in the second bracket has to be reached by every term in the first.

Takeaway: count the products before you start — a binomial times a trinomial gives six. Distribute each term of the first bracket across the whole second bracket, then collect.


Q32Hard

Topic: An exponent equation with matched bases

If 9x=2749^{x} = 27^{4}, what is the value of xx?

There are no options — work the answer out and enter it yourself, in the form the grid accepts.

Show the worked solution

Answer: 6

Explanation

The bases differ, so rewrite both as powers of 3:

9x=(32)x=32x274=(33)4=3129^x = (3^2)^x = 3^{2x} \qquad 27^4 = (3^3)^4 = 3^{12}

With the same base, the exponents must match:

2x=12x=62x = 12 \quad\Longrightarrow\quad x = 6

Check: 96=531,4419^6 = 531{,}441 and 274=531,44127^4 = 531{,}441

This is a grid-in. Enter 6.

Takeaway: Rewrite both sides over a common base, then set the exponents equal. Powers of 2, 3 and 5 are the ones the test reuses.