document.write( "Question 38707: divide (p cubed + 64) divided by (p + 4)
\n" );
document.write( "is the answer p squared + 16 - 4p \n" );
document.write( "
Algebra.Com's Answer #24236 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! divide (p cubed + 64) divided by (p + 4) \n" ); document.write( "is the answer p squared + 16 - 4p \n" ); document.write( "USE FORMULA A^3+B^3=(A+B)(A^2-AB+B^2) \n" ); document.write( "P^3+4^3=(P+4)(P^2-4*P+4^2) \n" ); document.write( "HENCE WE GET \n" ); document.write( "(P^3+64)/(P+4)=(P+4)(P^-4P+16)/(P+4)=P^2-4P+16 \n" ); document.write( " |