document.write( "Question 92717: Question: Solve: |x-2|<1
\n" );
document.write( "How do i solve this? \n" );
document.write( "
Algebra.Com's Answer #67491 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Solve: |x-2|< 1 \n" ); document.write( "Comment: If you have the following inequality, |w|<2, then \n" ); document.write( "-2 < w < 2 \n" ); document.write( "The same is true for |x-2| <1 \n" ); document.write( "It means -1 < x-2 < 1 \n" ); document.write( "---------------- \n" ); document.write( "You then add 2 along the line to get: \n" ); document.write( "-1+2 < x-2+2 < 1+2 \n" ); document.write( "Then 1 < x < 3 \n" ); document.write( "-------------- \n" ); document.write( "Hope this helps. \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |