document.write( "Question 35576: Emily has factored a particular polynomial as (a-b)(x-y). George factors the same polynomial and gets (b-a)(y-x). Who is correct and why?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #21715 by narayaba(40) ![]() You can put this solution on YOUR website! Both of them are correct\r \n" ); document.write( "\n" ); document.write( "(a-b)(x-y) can be rewritten as follows\r \n" ); document.write( "\n" ); document.write( "(a-b) = - (b-a) similarly (x-y)= -(y-x)\r \n" ); document.write( "\n" ); document.write( "(a-b)(x-y) = -(b-a)*-(y-x) = -1*-1 (b-a)(y-x) = (b-a)(y-x) \n" ); document.write( " |