By expressing the equation in its standard format, we have: ax^2 + bx + c = 0. First, we expand (x + 15)(x) = 100 to get x^2 + 15x - 100 = 0. Next, from (x + 20)(x - 5) = 0, we find the solutions to be x = -20 and x = 5. Hence, the accurate choice is option B. We discard x = -20 since it is not a valid solution.
Given parameters:
Equation:
(x-4)²=9
Problem: Solve the equation by both factoring and extracting the square root.
Solution:
Starting equation:
(x-4)²=9
Subtracting 9 from both sides brings us to zero;
(x-4)² - 9 = 0
(x -4)² - 3² = 0
This fits the concept of the difference of squares;
x² - y² = (x + y)(x-y)
Let x = x-4 and y = -3
Then input and solve;
(x - 4 -3)(x - 4 -(-3)) = 0
(x - 7)(x - 1) = 0
S thus,
x - 7 = 0 or x-1 = 0
x = 7 or 1
<pBy extracting the square roots;
(x-4)² = 9
√(x-4)² = √9
x - 4 = 3
x = 4 + 3 = 7; however, this is not the sole solution
Thus, direct extraction of the square root is not the method for complete solutions.