document.write( "Question 912152: factorise x^2+px+qx+pq\r
\n" );
document.write( "\n" );
document.write( "factorise m^2-4\r
\n" );
document.write( "\n" );
document.write( "write as a single fraction in its simplest form 2/x-4-1/x+3 \n" );
document.write( "
Algebra.Com's Answer #553611 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x^2+px+qx+pq = x(x+p) + q(x+p) = (x+q)(x+p) \n" ); document.write( "m^2-4 = (m-2)(m+2) \n" ); document.write( " |