document.write( "Question 22150: factor the polynomial: \n" );
document.write( "
Algebra.Com's Answer #10700 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! 216x^3+1...use the formula a^3+b^3=(a+b)(a^2-ab+b^2) \n" ); document.write( "216x^3+1=(6x)^3+1^3=(6x+1){(6x)^2-(6x)*1+1^2} \n" ); document.write( "=(6x+1)(36x^2-6x+1) \n" ); document.write( " |