Algebra Questions

Multiple choice
  1. True

  2. False

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

The sum of roots is -b/a and the product of roots is c/a. The expression (alpha/beta) + (beta/alpha) simplifies to (alpha^2 + beta^2) / (alpha * beta), which is ((alpha + beta)^2 - 2 * alpha * beta) / (alpha * beta). Substituting the values gives ((-b/a)^2 - 2(c/a)) / (c/a) = (b^2/a^2 - 2c/a) / (c/a) = (b^2 - 2ac) / a^2 * (a/c) = (b^2 - 2ac) / ac.

Multiple choice
  1. $4a-b=0$
  2. $4a+b=0$
  3. $b=0$
  4. $b\neq 0$
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

If roots are integers, the discriminant must be a perfect square. For ax^2 + bx + b = 0, D = b^2 - 4ab. If b = 0, x = 0 (integer). If b != 0, we test options. 4a+b=0 implies b = -4a, D = 16a^2 - 4a(-4a) = 32a^2, not a perfect square unless a=0.

Multiple choice
  1. $ \displaystyle a^{2}c+b^{3}+ac^{2}=3abc $
  2. $ \displaystyle a^{3}+b^{3}+c^{3}=3abc $
  3. $ \displaystyle b^{2}c+c^{2}a+a^{2}b=abc $
  4. $ \displaystyle a^{2}+b^{2}+c^{2}-ab-bc-ca=0 $
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

If roots are alpha and alpha^2, then alpha + alpha^2 = -b/a and alpha * alpha^2 = c/a. From the second, alpha^3 = c/a. Substituting into the first: alpha^2 + alpha = -b/a. Cubing both sides: (alpha^2 + alpha)^3 = (-b/a)^3. This leads to the condition a^2c + b^3 + ac^2 = 3abc.