document.write( "Question 1183788: Johnny drops his kids off at his parents’ house (which is 6 miles from his house), goes to work, goes back to pick up his kids, and heads home. All of these locations are on the same straight road. If Johnny wants to keep his daily driving within 35 miles, how far from his parents’ house can his place of work be? Write an absolute value inequality and solve. \n" ); document.write( "
Algebra.Com's Answer #814272 by greenestamps(13216) You can put this solution on YOUR website! \n" ); document.write( "Informally, since the locations are in the same straight line, and the distances in both directions are the same, he wants to keep his distance from work less than 35/2=17.5 miles. \n" ); document.write( "Then, since his parents' house is 6 miles from his house, the distance from is parents' house to work has to be less than 17.5-6=11.5 miles \n" ); document.write( "Formally, as the problem requests.... \n" ); document.write( "x = distance from his parents' house to work \n" ); document.write( "6+x+x+6 <=35 \n" ); document.write( "2x+12 <= 35 \n" ); document.write( "2x <= 23 \n" ); document.write( "x <= 11.5 \n" ); document.write( "ANSWER: His parents' house must be within 11.5 miles of his work. \n" ); document.write( " \n" ); document.write( " |