document.write( "Question 144291: solving equations containing parenthesis:\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "1. solve -[6x-(4x+8)]=9+(6x+3)\r
\n" );
document.write( "\n" );
document.write( "2. solve 4(x-2)+2(x+3)=6 \n" );
document.write( "
Algebra.Com's Answer #105051 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! -[6x-(4x+8)]=9+(6x+3) \n" ); document.write( "-[6x-4x-8]=9+6x+3 \n" ); document.write( "-6x+4x+8=6x+12 \n" ); document.write( "-2x-6x=12-8 \n" ); document.write( "-8x=4 \n" ); document.write( "x=4/-8 \n" ); document.write( "x=-1/2 answer. \n" ); document.write( "-------------------------- \n" ); document.write( "4(x-2)+2(x+3)=6 \n" ); document.write( "4x-8+2x+6=6 \n" ); document.write( "6x=6+8-6 \n" ); document.write( "6x=8 \n" ); document.write( "x=8/6 \n" ); document.write( "x=4/3 answer. \n" ); document.write( " \n" ); document.write( " |