document.write( "Question 1141453: The range of temperatures on a particular day could be described as |x—68| <= 9. How many integer values are included in the range?
\n" ); document.write( "A) |x+4|<8
\n" ); document.write( "B)|x—5|<3\r
\n" ); document.write( "\n" ); document.write( "Which integer value of x that satisfies both inequalities shown above?
\n" ); document.write( "

Algebra.Com's Answer #762000 by greenestamps(13219)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "One way to solve absolute value problems like this is to interpret

\n" ); document.write( "\"abs%28x-a%29%3C=b\"

\n" ); document.write( "as meaning the difference between x and a is at most b. So

\n" ); document.write( "\"abs%28x-68%29%3C=9\"

\n" ); document.write( "means x is at most 9 away from 68. 68-9 = 59; 68+9 = 77. The number of integers from 59 to 77 inclusive is (77-59)+1 = 19.

\n" ); document.write( "A) Using the same interpretation, x has to be less than 8 away from -4. -4-8 = -12; -4+8 = 4. Since this is a strict inequality, the integer solutions are from -11 to 3 inclusive, which is 15 values.

\n" ); document.write( "B) This one says x is less than 3 away from 5: from 3 to 7, which is 5 values.

\n" ); document.write( "From these three problems, you should note that

\n" ); document.write( "(1) the number of integer solutions to \"abs%28x-a%29%3C=b\" is 2b+1; and
\n" ); document.write( "(2) the number of integer solutions to\"abs%28x-a%29%3Cb\" is 2b-1.
\n" ); document.write( "
\n" );