document.write( "Question 235898: factor the polynomial:\r
\n" );
document.write( "\n" );
document.write( "25x(to the 2nd power)-36y(to the second power) \n" );
document.write( "
Algebra.Com's Answer #173669 by Alan3354(69443) You can put this solution on YOUR website! factor the polynomial: \n" ); document.write( "25x(to the 2nd power)-36y(to the second power) \n" ); document.write( "-------------- \n" ); document.write( "Any difference of 2 squares a^2 - b^2 = (a+b)*(a-b) \n" ); document.write( " \n" ); document.write( "In this case, a is 5x and b is 6y \n" ); document.write( "= (5x+6y)*(5x-6y) \n" ); document.write( " \n" ); document.write( " |