document.write( "Question 972803: A person drives to a destination at a rate of thirty mph and returns over the same route at fifty mph. How far is the destination if the time returning is one hour less than the time going? \n" ); document.write( "
Algebra.Com's Answer #595040 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A person drives to a destination at a rate of thirty mph and returns over the same route at fifty mph. How far is the destination if the time returning is one hour less than the time going? \n" ); document.write( "=============== \n" ); document.write( "d = r*t \n" ); document.write( "d = 50t = 30(t+1) \n" ); document.write( "50t = 30t + 30 \n" ); document.write( "t = 1.5 hours \n" ); document.write( "d = 50*1.5 = 75 miles \n" ); document.write( " |