Algebra Questions

Multiple choice
  1. $b^2-2ac$
  2. $\dfrac {b^2-2ac}{ac}$
  3. $\dfrac {b^2-4ac}{2a}$
  4. $\dfrac {b^2-4ac}{ac}$
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

For ax^2 + bx + c = 0, the sum of roots p + q = -b/a and product pq = c/a. The expression p/q + q/p = (p^2 + q^2) / pq = ((p + q)^2 - 2pq) / pq. Substituting the values: ((-b/a)^2 - 2(c/a)) / (c/a) = (b^2/a^2 - 2c/a) / (c/a) = (b^2 - 2ac) / ac.

Multiple choice
  1. $\displaystyle p\ge \dfrac{5}{16}$
  2. $\displaystyle p\le \dfrac{5}{16}$
  3. $\displaystyle p\le \dfrac{-5}{16}$
  4. $\displaystyle p\le \dfrac{16}{5}$
Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

For a quadratic equation ax^2 + bx + c = 0 to have real roots, the discriminant D = b^2 - 4ac must be >= 0. Here, 8^2 - 4(5)(p) >= 0, which means 64 - 20p >= 0. Thus, 64 >= 20p, or p <= 64/20 = 16/5.

Multiple choice
  1. $\displaystyle \left| a \right| > 2\sqrt { 2 } $
  2. $\displaystyle \left| a \right| < 2\sqrt { 2 } $
  3. $\displaystyle a=2\sqrt { 2 } $
  4. None

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

For distinct roots, the discriminant D > 0. D = (-2a)^2 - 4(2)(4) = 4a^2 - 32. 4a^2 - 32 > 0 implies a^2 > 8. Thus |a| > sqrt(8) = 2*sqrt(2).

Multiple choice
  1. $-\cfrac 23$
  2. $\cfrac 23$
  3. $\cfrac 32$
  4. $-\cfrac 32$
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Expanding (3x+1)(x-1)=15 gives 3x^2 - 3x + x - 1 = 15, which simplifies to 3x^2 - 2x - 16 = 0. The sum of the roots of a quadratic equation ax^2 + bx + c = 0 is -b/a. Here, the sum is -(-2)/3 = 2/3.

Multiple choice
  1. $\displaystyle -1-i$
  2. $\displaystyle \frac { \left( -1-i \right) }{ 2 } $
  3. $\displaystyle i$
  4. $\displaystyle 2i$
Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

For a quadratic equation with complex coefficients, the roots do not necessarily come in conjugate pairs. Using the sum of roots: (-1+i) + r2 = -(1-3i) = -1+3i. r2 = -1+3i - (-1+i) = 2i.