document.write( "Question 157420: If r =2 and s = -7, what is the value of |r|-|s|? 5, or -5 , or 9 or -9\r
\n" );
document.write( "\n" );
document.write( "Is this 2-7 = -5 or 2- -7= 9? What does the bars mean i.e. are they like brackets? Most kids think the ans. is -5 but can't tll me why? \n" );
document.write( "
Algebra.Com's Answer #116011 by gonzo(654)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "the bars mean absolute value of. \n" ); document.write( "if you say |x| = 7, this is the same as saying the absolute value of x = 7. \n" ); document.write( "if a number is positive then the absolute value of that number is positive. \n" ); document.write( "if a number is negative then the absolute value of that number is the same number with a reversal of sign to make it positive. \n" ); document.write( "|+7| = 7 \n" ); document.write( "|-7| = +7 \n" ); document.write( "in your example you ask for the value of |r| - |s|. \n" ); document.write( "r = 2, so |r| = 2. \n" ); document.write( "s = -7 so |s| = 7. \n" ); document.write( "|r|-|s| means the absolute value of r minus the absolute value of s. \n" ); document.write( "this means (+2) - (+7) which equals -5. \n" ); document.write( " \n" ); document.write( " |