document.write( "Question 309930: Marcus starts 30 miles from the west coast and drives at 60mph. Marcus' grandmother starts 90 miles from the west coast and drives 45mph. When will the two of them be the same distance from the west coast? (they are both driving east) \n" ); document.write( "
Algebra.Com's Answer #221777 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! Marcus starts 30 miles from the west coast and drives at 60mph. \n" ); document.write( " Marcus' grandmother starts 90 miles from the west coast and drives 45mph. \n" ); document.write( " When will the two of them be the same distance from the west coast? \n" ); document.write( ": \n" ); document.write( "Let t = time when they will be the same distance from the coast \n" ); document.write( ": \n" ); document.write( "Write a distance equation; dist = speed * time \n" ); document.write( ": \n" ); document.write( "Marcus dist from coast = Grandma's distance from coast \n" ); document.write( "60t + 30 = 45t + 90 \n" ); document.write( ": \n" ); document.write( "60t - 45t = 90 - 30 \n" ); document.write( ": \n" ); document.write( "15t = 60 \n" ); document.write( "t = \n" ); document.write( "t = 4 hrs, they will be the same dist from the coast \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solution in original equation \n" ); document.write( "60(4) + 30 = 45(4) + 90 \n" ); document.write( "240 + 30 = 180 + 90 \n" ); document.write( " \n" ); document.write( " |