document.write( "Question 350620: I just took a math test and wanted to see if I had done this right.\r
\n" );
document.write( "\n" );
document.write( "10. Factor
\n" );
document.write( " 512y^3-729\r
\n" );
document.write( "\n" );
document.write( "I determined that each side of this expression was a cube. 8^3=512, 9^3=729. So I answered: (8y x 8y x 8y)-(9 x 9 x 9). Was this correct? \n" );
document.write( "
Algebra.Com's Answer #250611 by nerdybill(7384) You can put this solution on YOUR website! Hate to be a bearer of bad news but you didn't get it right. \n" ); document.write( ". \n" ); document.write( "512y^3-729 \n" ); document.write( "can be rewritten (as you say) as: \n" ); document.write( "(8y)^3-9^3 \n" ); document.write( "At this point you have a \"difference of cubes\" -- a special case for factoring: \n" ); document.write( "a^3 – b^3 = (a – b)(a^2 + ab + b^2) \n" ); document.write( ". \n" ); document.write( "which then gives you: \n" ); document.write( "(8y - 9)((8y)^2 + (8y)(9) + 9^2) \n" ); document.write( "(8y - 9)(64y^2 + 72y + 81) \n" ); document.write( " \n" ); document.write( " |