document.write( "Question 1008325: To drive safely along a road, drivers need to maintain a speed of at least 50 miles per hour and at most 60 miles per hour. Write an absolute value equation that represents the minimum and maximum speeds. \n" ); document.write( "
Algebra.Com's Answer #624580 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call x the speed...then we have \n" ); document.write( "|x - 55| <= 5 \n" ); document.write( "which yields \n" ); document.write( "x <= 60 and x >= 50 \n" ); document.write( " |