document.write( "Question 991846: Hello! Could you please help me solve this :
\n" );
document.write( "|x-4 / 3 |< 2 \r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #611581 by Shai(25)![]() ![]() You can put this solution on YOUR website! Since there is a modulus over here, we have\r \n" ); document.write( "\n" ); document.write( "(x-4)/3<2 and (x-4)/3>-2 \n" ); document.write( "Solving for the first case we get \n" ); document.write( "(x-4)<6 \n" ); document.write( "x<10\r \n" ); document.write( "\n" ); document.write( "for the second case\r \n" ); document.write( "\n" ); document.write( "(x-4)>-6 \n" ); document.write( "x>-2 \n" ); document.write( "so x>-2 and x<10 implies that the sample space would contain the values \n" ); document.write( "{-1,0,1,2,3,4,5,6,7,8,9} \n" ); document.write( " |