document.write( "Question 2201: 1. 9(x-5)-x(x-5)=
\n" );
document.write( "2. ax+ay+2bx+2by=
\n" );
document.write( "3. ma+mb+na+nb=
\n" );
document.write( "Can you solve and tell me how to do these three problems on factoring? \n" );
document.write( "
Algebra.Com's Answer #923 by Alex(3)![]() ![]() ![]() You can put this solution on YOUR website! 1. Take out the common factor (in this case, x-5) \n" ); document.write( "(9-x)(x-5) \n" ); document.write( "2. Factorise the first two terms and the second two terms: \n" ); document.write( "a(x+y)+2b(x+y) \n" ); document.write( "Then take out the common factor (as in question 1) \n" ); document.write( "(a+2b)(x+y) \n" ); document.write( "3. Factorise the first two terms and the second two terms: \n" ); document.write( "m(a+b)+n(a+b) \n" ); document.write( "Then take out the common factor (as in questions 1 & 2) \n" ); document.write( "(m+n)(a+b) \n" ); document.write( " |