document.write( "Question 281327: factor cube root\r
\n" );
document.write( "\n" );
document.write( "27x^3+125y^3 \n" );
document.write( "
Algebra.Com's Answer #204348 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! 27x^3+125y^3\r \n" ); document.write( "\n" ); document.write( "27x^3 = 3^3*x^3 = (3x)^3 \n" ); document.write( "125y^3 = 5^3*y^3 = (5y)^3\r \n" ); document.write( "\n" ); document.write( "Using the fact that a^3 + b^3 = (a+b)*(a^2-ab+b^2) and substituting 3x for a and 5y for b we have:\r \n" ); document.write( "\n" ); document.write( "(3x)^3 + (5y)^3 = (3x+3y)*((3x)^2-(3x*5y)+(5y)^2)) =\r \n" ); document.write( "\n" ); document.write( "3*(x+y)*(9x^2 - 15xy + 25y^2)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |