document.write( "Question 342519: a function P is defined as followed: \r
\n" ); document.write( "\n" ); document.write( " p(x)= x^5+x^4-36x-36 for x>0
\n" ); document.write( " -x^5+x^4+36x-36 for x<0\r
\n" ); document.write( "\n" ); document.write( "find p(-1)
\n" ); document.write( "

Algebra.Com's Answer #245182 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Hint: Since -1 is less than 0, this means that you'll use the second definition. So you'll plug in x=-1 into \"p%28x%29=-x%5E5%2Bx%5E4%2B36x-36\" because this is only defined when \"x%3C0\" \n" ); document.write( "
\n" );