Algebra Questions

Multiple choice
  1. -16

  2. -12

  3. -8

  4. 0

  5. 8

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

For 2x^2 - 6x + m = 0, a+b = 3 and ab = m/2. The roots of y^2 + ry + r = 0 are ab and a+b. Thus, m/2 + 3 = -r and (m/2)*3 = r. Solving these, 3m/2 = -m/2 - 3 gives 2m = -3, m = -1.5, r = -2.25. Then 16(r - m) = 16(-2.25 - (-1.5)) = 16(-0.75) = -12.

Multiple choice
  1. (-2, 2)

  2. (-2, 1]

  3. (-1, 1)

  4. (-1, 2]

  5. (-2, 1)

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

For the quadratic equation to have two real and distinct roots, its discriminant must be strictly greater than zero. This gives 4 - 4|k| > 0, which simplifies to |k| < 1, meaning k must lie in the open interval (-1, 1). Since k is specified to be an integer, the only possible value for k is 0, which lies within this interval.

Multiple choice
  1. A. 3xΒ² - 10x + 3 = 0

  2. B. 3xΒ² - 8x - 3 = 0

  3. C. 3xΒ² + 10x + 3 = 0

  4. D. 3xΒ² + 8x - 3 = 0

  5. E. None

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

Roots are 3 and 1/3. Sum = 3 + 1/3 = 10/3. Product = 3 * 1/3 = 1. Equation is x^2 - (sum)x + product = 0. x^2 - (10/3)x + 1 = 0. Multiply by 3: 3x^2 - 10x + 3 = 0.

Multiple choice
  1. e

  2. b

  3. c

  4. d

  5. a

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

I: x^2 - 12x + 35 = 0 -> (x-7)(x-5) = 0, so x = 5, 7. II: y^2 - 11y + 24 = 0 -> (y-8)(y-3) = 0, so y = 3, 8. Comparing the sets {5, 7} and {3, 8}: 5 > 3, 5 < 8, 7 > 3, 7 < 8. Since x can be both greater than and less than y, no relation can be established.

Multiple choice
  1. 0

  2. -2

  3. -4

  4. -8

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

Since Z(5) = Z(-2) = 0, the roots are 5 and -2. The function is Z(x) = p(x - 5)(x + 2) = p(x^2 - 3x - 10) = px^2 - 3px - 10p. Comparing to px^2 + mx + n, we get m = -3p and n = -10p. We want to maximize m + p = -3p + p = -2p. Since p is a positive integer and p != 1, the smallest p is 2. For p = 2, m + p = -4. For larger p, the value becomes more negative.

Multiple choice
  1. g(x) = 2x2 + 4x + 14

  2. g(x) = x2 + 5x + 14

  3. g(x) = 3x2 - x + 14

  4. g(x) = 4x2 + x + 14

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

Test the points: For x=0, g(0)=14. All options satisfy this. For x=1, g(1)=20. Option B: 1^2 + 5(1) + 14 = 20. Correct. For x=-1, g(-1)=(-1)^2 + 5(-1) + 14 = 1 - 5 + 14 = 10. Correct.

Multiple choice
  1. (m2 - n2)/2

  2. (n2 - m2)/2

  3. (n2 - m2)/2m

  4. (m2 - n2)/2n

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

Roots are sin(theta) and cos(theta). Sum of roots = sin(theta) + cos(theta) = -n/m. Product of roots = sin(theta) * cos(theta) = r/m. Square the sum: sin^2 + cos^2 + 2sin*cos = n^2/m^2. 1 + 2(r/m) = n^2/m^2. 2r/m = n^2/m^2 - 1 = (n^2 - m^2)/m^2. r = (n^2 - m^2) / 2m.