Q1. Find the roots of the quadratic equation 4x^2 - 12x + 9 = 0.
Solution:
This can be factored as (2x - 3)(2x - 3) = 0. Thus, x = 3.
⏱ Time: 0s
Q2. What are the solutions to the equation x^2 - 9 = 0?
Solution:
Factoring gives (x - 3)(x + 3) = 0. Thus, the solutions are x = 3 and x = -3.
⏱ Time: 0s
Q3. Solve for x: 4x^2 + 8x = 0.
Solution:
Factor out 4x: 4x(x + 2) = 0. Thus, x = 0 or x + 2 = 0 gives x = -2.
⏱ Time: 0s
Q4. Find the value of x in the inequality 3x - 5 < 4.
Solution:
Add 5 to both sides: 3x < 9. Divide by 3: x < 3.
⏱ Time: 0s
Q5. What is the solution to the equation 2x^2 - 4x - 6 = 0 using the quadratic formula?
Solution:
Using the quadratic formula x = (-b ± √(b² - 4ac)) / 2a. Here, a = 2, b = -4, c = -6. Discriminant = (-4)² - 4(2)(-6) = 16 + 48 = 64. Thus, x = (4 ± √64) / 4 = (4 ± 8) / 4. Solutions are x = 3 and x = -1.