Algebra Questions

Multiple choice
  1. a2x2 + b2x + c2 = 0

  2. a2x2 – (b2 – 4ac)x + c2 = 0

  3. a2x2 – (b2 – 2ac)x + c2 = 0

  4. a2x2 + (b2 – ac)x + c2 = 0

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

If roots of ax^2 - bx + c = 0 are alpha and beta, then alpha+beta = b/a and alpha*beta = c/a. The new equation has roots alpha^2 and beta^2. Sum = alpha^2 + beta^2 = (alpha+beta)^2 - 2*alpha*beta = (b/a)^2 - 2(c/a) = (b^2 - 2ac)/a^2. Product = (alpha*beta)^2 = c^2/a^2. Equation: x^2 - (Sum)x + Product = 0 => x^2 - ((b^2-2ac)/a^2)x + c^2/a^2 = 0 => a^2x^2 - (b^2-2ac)x + c^2 = 0.

Multiple choice
  1. aq = 2(b + p)

  2. aq = b + p

  3. ap = 2(b + q)

  4. ap = b + q

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Roots of x^2 - ax + b = 0 are equal, so discriminant = a^2 - 4b = 0 => a^2 = 4b. Let the common root be k. k^2 - pk + q = 0 and k^2 - ak + b = 0. Subtracting: (a-p)k = b-q => k = (b-q)/(a-p). Substituting back into the first equation and using a^2=4b leads to the relation ap = 2(b+q).

Multiple choice
  1. 2

  2. -2α(α + 1)

  3. 2α(α - 1)

  4. 2α(α + 1)

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The equation is 4x^2 + 2x - 1 = 0. The sum of roots α + β = -2/4 = -1/2, so β = -1/2 - α. The product of roots αβ = -1/4, so β = -1/(4α). Testing the options, if β = -2α(α + 1), then β = -2α^2 - 2α. Since 4α^2 + 2α - 1 = 0, we have 2α^2 = 0.5 - α. Substituting this: β = -(0.5 - α) - 2α = -0.5 - α, which matches the sum of roots condition.

Multiple choice
  1. 15x2+71x+210= 0

  2. 5x2−22x+56= 0

  3. 3x2−44x+78= 0

  4. Cannot be determined

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The roots satisfy α + β = 10 and αβ = 15. The transformed roots have sum α + β + α/β + β/α = 10 + (100 - 30)/15 = 44/3, and product (α + 1)(β + 1) = 26. Hence their equation is x^2 - (44/3)x + 26 = 0, or 3x^2 - 44x + 78 = 0.

Multiple choice
  1. x2 + 4x + 14 = 0

  2. 2x2 + 7x – 24 = 0

  3. x2 – 14x + 48 = 0

  4. 3x2 – 17x + 52 = 0

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

First person got roots 5 and 9 (sum 14, product 45). Mistake in constant term means sum is correct: x^2 - 14x + k = 0. Second person got roots 12 and 4 (sum 16, product 48). Mistake in x-coefficient means product is correct: x^2 - kx + 48 = 0. Combining these, the equation is x^2 - 14x + 48 = 0.