Algebra Questions

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

Let alpha be the common root. alpha^2+ab*alpha+c=0 and alpha^2+ac*alpha+b=0. Subtracting: a(b-c)*alpha + (c-b) = 0. a(b-c)*alpha = b-c. If b!=c, alpha = 1/a. Substituting alpha=1/a into the first equation: 1/a^2 + b + c = 0, so 1+a^2(b+c)=0. The product of roots for eq1 is c, so the other root is c/alpha = ac. For eq2, product is b, other root is b/alpha = ab. The equation with roots ac and ab is x^2 - (ac+ab)x + a^2bc = 0, or x^2 - a(b+c)x + a^2bc = 0.

Multiple choice
  1. $10$
  2. $15$
  3. $20$
  4. $25$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

x^2+4x+5=0 has roots -2 +/- i. If ax^2+bx+c=0 has a common root, it must have both roots (since coefficients are real). So ax^2+bx+c = k(x^2+4x+5). For a,b,c to be in N, k must be a positive integer. Min value is k=1, giving a=1, b=4, c=5. Sum = 1+4+5 = 10.

Multiple choice
  1. $6$
  2. $5$
  3. $7$
  4. $4$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

For common roots, the ratio of coefficients must be equal. x^2+2x+3=0 has roots -1 +/- i*sqrt(2). For ax^2+bx+c=0 to share a root, a/1 = b/2 = c/3 = k. Since a,b,c are positive integers, the smallest k=1 gives a=1, b=2, c=3. Sum = 1+2+3 = 6.

Multiple choice
  1. $a^2, b^2, c^2$ are in AP
  2. $a^2, c^2, b^2$ are in AP
  3. $a^2, c^2, b^2$ are in GP
  4. None of these

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

If a, b, c are in AP, then 2b = a + c. The common root condition leads to the relation that the coefficients satisfy a specific property, which simplifies to showing that a^2, b^2, c^2 are in AP when specific conditions are met.

Multiple choice
  1. 1

  2. 3

  3. 2

  4. 4

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

If the quadratic equations ax^2 + bx + c = 0 and bx^2 + cx + a = 0 share a common root, then either a + b + c = 0 or a = b = c. In both mathematical scenarios, the algebraic identity a^3 + b^3 + c^3 is equal to 3abc. Dividing both sides by abc yields a value of 3.

Multiple choice
  1. $\displaystyle 1$
  2. $\displaystyle 2$
  3. $\displaystyle 3$
  4. $\displaystyle 0$
Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Symmetrical roots imply the equations are proportional. Comparing coefficients of the two equations: k(6x^2 + 3) + rx + (2x^2 - 1) = 0 and 6k(2x^2 + 1) + px + 4x^2 - 2 = 0. Simplifying and equating ratios leads to 2r - p = 0.

Multiple choice
  1. Only I

  2. Only II

  3. Both I and II

  4. Neither I nor II

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

I: If f(x) is a quadratic with positive values, its discriminant is negative. g(x) is also a quadratic with the same leading coefficient, and its discriminant can be shown to be negative, so g(x) > 0. II: If roots are the same, coefficients are proportional. 2/p = q/-7 = 6/3p. Solving gives p=1, q=-14, so pq=-14.

Multiple choice
  1. $1,b$
  2. $b,a$
  3. $b,c$
  4. $c,a$
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Let alpha be the common root. alpha^2 + a*alpha + bc = 0 and alpha^2 + b*alpha + ca = 0. Subtracting: (a-b)*alpha + c(b-a) = 0 => (a-b)*alpha = c(a-b). If a != b, alpha = c. Substituting c into the first: c^2 + ac + bc = 0 => c(c+a+b) = 0. The roots of the first are c and b. The roots of the second are c and a.