document.write( "Question 897508: I need to factor the following problems:
\n" );
document.write( "1. x^2+12x+36-y^4
\n" );
document.write( "2.(3x-1)^3+8
\n" );
document.write( "3.a^2-18a+81-b^4 \n" );
document.write( "
Algebra.Com's Answer #544171 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! factor the following problems: \n" ); document.write( "1. (x^2+12x+36)-y^4 \n" ); document.write( "(x+6)^2-y^4 (diff. of 2 squares) \n" ); document.write( "(x+6+y^2)(x+6-y^2) \n" ); document.write( ".. \n" ); document.write( "2.(3x-1)^3+8 \n" ); document.write( "(3x-1)^3+2^3 (sum of cubes) \n" ); document.write( "(a^3+b^3)=(a+b)(a^2-ab+b^2) \n" ); document.write( "(3x-1+2)((3x-1)^2-((3x-1)*2)+2^2) \n" ); document.write( "(3x+1)(9x^2-6x+1)-(6x-2)+4) \n" ); document.write( "(3x+1)(9x^2-6x+1-6x+2+4) \n" ); document.write( "(3x+1)(9x^2-12x+7) \n" ); document.write( ".. \n" ); document.write( "3.(a^2-18a+81)-b^4 \n" ); document.write( "(a-9)^2-b^4 (diff. of 2 squares) \n" ); document.write( "(a-9+b^2)(a-9-b^2) \n" ); document.write( " |