document.write( "Question 661950:  6-(3+x)=?
\n" );
document.write( "7-(2x-3[1-x])=? \n" );
document.write( "
| Algebra.Com's Answer #412203 by ReadingBoosters(3246)      You can put this solution on YOUR website! 6-(3+x) is the same as 6-3-x simplied to 3-x \n" ); document.write( "if set equal to 0 and solving for x \n" ); document.write( "3-x=0 \n" ); document.write( "3-x+x=0+x \n" ); document.write( "3=x \n" ); document.write( "........................... \n" ); document.write( "7-(2x-3[1-x]) is the same as 7-(2x-3+3x), which is the same as 7-2x+3-3x \n" ); document.write( "simplified to 10-x \n" ); document.write( "if set equal to 0 and solving for x \n" ); document.write( "10-x=0 \n" ); document.write( "10-x+x=0+x \n" ); document.write( "10=x \n" ); document.write( " |