Since 16 and 25 are perfect squares you can factor the first part.
4^2-5^2(b+3)^2
=(4-5(b+3))(4+5(b+3))
=(4-5b-15)(4+5b+15)
=(-11-5b)(19+5b)
Which can be expanded if necessary,
= -209+150b-25b^2
1/3(9x) =3x
1/3(18) =6
3x+6-5
Then you do
-(x)=-x
-(3)=-3
5x-x-3 = 4x-3
4x-3=3x+6-5
4x-3=3x+1
x=4
Step-by-step explanation:
factor 4 out of the variable terms, as this helps.
but my approach is simply to define the target and then calculate "backwards".
we want to find
(ax + b)² = a²x² + 2abx + b²
and now we compare with the original equation :
a²x² = 4x²
a² = 4
a = 2
2abx = 16x
2×2×bx = 16x
4b = 16
b = 4
b² = 16, but we have only 3, so we need to subtract 16-3 = 13 from the completed square.
so, our equation is
(2x + 4)² - 13 = 0
(2x + 4)² = 13
2x + 4 = sqrt(13)
2x = sqrt(13) - 4
x = sqrt(13)/2 - 2