document.write( "Question 486174: HOw do you square a binomial?
\n" );
document.write( "(w-2)^2\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #332384 by chessace(471)![]() ![]() You can put this solution on YOUR website! You could just write it twice and use FOIL (distribution rules). \n" ); document.write( "The quicker way for this special case is the FOOL method (i just made that up = hope I'm the first): \n" ); document.write( "F: square the first quant w --> w^2 \n" ); document.write( "OO: 2 * the cross product W * -2 --> -4w \n" ); document.write( "L: square the last quant -2 --> +4 \n" ); document.write( "(w-2)^2 = w^2 -4w +4 \n" ); document.write( " |