PSAT Math Quiz: Equivalent Expressions
20 questions · exam conditions
0:00
Equivalent ExpressionsQuestion 1 of 20

If 4(x2)+k4(x-2)+k is equivalent to 4x+54x+5 for all values of xx, what is the value of kk? (Choose the constant that makes the two expressions identical.)

3-3
33
55
1313
← Back to quizzes

PSAT Math Quiz

PSAT Math Quiz: Equivalent Expressions

Practice Equivalent Expressions in PSAT Math with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Equivalent Expressions, giving you a quick way to practice the rules, question types, and explanations that matter most for PSAT Math.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

If 4(x2)+k4(x-2)+k is equivalent to 4x+54x+5 for all values of xx, what is the value of kk? (Choose the constant that makes the two expressions identical.)

  1. 3-3
  2. 33
  3. 55
  4. 1313 (correct answer)

Explanation: We need to find kk such that 4(x2)+k=4x+54(x-2)+k = 4x+5 for all values of xx. First, expand the left side: 4(x2)+k=4x8+k4(x-2)+k = 4x-8+k. For this to equal 4x+54x+5, we need 4x8+k=4x+54x-8+k = 4x+5. The 4x4x terms already match on both sides, so we need the constant terms to be equal: 8+k=5-8+k = 5. Solving for kk: k=5+8=13k = 5+8 = 13. A common error is forgetting to distribute the 4 to the -2, which would give 4x2+k4x-2+k instead of 4x8+k4x-8+k. Always verify by substituting back: 4(x2)+13=4x8+13=4x+54(x-2)+13 = 4x-8+13 = 4x+5 ✓.

Question 2

Which expression is equivalent to 9a2259a^2-25? Choose the fully factored form over the integers.

  1. (9a25)(a+1)(9a-25)(a+1)
  2. (3a5)(3a+5)(3a-5)(3a+5) (correct answer)
  3. (9a5)(a+5)(9a-5)(a+5)
  4. (3a5)2(3a-5)^2

Explanation: We need to factor 9a2259a^2-25, which is a difference of squares. The pattern for difference of squares is A2B2=(AB)(A+B)A^2-B^2 = (A-B)(A+B). Here, 9a2=(3a)29a^2 = (3a)^2 and 25=5225 = 5^2, so we have (3a)252(3a)^2-5^2. Applying the formula: (3a)252=(3a5)(3a+5)(3a)^2-5^2 = (3a-5)(3a+5). The fully factored form is (3a5)(3a+5)(3a-5)(3a+5). A common mistake is not recognizing that 9a2=(3a)29a^2 = (3a)^2 and trying to factor as (9a5)(a+5)(9a-5)(a+5), which doesn't work. Always verify by expanding: (3a5)(3a+5)=9a2+15a15a25=9a225(3a-5)(3a+5) = 9a^2+15a-15a-25 = 9a^2-25 ✓.

Question 3

If 2(x3)+5x=7x+k2(x-3)+5x=7x+k for all values of xx, what is the value of the constant kk? Distribute first, then compare the constant terms on both sides.

  1. 6-6 (correct answer)
  2. 3-3
  3. 33
  4. 66

Explanation: We need to find kk such that 2(x3)+5x=7x+k2(x-3)+5x=7x+k for all values of xx. First, distribute on the left side: 2(x3)=2x62(x-3) = 2x - 6. The left side becomes 2x6+5x=7x62x - 6 + 5x = 7x - 6. For the equation 7x6=7x+k7x - 6 = 7x + k to be true for all xx, the coefficients of xx must match (they do: both are 7) and the constant terms must match. Therefore, 6=k-6 = k, so k=6k = -6. A common mistake is to write k=6k = 6 by forgetting the negative sign.

Question 4

The expression (x6)(x+2)(x-6)(x+2) is expanded and written in standard form x2+bx+cx^2+bx+c. What is the value of bb?

  1. 12-12
  2. 4-4 (correct answer)
  3. 44
  4. 1212

Explanation: We need to expand (x6)(x+2)(x-6)(x+2) and identify the coefficient bb in the standard form x2+bx+cx^2+bx+c. Using FOIL: First terms give xcdotx=x2x cdot x = x^2, Outer terms give xcdot2=2xx cdot 2 = 2x, Inner terms give 6cdotx=6x-6 cdot x = -6x, and Last terms give 6cdot2=12-6 cdot 2 = -12. Combining these: x2+2x6x12=x24x12x^2 + 2x - 6x - 12 = x^2 - 4x - 12. The coefficient of xx is b=4b = -4. A common mistake is adding the inner and outer products incorrectly, getting 2x+6x=8x2x + 6x = 8x instead of 2x6x=4x2x - 6x = -4x.

Question 5

The expression x2+12x+36x^2+12x+36 can be rewritten in the form (x+m)2(x+m)^2. What is the value of mm?​

  1. 66 (correct answer)
  2. 1212
  3. 1818
  4. 6-6

Explanation: We need to find mm such that x2+12x+36=(x+m)2x^2+12x+36 = (x+m)^2. Expanding the right side: (x+m)2=x2+2mx+m2(x+m)^2 = x^2+2mx+m^2. Comparing coefficients with x2+12x+36x^2+12x+36, we need 2m=122m = 12 (coefficient of xx) and m2=36m^2 = 36 (constant term). From 2m=122m = 12, we get m=6m = 6. Let's verify: if m=6m = 6, then m2=36m^2 = 36 ✓, confirming our answer. Therefore, x2+12x+36=(x+6)2x^2+12x+36 = (x+6)^2 and m=6m = 6. This is a perfect square trinomial, and recognizing the pattern a2+2ab+b2=(a+b)2a^2+2ab+b^2 = (a+b)^2 helps identify mm quickly.

Question 6

Simplify 3x212x3x\dfrac{3x^2-12x}{3x}, assuming x0x\neq 0. Choose the expression that results after canceling common factors and simplifying completely.

  1. x4x-4 (correct answer)
  2. x24xx^2-4x
  3. x12x-12
  4. 3x123x-12

Explanation: The question asks to simplify (dfrac{3x^2 - 12x}{3x}) for (x eq 0) by canceling common factors. First, factor the numerator: (3x^2 - 12x = 3x(x - 4)). Then the expression is (dfrac{3x(x - 4)}{3x}), and cancel 3x top and bottom, leaving (x - 4). A common error is canceling incorrectly, like dividing only one term, resulting in something like x - 12. Another mistake could be factoring out 3 instead of 3x, leading to x-12 or 3x-12. Always factor the numerator completely and cancel entire common factors. In tests, verify by plugging in a number like x=1 into original and simplified expressions.

Question 7

Which expression is equivalent to 2x(3x1)(x2)(x+2)2x(3x-1)-(x-2)(x+2)? Fully expand each product, watch for the difference of squares in (x2)(x+2)(x-2)(x+2), and then combine like terms.

  1. 5x22x45x^2-2x-4
  2. 7x22x+47x^2-2x+4
  3. 5x22x+45x^2-2x+4 (correct answer)
  4. 7x2+2x47x^2+2x-4

Explanation: To simplify 2x(3x1)(x2)(x+2)2x(3x-1)-(x-2)(x+2), first expand each product. For 2x(3x1)2x(3x-1): 2x(3x)2x(1)=6x22x2x(3x) - 2x(1) = 6x^2 - 2x. For (x2)(x+2)(x-2)(x+2), recognize this as a difference of squares: (x2)(x+2)=x24(x-2)(x+2) = x^2 - 4. Now combine: 6x22x(x24)=6x22xx2+4=5x22x+46x^2 - 2x - (x^2 - 4) = 6x^2 - 2x - x^2 + 4 = 5x^2 - 2x + 4. The key insight is recognizing (x2)(x+2)=x24(x-2)(x+2) = x^2 - 4 has no middle term, and remembering to distribute the negative sign to get +4+4.

Question 8

Which expression is equivalent to 3(2x5)4(x+1)+2x3(2x-5)-4(x+1)+2x? Be careful to distribute the 33 and the 4-4 correctly, and then combine like terms to write the result as a simplified linear expression in xx.

  1. 4x194x-19 (correct answer)
  2. 4x154x-15
  3. 8x198x-19
  4. 4x+194x+19

Explanation: The task is to simplify 3(2x5)4(x+1)+2x3(2x-5)-4(x+1)+2x by distributing and combining like terms. First, distribute the 3: 3(2x5)=6x153(2x-5) = 6x - 15. Next, distribute the -4: 4(x+1)=4x4-4(x+1) = -4x - 4. Now combine all terms: 6x154x4+2x=(6x4x+2x)+(154)=4x196x - 15 - 4x - 4 + 2x = (6x - 4x + 2x) + (-15 - 4) = 4x - 19. A common error is distributing -4 as 4x+4-4x + 4 instead of 4x4-4x - 4, which would incorrectly yield 4x114x - 11. When distributing a negative number, both terms inside the parentheses change sign.

Question 9

A student factors the expression 9y2259y^2-25. Which expression is equivalent to 9y2259y^2-25?

  1. (9y25)(y+1)(9y-25)(y+1)
  2. (3y5)(3y+5)(3y-5)(3y+5) (correct answer)
  3. (9y5)(y+5)(9y-5)(y+5)
  4. (3y25)(3y+1)(3y-25)(3y+1)

Explanation: The question requires factoring (9y29y^2 - 25) to find the equivalent expression. Recognize this as a difference of squares: ( (3y)^2 - 5^2 ). Apply the formula (a^2 - b^2 = (a - b)(a + b)), so it factors to ((3y - 5)(3y + 5)). A key error is mismatching the factors, such as using 9y and 1 incorrectly to get ((9y - 25)(y + 1)). Another mistake is confusing it with sum of squares or incorrect coefficients like ((9y - 5)(y + 5)). To check, expand the factored form back to verify it matches the original.

Question 10

Expand and simplify the expression (2x3)(x+5)(2x-3)(x+5). Use FOIL carefully, paying attention to the sign of 3-3 and combining like terms into standard form ax2+bx+cax^2+bx+c.

  1. 2x2+7x152x^2+7x-15 (correct answer)
  2. 2x27x152x^2-7x-15
  3. 2x2+13x152x^2+13x-15
  4. 2x2+7x+152x^2+7x+15

Explanation: To expand (2x3)(x+5)(2x-3)(x+5), we use FOIL method systematically. First terms: 2xcdotx=2x22x cdot x = 2x^2. Outer terms: 2xcdot5=10x2x cdot 5 = 10x. Inner terms: 3cdotx=3x-3 cdot x = -3x. Last terms: 3cdot5=15-3 cdot 5 = -15. Combining all terms: 2x2+10x3x15=2x2+7x152x^2 + 10x - 3x - 15 = 2x^2 + 7x - 15. The most common error is getting the sign wrong on the last term, writing +15+15 instead of 15-15 because students forget that (3)(+5)=15(-3)(+5) = -15.

Question 11

If 2(3x+k)5x=x+82(3x+k)-5x= x+8, what is the value of kk? Distribute first, then combine like terms so both sides have matching coefficients of xx.

  1. 11
  2. 22
  3. 44 (correct answer)
  4. 88

Explanation: We need to solve 2(3x+k)5x=x+82(3x+k)-5x = x+8 for kk. First, distribute on the left side: 6x+2k5x=x+86x + 2k - 5x = x + 8. Combine like terms on the left: (6x5x)+2k=x+2k=x+8(6x-5x) + 2k = x + 2k = x + 8. Since the coefficients of xx on both sides are already equal (both are 1), we need the constant terms to match: 2k=82k = 8. Dividing both sides by 2 gives k=4k = 4. The key insight is recognizing that once the xx terms match, the constant terms must also be equal.

Question 12

Which expression is equivalent to 6x224x3x\dfrac{6x^2-24x}{3x} for x0x\ne 0? Simplify completely and write the result in the form ax+bax+b.

  1. 2x82x-8 (correct answer)
  2. 2x+82x+8
  3. 2x28x2x^2-8x
  4. 2x8x\dfrac{2x-8}{x}

Explanation: We need to simplify 6x224x3x\frac{6x^2-24x}{3x} for x0x \neq 0. First, factor the numerator: 6x224x=6x(x4)6x^2-24x = 6x(x-4). So we have 6x(x4)3x\frac{6x(x-4)}{3x}. Since x0x \neq 0, we can cancel the common factor xx: 6x(x4)3x=6(x4)3\frac{6x(x-4)}{3x} = \frac{6(x-4)}{3}. Now simplify the coefficient: 63=2\frac{6}{3} = 2, giving us 2(x4)=2x82(x-4) = 2x-8. The simplified expression is 2x82x-8. A common error is dividing each term separately without factoring first, which can lead to mistakes with the algebra. Always factor before simplifying rational expressions.

Question 13

The expression x2+10x+25x^2+10x+25 is a perfect square trinomial. Which expression is equivalent to x2+10x+25x^2+10x+25 written as a squared binomial?

  1. (x+5)2(x+5)^2 (correct answer)
  2. (x5)2(x-5)^2
  3. (x+25)(x+1)(x+25)(x+1)
  4. (x+5)(x+25)(x+5)(x+25)

Explanation: We need to recognize that x2+10x+25x^2 + 10x + 25 is a perfect square trinomial and write it as a squared binomial. A perfect square trinomial has the form a2+2ab+b2=(a+b)2a^2 + 2ab + b^2 = (a+b)^2. Here, the first term is x2=(x)2x^2 = (x)^2 and the last term is 25=5225 = 5^2. The middle term should be 2cdotxcdot5=10x2 cdot x cdot 5 = 10x, which matches. Therefore, x2+10x+25=(x+5)2x^2 + 10x + 25 = (x+5)^2. Students often confuse the sign and write (x5)2(x-5)^2, but that expands to x210x+25x^2 - 10x + 25.

Question 14

Which expression is equivalent to (2m1)2(2m-1)^2 after expanding?

  1. 4m214m^2-1
  2. 4m24m+14m^2-4m+1 (correct answer)
  3. 4m22m+14m^2-2m+1
  4. 2m24m+12m^2-4m+1

Explanation: The question asks for the expanded equivalent of ((2m - 1)^2). Expand using the square formula: ((2m)^2 - 2 cdot 2m cdot 1 + (-1)^2 = 4m^2 - 4m + 1). Alternatively, FOIL: First (2m cdot 2m = 4m24m^2), Outer (2m cdot (-1) = -2m), Inner (-1 cdot 2m = -2m), Last (-1 cdot -1 = 1), then combine (4m24m^2 - 2m - 2m + 1 = 4m24m^2 - 4m + 1). A common error is forgetting the middle term, resulting in (4m24m^2 - 1). Another mistake is halving coefficients incorrectly, like (4m24m^2 - 2m + 1). Always expand fully and combine like terms when squaring binomials.

Question 15

The expression 9y2259y^2-25 can be rewritten using a special factoring pattern. Which option gives a factored form that is equivalent to 9y2259y^2-25?

  1. (9y25)(y+1)(9y-25)(y+1)
  2. (3y5)(3y+5)(3y-5)(3y+5) (correct answer)
  3. (9y5)(y+5)(9y-5)(y+5)
  4. (3y5)2(3y-5)^2

Explanation: The expression 9y2259y^2-25 is a difference of squares since 9y2=(3y)29y^2 = (3y)^2 and 25=5225 = 5^2. The difference of squares pattern states that a2b2=(ab)(a+b)a^2-b^2 = (a-b)(a+b). Here, a=3ya = 3y and b=5b = 5, so 9y225=(3y)252=(3y5)(3y+5)9y^2-25 = (3y)^2-5^2 = (3y-5)(3y+5). A common mistake is trying to factor out a common factor when none exists, or not recognizing that 9y29y^2 is a perfect square. When you see a binomial with subtraction and both terms are perfect squares, always check for the difference of squares pattern.

Question 16

Which expression is equivalent to (2x+3)(x4)(x4)(2x+3)(x-4) - (x-4)? Factor or expand as needed, but choose the simplest equivalent expression.

  1. (x4)(2x+2)(x-4)(2x+2) (correct answer)
  2. (x4)(2x+4)(x-4)(2x+4)
  3. 2x25x122x^2-5x-12
  4. 2x29x122x^2-9x-12

Explanation: We need to simplify (2x+3)(x4)(x4)(2x+3)(x-4) - (x-4). Notice that (x4)(x-4) is a common factor. We can rewrite this as (2x+3)(x4)1(x4)=(x4)[(2x+3)1]=(x4)(2x+31)=(x4)(2x+2)(2x+3)(x-4) - 1(x-4) = (x-4)[(2x+3)-1] = (x-4)(2x+3-1) = (x-4)(2x+2). The expression simplifies to (x4)(2x+2)(x-4)(2x+2). Alternatively, we could expand everything first: (2x+3)(x4)=2x28x+3x12=2x25x12(2x+3)(x-4) = 2x^2-8x+3x-12 = 2x^2-5x-12, then subtract (x4)(x-4) to get 2x25x12x+4=2x26x82x^2-5x-12-x+4 = 2x^2-6x-8, which factors as 2(x23x4)=2(x4)(x+1)=(x4)(2x+2)2(x^2-3x-4) = 2(x-4)(x+1) = (x-4)(2x+2). The factored form (x4)(2x+2)(x-4)(2x+2) is simpler than the expanded form.

Question 17

Which expression is equivalent to 5x220x5x^2-20x? Write the answer in factored form by factoring out the greatest common factor.

  1. 5x(x4)5x(x-4) (correct answer)
  2. x(5x4)x(5x-4)
  3. 5(x24x)5(x^2-4x)
  4. 5x(x+4)5x(x+4)

Explanation: We need to factor 5x220x5x^2-20x by finding the greatest common factor (GCF). Looking at both terms, 5x2=5cdotxcdotx5x^2 = 5 cdot x cdot x and 20x=5cdot4cdotx20x = 5 cdot 4 cdot x, so the GCF is 5x5x. Factoring out 5x5x: 5x220x=5x(x)5x(4)=5x(x4)5x^2-20x = 5x(x) - 5x(4) = 5x(x-4). The expression in factored form is 5x(x4)5x(x-4). A common error is factoring out only 55 or only xx instead of the full GCF 5x5x, which would give incomplete factorization. Always check your factoring by distributing back to verify you get the original expression.

Question 18

Which expression is equivalent to 3(2x5)4(x+1)+73(2x-5)-4(x+1)+7? Be careful to distribute the negatives and then combine like terms so the final result is written in the form ax+bax+b.

  1. 2x122x-12 (correct answer)
  2. x12x-12
  3. 2x82x-8
  4. 10x1210x-12

Explanation: We need to simplify 3(2x5)4(x+1)+73(2x-5)-4(x+1)+7 by distributing and combining like terms. First, distribute: 3(2x5)=6x153(2x-5) = 6x-15 and 4(x+1)=4x4-4(x+1) = -4x-4. Now we have 6x154x4+76x-15-4x-4+7. Combine the xx terms: 6x4x=2x6x-4x = 2x. Combine the constants: 154+7=12-15-4+7 = -12. Therefore, the expression simplifies to 2x122x-12. A common error is forgetting to distribute the negative sign with 4-4, which would incorrectly give 4x+4-4x+4 instead of 4x4-4x-4.

Question 19

The expression x2+10x+25x^2+10x+25 is a perfect square trinomial. Which option shows an equivalent expression written as a squared binomial?

  1. (x+5)2(x+5)^2 (correct answer)
  2. (x5)2(x-5)^2
  3. (x+25)2(x+25)^2
  4. (x+5)(x+25)(x+5)(x+25)

Explanation: The expression x2+10x+25x^2+10x+25 is a perfect square trinomial of the form a2+2ab+b2=(a+b)2a^2+2ab+b^2 = (a+b)^2. We need to identify what values of aa and bb give us this trinomial. Since the first term is x2x^2, we have a=xa = x. The last term is 25=5225 = 5^2, so b=5b = 5. To verify: the middle term should be 2ab=2(x)(5)=10x2ab = 2(x)(5) = 10x, which matches. Therefore, x2+10x+25=(x+5)2x^2+10x+25 = (x+5)^2. A common mistake is confusing the sign and writing (x5)2(x-5)^2, which would expand to x210x+25x^2-10x+25.

Question 20

The expression (x+7)(x3)(x+7)(x-3) is expanded using FOIL. Which expression is equivalent to (x+7)(x3)(x+7)(x-3)?

  1. x2+4x21x^2+4x-21 (correct answer)
  2. x24x21x^2-4x-21
  3. x2+10x21x^2+10x-21
  4. x2+4x+21x^2+4x+21

Explanation: The question requires expanding ((x + 7)(x - 3)) using FOIL to find the equivalent expression. Apply FOIL: First terms (x cdot x = x2x^2), Outer terms (x cdot (-3) = -3x), Inner terms (7 cdot x = 7x), Last terms (7 cdot (-3) = -21). Combine like terms: (x^2 + (-3x + 7x) - 21 = x^2 + 4x - 21). A key error is mishandling signs in the outer and inner products, such as treating both as positive to get (x2x^2 + 10x - 21). Another common mistake is adding instead of subtracting the last term, leading to (x2x^2 + 4x + 21). When expanding binomials, always double-check the signs and combine like terms carefully.