Respuesta :
Removing fractions, taking squared expression on one side, removing squares and getting value of x can be the major steps for needed solution.
How to find the roots of a quadratic equation?
Suppose that the given quadratic equation is
[tex]ax^2 + bx + c = 0[/tex]
Then its roots are given as:
[tex]x = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a}[/tex]
How to find the factors of a quadratic expression?
If the given quadratic expression is of the form [tex]ax^2 + bx + c = 0[/tex]
then its factored form is obtained by two numbers alpha( α ) and beta( β) such that:
[tex]b = \alpha + \beta \\ ac =\alpha \times \beta[/tex]
Then writing b in terms of alpha and beta would help us getting common factors out.
Sometimes, it is not possible to find factors easily, so using the quadratic equation formula can help out without any trial and error.
For this case, we're given the equation
[tex]\dfrac{1}{2}(9x+5)^2 + 2 = 42.5[/tex]
One good thing of this equation is that the variable x is already in linear form inside that bracket which is square. We can use operations on both the sides to remove that square and then get the value of the x which will be the solution of the considered equation.
Step 1: Removing fractions
[tex]\dfrac{1}{2}(x+5)^2 + 2 = 42.5\\\\(x+5)^2 + 4 = 85[/tex]
Step 2: Taking squared expression on one side, and rest on other side:
[tex](x+5)^2 + 4 = 85\\\\\text{subtracting 4 from both the sides}\\\\(x+5)^2 = 81[/tex]
Step 3: Taking roots to remove square:
[tex]\sqrt{(x+5)^2} = \sqrt{(\pm9)^2}\\\\x+5 = \pm 9\\[/tex] (it is because 81 can be rewritten as square of 9 or -9)
That gives us two possible equations as:
[tex]x+5 = 9\\or\\x+5 = -9[/tex]
From first equation, we get:
x = 9-5 = 4
From second equation, we get:
x + 5 = -9
x = -9-5 = -14
x=4 or -14 will make that equation true.
Thus, removing fractions, taking squared expression on one side, removing squares and getting value of x can be the major steps for needed solution.
Learn more about finding the solutions of a quadratic equation here:
https://brainly.com/question/3358603