document.write( "Question 562081: please help me solve this problem.\r
\n" );
document.write( "\n" );
document.write( "manuel traveled 4 hours non stop to mexico a total of 166 mles. he took a train part of the way which averaged 50 mph, and then took a bus the remaining distance, which avereged 30 mph. how long was manuel on the train? \n" );
document.write( "
Algebra.Com's Answer #364441 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! manuel traveled 4 hours non stop to mexico a total of 166 mles. he took a train part of the way which averaged 50 mph, and then took a bus the remaining distance, which avereged 30 mph. how long was manuel on the train? \n" ); document.write( "** \n" ); document.write( "let x=miles Manuel was on the train \n" ); document.write( "166-x=miles Manuel was on the bus \n" ); document.write( "travel time=distance/speed \n" ); document.write( "x/50+(166-x)/30=4 \n" ); document.write( "LCD=50*30 \n" ); document.write( "30x+50(166-x)=4*50*30 \n" ); document.write( "30x+8300-50x=6000 \n" ); document.write( "20x=2300 \n" ); document.write( "x=115 miles \n" ); document.write( "Travel time=distance/speed \n" ); document.write( "115/50=2.3 hrs \n" ); document.write( "ans: \n" ); document.write( "Manuel was on the train for 2.3 hrs \n" ); document.write( " |