David M. answered 04/24/20
Dave "The Math Whiz"
Graphing would not give you an exact answer, only an approximation. Factoring would be too difficult unless you use the Quadratic Formula. Therefore, I would suggest using the completing the square method to solve for "x":
x2 -9x -15 original equation
(x2 -9x) - 15 group what is going to be used for completing the square
To complete the square, you take the number in front of the "x" term, this case 9, and divide it by 2 to get 4.5. We put this in as a square and get
(x - 4.5)2
Using FOIL on this we get x2 -9x + 20.25. In order to maintain the same original equation we must subtract 20.25.
(x2 -9x + 20.25) - 15 - 20.25 = 0 maintain same equation by adding and subtracting 20.25
(x - 4.5)2 -35.25 = 0 simplifying
(x - 4.5)2 = 35.25 adding 35.25 to both sides
x - 4.5 = √(35.25) square root both sides
x = 4.5 ± √(35.25) add 4.5 to both sides
Therefore, the exact solutions are x = 4.5 + √(35.25) and x = 4.5 - √(35.25).
Hope this helps!