Algebra Questions

Multiple choice
  1. $ c > 0 $
  2. $ c = 0 $
  3. $ c = \dfrac {a+b}{2} $
  4. $ c < 0 $
  5. $ c = a +b $
Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

For a quadratic f(x) = ax^2 + bx + c with a > 0, if the roots are on opposite sides of 0 (specifically alpha < -5 and beta > 5), then f(0) must be negative. Since f(0) = c, c must be less than 0.

Multiple choice
  1. $ x^2 + x + abc = 0 $
  2. $ x^2 - (a+b) x + ab = 0 $
  3. $ x^2 + (a+b) x + ab = 0 $
  4. $ x^2 + x+ ab = 0 $
  5. $ x^2 + abx+ abc = 0 $
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

If x^2 + ax + bc = 0 and x^2 + bx + ca = 0 have a common root 'k', then k^2 + ak + bc = k^2 + bk + ca, which implies k(a-b) = c(a-b). Since a != b, k = c. Substituting k=c into the first equation: c^2 + ac + bc = 0, so c(c + a + b) = 0. Since c != 0, c = -(a+b). The roots of the first equation are c and b, and the second are c and a. The other roots are a and b, which are roots of x^2 - (a+b)x + ab = 0.

Multiple choice
  1. $b + \dfrac{1}{b} > \dfrac{5}{2}$
  2. $b + \dfrac{1}{b} < \dfrac{5}{2}$
  3. $b^2 - 3b > -2$
  4. $b^2 + \dfrac{1}{b^2} < 4$
Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

For the quadratic equation 2x^2 + bx + 1/b = 0 to have two distinct real roots, the discriminant D = b^2 - 4(2)(1/b) must be greater than 0. This simplifies to b^2 - 8/b > 0, which means (b^3 - 8)/b > 0. Testing values or analyzing the inequality shows that b^2 - 3b > -2 is a valid consequence of the root conditions.

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

r^2 + 2r + 6 = 0. We want (r+2)(r+3)(r+4)(r+5). Group as [(r+2)(r+5)] * [(r+3)(r+4)] = (r^2 + 7r + 10)(r^2 + 7r + 12). Since r^2 = -2r - 6, substitute: (-2r - 6 + 7r + 10)(-2r - 6 + 7r + 12) = (5r + 4)(5r + 6) = 25r^2 + 30r + 20r + 24 = 25r^2 + 50r + 24. Substitute r^2 again: 25(-2r - 6) + 50r + 24 = -50r - 150 + 50r + 24 = -126.

Multiple choice
  1. Two imaginary roots

  2. No root in $\left(0,2\right)$
  3. One root in $\left(0,1\right)$ and other in $\left(1,2\right)$
  4. One root in $\left(-\infty,0\right)$ and other in $\left( 2,\infty\right)$
Reveal answer Fill a bubble to check yourself
A Correct answer
Multiple choice
  1. $1$
  2. $2$
  3. $3$
  4. more than $3$
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

For the origin to lie between the roots of Ca, the product of the roots must be negative, or f(0) < 0. f(0) = a^2 + a - 2 < 0. (a+2)(a-1) < 0. This holds for -2 < a < 1. The integers are -1 and 0. There are 2 such values.

Multiple choice
  1. $\displaystyle x^{2}-5x+2= 0$
  2. $\displaystyle x^{2}-2\sin 2\theta x+6\sin \theta= 0$
  3. $\displaystyle x^{2}-4\text{cosec} 2\theta x+4\text{cosec} 2\theta= 0$
  4. none of these

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

Roots are csc^2(theta) and sec^2(theta). Sum = 1/sin^2 + 1/cos^2 = (sin^2 + cos^2) / (sin^2*cos^2) = 1 / (sin^2*cos^2) = 4 / sin^2(2*theta) = 4*csc^2(2*theta). Product = 1 / (sin^2*cos^2) = 4*csc^2(2*theta). Equation: x^2 - (sum)x + product = 0 => x^2 - 4*csc^2(2*theta)x + 4*csc^2(2*theta) = 0. Option C is x^2 - 4*csc(2*theta)x + 4*csc(2*theta) = 0, which is missing the square on csc.