document.write( "Question 734214: If there are four variables A,B,C,D.
\n" );
document.write( "Is there anyway that we can simplify the following function\r
\n" );
document.write( "\n" );
document.write( "(A+B)*(C+D) \n" );
document.write( "
Algebra.Com's Answer #448769 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! You could \"FOIL\" it... \n" ); document.write( "(A+B)*(C+D) \n" ); document.write( "AC+AD+BC+BD \n" ); document.write( " \n" ); document.write( " |