Algebra Questions

Multiple choice
  1. 2

  2. 4

  3. 6

  4. 10

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

Let roots be a and b. Given a-b=5 and a^3-b^3=215. Since a^3-b^3 = (a-b)(a^2+ab+b^2) = (a-b)((a-b)^2 + 3ab), we have 215 = 5(25 + 3ab), so 43 = 25 + 3ab, meaning ab = 6. The equation is x^2 - (a+b)x + ab = 0. Given the form x^2 +/- 7x + m = 0, m must be 6.

Multiple choice
  1. zero

  2. one

  3. Two

  4. Four

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

For x^2 + 3|x| + 2 = 0, note that x^2 = |x|^2. The equation becomes |x|^2 + 3|x| + 2 = 0. Let u = |x|, then u^2 + 3u + 2 = 0, which factors to (u+1)(u+2) = 0. Since |x| must be non-negative, there are no real solutions for u = -1 or u = -2.

Multiple choice
  1. $3, 4$
  2. $-2,-5$
  3. $-3,-4$
  4. None of these

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

First candidate: wrong p, correct q. Roots 2, 6. Product = 12 = q. Second candidate: wrong q, correct p. Roots 2, -9. Sum = -7 = -p, so p = 7. Equation is x^2 + 7x + 12 = 0. Roots are (x+3)(x+4) = 0, so -3, -4.

Multiple choice
  1. $1$
  2. $2$
  3. $3$
  4. $4$
Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Roots p, q of 4x^2 + mx + n = 0 satisfy p+q = -m/4 and pq = n/4. Common root alpha satisfies alpha^2 - p*alpha + 2q = 0 and alpha^2 - q*alpha + 2p = 0. Subtracting: (q-p)alpha + 2(p-q) = 0 => (q-p)(alpha-2) = 0. Since roots are distinct, p != q, so alpha = 2. Substituting alpha=2: 4 - 2p + 2q = 0 => q-p = -2 => p = q+2. Also 4 - 2q + 2p = 0 => p-q = -2 => p = q-2. This implies p, q are related. Testing integer values for m, n leads to 3 pairs.

Multiple choice
  1. $0$
  2. $2$
  3. $1$
  4. none of these

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

Let alpha be the common root. Then a*alpha^2 + b*alpha + c = 0 and c*alpha^2 + b*alpha + a = 0. Subtracting gives (a-c)alpha^2 + (c-a) = 0, so (a-c)(alpha^2 - 1) = 0. Since a != c, alpha^2 = 1, so alpha = 1 or -1. Given the root is negative, alpha = -1. Substituting into the first equation: a(-1)^2 + b(-1) + c = 0, which gives a - b + c = 0.

Multiple choice
  1. $-q$
  2. $\displaystyle \frac {-q}{4}$
  3. $\displaystyle \frac {-q}{2}$
  4. $\displaystyle \frac {q}{2}$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Subtracting the two quadratic equations gives (q - p)(x + 2) = 0. Since p and q are distinct roots, the common root is -2. The other root of the first equation is p + 2, and the common-root condition gives p + q = -2, so this root equals -q.

Multiple choice
  1. $ \left( { a+c+e } \right) ^{ 2 }=3\left( ac+ce+ea-b-d-f \right) $
  2. $ \left( { a+c+e } \right) ^{ 2 }=8\left( ac+ce+ea-b-d-f \right) $
  3. $ \left( { a+c+e } \right) ^{ 3 }=4\left( ac+ce+ea-b-d-f \right) $
  4. $ \left( { a+c+e } \right) ^{ 2 }=4\left( ac+ce+ea-b-d-f \right) $
Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

If each pair has a common root, let the roots be alpha, beta, gamma. The equations are (x-alpha)(x-beta)=0, (x-beta)(x-gamma)=0, (x-gamma)(x-alpha)=0. Expanding these gives coefficients related to the sums and products of roots. The condition leads to the identity (a+c+e)^2 = 4(ac+ce+ea-b-d-f).