document.write( "Question 22285: how do you factor the polynomial:
\n" );
document.write( " (15x^3)(y^3)+(10x^2)(y^2)+5xy ??? \n" );
document.write( "
Algebra.Com's Answer #10805 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Look at the numbers (coefficients). What is the highest common factor? \n" ); document.write( "It is 5. \n" ); document.write( "Look at the \"x's\". What is the highest common factor? \n" ); document.write( "It is \"x\". \n" ); document.write( "Look at the \"y's\". What is the highest common factor? \n" ); document.write( "It is \"y\" \n" ); document.write( "So the highest common factor in your problem is 5xy. \n" ); document.write( "Divide each term in the original problem by 5xy to find the remaining factor. \n" ); document.write( "Final Result: \n" ); document.write( " 5xy(3x^2y^2 + 2xy + 1)\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |