document.write( "Question 814319: Solve the absolute value equation or indicate that the equation has no solution:
\n" );
document.write( "|2(x+1)+6|=10\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "a. {-9,10} b. {-7,3} c. {-7,0} d. {-9,0} \n" );
document.write( "
Algebra.Com's Answer #490229 by Edwin McCravy(20063) You can put this solution on YOUR website! \r\n" );
document.write( "|2(x+1)+6|=10\r\n" );
document.write( "\r\n" );
document.write( "Te equation will be true if what is between the absolute\r\n" );
document.write( "value bars equals to +10 or if it equals -10.\r\n" );
document.write( "\r\n" );
document.write( "So to remove absolute value bars, write two equations\r\n" );
document.write( "indicating both cases and solve them separately:\r\n" );
document.write( "\r\n" );
document.write( "2(x+1)+6 = 10 2(x+1)+6 = -10\r\n" );
document.write( " 2x+2+6 = 10 2x+2+6 = -10\r\n" );
document.write( " 2x+8 = 10 2x+8 = -10\r\n" );
document.write( " 2x = 2 2x = -18\r\n" );
document.write( " x = 1 x = -9\r\n" );
document.write( "\r\n" );
document.write( "Solution: {-9,1}, not any you listed, maybe there is a typo in\r\n" );
document.write( "either a. or d.\r\n" );
document.write( "\r\n" );
document.write( "Edwin \n" );
document.write( " |