Question 119943This question is from textbook
: How would you solve this equation?
z=8*square root of z +240
Any help is appreciated thanks alot! This question is from textbook
You can put this solution on YOUR website! Assume you mean:
:
z =
:
We want to get the radical on one side by itself; subtract 240 from both sides
z - 240 =
:
Now squaring both sides get rid of the radical,
(z-240)^2 = 64(z)
:
FOIL the left side:
z^2 - 480z + 57600 = 64z
:
Arrange as a quadratic equation, subtract 64z from both sides:
z^2 - 480z - 64z + 57600 = 0
z^2 - 544z + 57600 = 0
:
This looks like a sure candidate for the quadratic formula, but actually it will factor:
(z - 400)(z - 144) = 0
:
z = 400 or z = 144
:
Try both of these solution in the original equation
:
z=400 =
8(20) + 240 = 400; a good solution
and
z=144
8(12) + 240 = 336 does not = 144 so that is not a solution
:
This is often the case when dealing with square roots, always check all your solution in the original equation.
:
Did this make sense to you, Any questions?