document.write( "Question 1048898: write the statement using absolute value notation. \r
\n" );
document.write( "\n" );
document.write( "1) The distance between y and 2 is greater than or equal to 4. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "2) The distance between x and c is less than d units\r
\n" );
document.write( "\n" );
document.write( "3)y is more than d units from c. \n" );
document.write( "
Algebra.Com's Answer #664440 by stanbon(75887) ![]() You can put this solution on YOUR website! write the statement using absolute value notation. \n" ); document.write( "1) The distance between y and 2 is greater than or equal to 4. \n" ); document.write( "|y-2| >= 4 \n" ); document.write( "y-2 <= -4 or y-2 >=4 \n" ); document.write( "y <= -2 or y >= 6 \n" ); document.write( "-------------------- \n" ); document.write( "2) The distance between x and c is less than d units \n" ); document.write( " |x - c| < d \n" ); document.write( "----- \n" ); document.write( "-d < x-c < d \n" ); document.write( "----- \n" ); document.write( "c-d < x < c+d \n" ); document.write( "------------------------------ \n" ); document.write( "3)y is more than d units from c. \n" ); document.write( "|c - y| > d \n" ); document.write( "--- \n" ); document.write( "c-y < -d or c-y > d \n" ); document.write( "y > c+d or y < c-d \n" ); document.write( "---------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------------------------ \n" ); document.write( " |