Q1. Which of the following is the solution set for the inequality x + 2 > 3?
Solution:
To solve the inequality, subtract 2 from both sides: x > 1.
⏱ Time: 0s
Q2. What are the roots of the polynomial x^2 + 2x - 8?
Solution:
To find the roots, we can factor the polynomial: x^2 + 2x - 8 = (x + 4)(x - 2). Setting each factor to zero gives us x + 4 = 0 or x - 2 = 0, so the roots are x = -4 and x = 2.
⏱ Time: 0s
Q3. What are the roots of the polynomial x^2 + 2x + 1?
Solution:
The polynomial can be factored as (x + 1)(x + 1) or (x + 1)^2. Thus, the roots are x = -1 and x = -1.
⏱ Time: 0s
Q4. If f(x) = 2x^2 - 8x + 6, what is f(3)?
Solution:
Substituting x = 3 into the function: f(3) = 2(3)^2 - 8(3) + 6 = 18 - 24 + 6 = 0.
⏱ Time: 0s
Q5. Which inequality represents the solution set for x^2 - 4 < 0?
Solution:
The inequality x^2 - 4 < 0 can be factored as (x - 2)(x + 2) < 0. The solution set is -2 < x < 2.
⏱ Time: 0s
Q6. Which of the following is a factor of the polynomial x^2 + 4x + 4?
Solution:
The polynomial can be factored as (x + 2)(x + 2) or (x + 2)^2. Therefore, x + 2 is a factor.
⏱ Time: 0s
Q7. If x^2 - 4x + k has a double root, what is the value of k?
Solution:
For a double root, the discriminant must be zero: b^2 - 4ac = 0. Here, 4^2 - 4(1)(k) = 0. Thus, 16 - 4k = 0, leading to k = 4.
⏱ Time: 0s
Q8. If f(x) = x^2 - 4x + 4, what is f(2)?
Solution:
Substituting x = 2 into the function gives f(2) = 2^2 - 4(2) + 4 = 0.
⏱ Time: 0s
Q9. Solve for x: 3x + 2 > 11.
Solution:
Subtract 2 from both sides: 3x > 9. Then divide by 3: x > 3.
⏱ Time: 0s
Q10. What is the sum of the roots of the polynomial x^2 + 6x + 8?
Solution:
The sum of the roots of a quadratic ax^2 + bx + c is given by -b/a. Here, b = 6 and a = 1, so the sum is -6/1 = -6.