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) ![]() 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 |