document.write( "Question 260321: Perform the indicated operations and simplify
\n" );
document.write( "1. 2x-3{x+2[x-(x+5)]+1}
\n" );
document.write( "2. (m-n)(m+n) \n" );
document.write( "
Algebra.Com's Answer #191747 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! 1. 2x-3{x+2[x-(x+5)]+1} \n" ); document.write( "step 1 - start with inner most parentheses to get \n" ); document.write( "2x-3{x+2[-5)]+1} \n" ); document.write( "step 2 - move to second set and we get \n" ); document.write( "2x-3{x-9} \n" ); document.write( "step 3 - move to last set to get \n" ); document.write( "2x-3x+27 \n" ); document.write( "which is \n" ); document.write( "-x+27 \n" ); document.write( "-- \n" ); document.write( "2. (m-n)(m+n) \n" ); document.write( "using foil, we get \n" ); document.write( "m^2 \n" ); document.write( "mn \n" ); document.write( "-mn \n" ); document.write( "-n^2 \n" ); document.write( "combine the two middle terms to get \n" ); document.write( " |