Algebra Questions

Multiple choice
  1. $\frac{{p - q}}{{r - q}},1$
  2. $\frac{{q - r}}{{p - q}},1$
  3. $\frac{{r - p}}{{p - q}},1$
  4. none

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

For a quadratic equation ax^2 + bx + c = 0, if the sum of coefficients a+b+c = 0, then 1 is a root. Here, (p-q) + (q-r) + (r-p) = 0. Thus, 1 is a root. The product of roots is c/a = (r-p)/(p-q). The other root is (r-p)/(p-q).

Multiple choice
  1. $x^{2}+8x-1=0$
  2. $x^{2}+8x+1=0$
  3. $x^{2}-8x+1=0$
  4. $x^{2}-8x+11=0$
Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

If a quadratic equation with rational coefficients has a root 4 + sqrt(5), its conjugate 4 - sqrt(5) must also be a root. The sum of the roots is (4 + sqrt(5)) + (4 - sqrt(5)) = 8, and the product is (4 + sqrt(5))(4 - sqrt(5)) = 16 - 5 = 11. The equation is x^2 - (sum)x + (product) = 0, which is x^2 - 8x + 11 = 0.

Multiple choice
  1. $x^{2}+6x+2=0$
  2. $x^{2}-6x+7=0$
  3. $x^{2}+5x+7=0$
  4. $x^{2}-6x-7=0$
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

For roots 3+sqrt(2) and 3-sqrt(2), the sum is 6 and the product is (3+sqrt(2))(3-sqrt(2)) = 9-2 = 7. The quadratic equation is x^2 - (sum)x + (product) = 0, which is x^2 - 6x + 7 = 0.

Multiple choice
  1. $\alpha$ will be A.M. of the roots of $f(x)=0$ and $g(x)=0$
  2. $\alpha$ will be A.M. of the roots of $f(x)=0$
  3. $\alpha$ will be A.M. of the roots of $g(x)=0$
  4. None of these

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

Given f(x) = ax^2 + bx + c and g(x) = ax^2 + px + q, f(x) = g(x) implies (b-p)x + (c-q) = 0, so x = (q-c)/(b-p). With equal discriminants, b^2 - 4ac = p^2 - 4aq, which simplifies to b^2 - p^2 = 4a(c-q). Factoring gives (b-p)(b+p) = 4a(c-q), so (c-q)/(b-p) = -(b+p)/4a. The roots of f(x)=0 are (-b +/- sqrt(D))/2a and g(x)=0 are (-p +/- sqrt(D))/2a. The A.M. of all four roots is (-b-p)/4a, which matches alpha.

Multiple choice
  1. $x^{2}-6x+7=0$
  2. $x^{2}-9=0$
  3. $x^{2}-3x-\sqrt{2}=0$
  4. $x^{2}-5x+3=0$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

If a root is 3 + sqrt(2), the other root must be 3 - sqrt(2). The sum of roots is 6 and the product is (3+sqrt(2))(3-sqrt(2)) = 9 - 2 = 7. The quadratic equation is x^2 - (sum)x + (product) = 0, which is x^2 - 6x + 7 = 0.

Multiple choice
  1. $3x^{2}+4x+5=0$
  2. $x^{2}+x+4=0$
  3. $(x-1)(2x-5)=0$
  4. $2x^{2}-3x+4=0$
Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Check the discriminant (D = b^2 - 4ac) for each: A) 16 - 60 < 0. B) 1 - 16 < 0. C) (x-1)(2x-5)=0 has roots 1 and 2.5 (real). D) 9 - 32 < 0.

Multiple choice
  1. 1 or $-\frac{1}{2}$
  2. 2 or 4

  3. 4

  4. 3

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

For a quadratic equation ax^2 + bx + c = 0 to have equal roots, the discriminant D = b^2 - 4ac must be zero. Substituting the given coefficients, 4(m+1)^2 - 4(3m+1)(m) = 0 simplifies to 4(m^2 + 2m + 1) - 4(3m^2 + m) = 0, which results in -8m^2 + 4m + 4 = 0, or 2m^2 - m - 1 = 0. Factoring gives (2m+1)(m-1) = 0, so m = 1 or -1/2.