Algebra Questions

Multiple choice
  1. 1,500

  2. 1,511

  3. 1,518

  4. 1,520

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

Let the roots be r1 and r2. r1*r2 = 1600. r1 >= 40. Since r1*r2 = 1600, r2 = 1600/r1. Since r1 <= 100, r2 >= 16. The equation is (x-r1)(x-r2) = x^2 - (r1+r2)x + r1*r2 = 0. So b = -(r1+r2) and c = 1600. We want to maximize b+c = 1600 - (r1+r2). To maximize this, we minimize r1+r2. Given r1*r2 = 1600 and r1 >= 40, the minimum sum occurs at the boundary r1=40, r2=40. Sum = 80. b+c = 1600 - 80 = 1520.

Multiple choice
  1. 12

  2. 14

  3. 16

  4. 18

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

Solve |2x^2 - 3x - 5| = x + 1. Case 1: 2x^2 - 3x - 5 = x + 1 => 2x^2 - 4x - 6 = 0 => x^2 - 2x - 3 = 0 => (x-3)(x+1) = 0. Roots: 3, -1. Case 2: 2x^2 - 3x - 5 = -(x + 1) => 2x^2 - 2x - 4 = 0 => x^2 - x - 2 = 0 => (x-2)(x+1) = 0. Roots: 2, -1. Distinct roots are 3, -1, 2. Sum of squares = 3^2 + (-1)^2 + 2^2 = 9 + 1 + 4 = 14.

Multiple choice
  1. 7

  2. 8

  3. 9

  4. 13

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

No real roots for 2x^2+kx+5=0 means discriminant D = k^2 - 40 < 0, so k^2 < 40. k is in {-6, -5, ..., 5, 6}. Two distinct real roots for x^2+(k-5)x+1=0 means D = (k-5)^2 - 4 > 0, so (k-5)^2 > 4. This means k-5 > 2 or k-5 < -2, so k > 7 or k < 3. Combining k^2 < 40 and (k < 3 or k > 7): k can be -6, -5, -4, -3, -2, -1, 0, 1, 2. That is 9 values.