document.write( "Question 1141377: Beth can travel 208 miles in the same time it takes Anna to travel 192 miles. If Beth's speed is 4 mph greater than Anna's, find both rates. \n" ); document.write( "
Algebra.Com's Answer #761920 by Boreal(15235) You can put this solution on YOUR website! Anna travels at x mph and takes xt hours to go 192 miles \n" ); document.write( "Beth travels at (x+4) mph and takes xt hours to go 208 miles \n" ); document.write( "t for Anna is 192/x \n" ); document.write( "t for Beth is 208/(x+4) \n" ); document.write( "those t s are equal, so that (192/x)=208/(x+4) \n" ); document.write( "cross multiply so that 192x+768=208cx \n" ); document.write( "16x=768 \n" ); document.write( "x=48 mph for Anna \n" ); document.write( "x+4=52 mph for Beth \n" ); document.write( "4 hours will be t. \n" ); document.write( " |