document.write( "Question 158561: This is a problem from a college algebra project, and we are stuck.\r
\n" );
document.write( "\n" );
document.write( "A motorist drove 150 miles on country roads before driving 50 miles on mountain roads. The rate of speed on the country roads was three times the rate on mountain roads. The time spent travelling the 200 miles was 5 hours. Find the rate of the motorist on country roads. \n" );
document.write( "
Algebra.Com's Answer #116810 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! r*t=d __ t=d/r __ the total time is the sum of country time and mountain time\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let x=country rate\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "[150/x]+[50/(x/3)]=5 __ multiplying by x __ 150+150=5x __ dividing by 5 __ 60=x \n" ); document.write( " |