Ask any question you have about our practice exams here.
haleemasj
Students
 
Posts: 3
Joined: Tue Mar 12, 2013 7:38 am
 

negative inside parenthesis vs. outside

by haleemasj Mon May 06, 2013 12:28 pm

Hi,
I get confused with the negative sign inside of the parenthesis and/or outside the parenthesis. For example,

(-1) vs. -1

Which is negative: (-1)^3 or -1^3, what about squaring it?

Thanks!
tommywallach
Manhattan Prep Staff
 
Posts: 1917
Joined: Thu Mar 31, 2011 11:18 am
 

Re: negative inside parenthesis vs. outside

by tommywallach Mon May 06, 2013 6:32 pm

Hey Haleem,

You are not alone! This is a highly confusing issue; most people haven't seen it anywhere but on this test!

When the negative sign is inside the parentheses, it will be repeated in each element of the exponential operation:

(-2) ^ 4 = (-2) * (-2) * (-2) * (-2) = 16

When the negative sign is outside of parentheses, it is added after the operation is complete:

-(2^4) = -(2 * 2 * 2 * 2) = -16

When there are no parentheses, the negative is added after the operation is complete (just as in the example right above this one):

-2^4 = -(2^4) = -(2 * 2 * 2 * 2) = -16

Hope that helps!

-t