How do you solve x²-7x+4=0 using the quadratic formula?
1 Answer
May 10, 2016
x = 7/2+-sqrt(33)/2
Explanation:
This has roots given by the quadratic formula:
x = (-b+-sqrt(b^2-4ac))/(2a)
=(7+-sqrt((-7)^2-(4*1*4)))/(2*1)
=(7+-sqrt(49-16))/2
=(7+-sqrt(33))/2
=7/2+-sqrt(33)/2