⏱ Time: 0s
Q1. What are the roots of the quadratic equation x^2 - 4x - 5 = 0?
Solution:
Step 1: Factor the equation: (x - 5)(x + 1) = 0. Step 2: Set each factor to zero: x - 5 = 0 or x + 1 = 0. Step 3: Roots are x = 5 and x = -1.
⏱ Time: 0s
Q2. Which expression represents the sum of the polynomials (2x^2 + 3x) and (4x^2 - x)?
Solution:
Step 1: Combine like terms: (2x^2 + 4x^2) + (3x - x) = 6x^2 + 2x.