document.write( "Question 782829: How do you factorise equations like: x^2 -9 \n" ); document.write( "
Algebra.Com's Answer #476547 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Use the difference of squares rule a^2 - b^2 = (a-b)(a+b) to get \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2 -9 = x^2 - 3^2 = (x-3)(x+3) \n" ); document.write( " |