Which are the solutions of the quadratic equation?
x2 = 7x + 4

Step-by-step explanation:
[tex]x {}^{2} = 7x + 4[/tex]
It can also be written as:-
[tex]x {}^{2} - 7x - 4 = 0[/tex]
Now, here a=1, b= -7 and c = -4
Now by quadratic formula,
[tex]d = b {}^{2} - 4ac[/tex]
Calculate d which is
[tex] \sqrt{65} [/tex]
Now, the roots will be:-
[tex]x = ( - b + \sqrt{d} ) \div 2a[/tex]
and hence it will become:-
[tex]x = (7 + \sqrt{65} ) \div 2[/tex]
and
[tex] x = (7 - \sqrt{65} ) \div 2[/tex]
Answer: third option.
Step-by-step explanation:
Move the [tex]7x[/tex] and [tex]4[/tex] to the left side of the equation:
[tex]x^2 = 7x+ 4[/tex]
[tex]x^2 -7x- 4=0[/tex]
Now you need to apply the Quadratic formula:
[tex]x=\frac{-b\±\sqrt{b^2-4ac} }{2a}[/tex]
In this case you can identify that:
[tex]a=1\\b=-7\\c=-4[/tex]
Then you can substitute values into the Quadratic formula and get the following solutions:
[tex]x=\frac{-(-7)\±\sqrt{(-7)^2-4(1)(-4)} }{2*1}\\\\x_1=\frac{7-\sqrt{65} }{2}\\\\x_2=\frac{7+\sqrt{65} }{2}[/tex]