document.write( "Question 388672: A person drives with constant speed and after some time he sees a milestone with 2 digits. Then travels for 1 hours and sees the same 2 digits in reverse order. 1 hours later he sees that the milestone has the same 2 digits with a 0 between them. What is the speed of the car? \n" ); document.write( "
Algebra.Com's Answer #275034 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A person drives with constant speed and after some time he sees a milestone with 2 digits. \n" ); document.write( "Then travels for 1 hour and sees the same 2 digits in reverse order. \n" ); document.write( " 1 hours later he sees that the milestone has the same 2 digits with a 0 between them. \n" ); document.write( " What is the speed of the car? \n" ); document.write( ": \n" ); document.write( "Let x = the 1st digit on the first mile stone \n" ); document.write( "Let y = the 2nd digit \n" ); document.write( ": \n" ); document.write( "Let s = speed of the car \n" ); document.write( ": \n" ); document.write( "\"Then travels for 1 hour and sees the same 2 digits in reverse order.\" \n" ); document.write( "10x + y + 1s = 10y + x \n" ); document.write( "10x - x + s = 10y - y \n" ); document.write( "9x + s = 9y \n" ); document.write( ": \n" ); document.write( "\"1 hours later he sees that the milestone has the same 2 digits with a 0 between them.\" \n" ); document.write( "10y + x + s = 100x + y \n" ); document.write( "10y - y + s = 100x - x \n" ); document.write( "9y + s = 99x \n" ); document.write( ": \n" ); document.write( "Rearrange the above two equations for elimination \n" ); document.write( "9x - 9y + s = 0 \n" ); document.write( "-99x+9y + s = 0 \n" ); document.write( "----------------adding eliminates y \n" ); document.write( "-90x + 2s = 0 \n" ); document.write( "2s = 90x \n" ); document.write( "s = 45x \n" ); document.write( "x has to equal 1, then s = 45 mph (If x=2 and s=90 mph, when added to \n" ); document.write( " a two digit milestone, could not be at another two digit milestone.) \n" ); document.write( ": \n" ); document.write( "Find y \n" ); document.write( "9x + s = 9y \n" ); document.write( "9(1) + 45 = 9y \n" ); document.write( "9 + 45 = 9y \n" ); document.write( "simplify divide by 9 \n" ); document.write( "1 + 5 = y \n" ); document.write( "y = 6 \n" ); document.write( ": \n" ); document.write( "Speed is 45 mph, x=1, y=6; 1st mile marker 16 \n" ); document.write( ": \n" ); document.write( "Try this: \n" ); document.write( "1st milestone: 16 \n" ); document.write( "travel one hr +45 \n" ); document.write( "2nd milestone: 61 \n" ); document.write( "travel one hr:+45 \n" ); document.write( "3rd milestone:106 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |