document.write( "Question 372538: I am having a problem rearranging polynomials so that I can find the GCF and factor by grouping to get a binomial answer.
\n" );
document.write( "Example question: 10x^2-12y+15x-8xy.
\n" );
document.write( "I have tried to rearrange by switching the 12y and 15x but it doesn't give me the correct binomial answer. Can you advise? I hope I haven't confused anyone with my question. I appreciate any help.\r
\n" );
document.write( "\n" );
document.write( "Juliette Wilson \n" );
document.write( "
Algebra.Com's Answer #265332 by nerdybill(7384) You can put this solution on YOUR website! Starting with: \n" ); document.write( "10x^2-12y+15x-8xy \n" ); document.write( "Then switching the two middle terms: \n" ); document.write( "10x^2+15x-12y-8xy \n" ); document.write( "Now group terms: \n" ); document.write( "(10x^2+15x)-(12y+8xy) (careful with the sign change in second term) \n" ); document.write( "factor each expression inside parentheses: \n" ); document.write( "5x(2x+3)-4y(3+2x) \n" ); document.write( "5x(2x+3)-4y(2x+3) \n" ); document.write( "(2x+3)(5x-4y)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |