shoumik Wrote:Hi,
I am kind of confused about the way a certain question was solved:
If (z+3)^2 = 25, what is z?
Shouldn't the conditions be:
+(z+3) = + 5
-(z+3) = + 5
+(z+3) = -5
-(z+3) = -5
This would give us results of z = {-2, -8, 2, 8}
But the book answer is only z = 2, -8.
Can someone explain the logic? I am following the logic explained in page 151 of MGMAT Guide 3, 4th edition.
Hi shoumik,
First, try testing the values of z you came up with in the original equation. You said possible values of z are -2, -8, 2, 8.
Here's the equation: (z+3)^2 = 25
If z=-2, (-2+3)^2 = 1, not 25. z cannot be -2.
If z=-8, (-8+3)^2 = 25. -8 works.
If z=2, (2+3)^2 = 25. 2 works.
If z=8, (8+3)^2 = 121, not 25. z cannot be 8.
Thus, only 2 and -8 are possible solutions.
However, I'm not sure how you got the -2 and 8 in the first place. Let's look at what you wrote:
+(z+3) = + 5
If I solve this, z would be 2-(z+3) = + 5
z would be -8+(z+3) = -5
z would be 2-(z+3) = -5
z would be -8So, nothing you've done conceptually is wrong; you just did not solve some of these equations properly.
Let's try to make this whole problem simpler by looking at the equation again:
(z+3)^2 = 25
or *something* squared = 25. What are the two possibilities? Either 5 squared is 25 or -5 squared is 25. Thus, I should set (z+3)=5 and solve for z, and (z+3)=-5 and solve for z. I get z=2 and z=-8.
I hope that this helps, and please let us know if we can explain further.