Answer:
x = +2, x = -2
Step-by-step explanation:
The equation to solve in this problem is
[tex]10x^2-5=35[/tex]
The first step we do is to subtract 35 on both sides of the equation, so we get:
[tex]10x^2-5-35=0\\10x^2-40=0[/tex]
Now we simplify the equation by dividing both terms by 10:
[tex]\frac{10x^2-40}{10}=0\\x^2-4=0[/tex]
Now we observe that the term on the left is the difference between two squares, so it can be rewritten using the property:
[tex]a^2-b^2=(a+b)(a-b)[/tex]
Where here,
a = x
b = 2
So we can rewrite the equation as:
[tex]x^2-4=0\\(x+2)(x-2)=0[/tex]
And this equation is zero when either one of the two factors is zero, so the two solutions are:
[tex]x+2=0\rightarrow x=-2\\x-2=0 \rightarrow x=+2[/tex]