document.write( "Question 931101: A cyclist traveled 60 mi at a constant rate before reducing the speed by 5 mph. Another 40 mi was traveled at the reduced speed. The total time for the 100-mile trip was 8 h. Find the rate during the first 60 mi. \n" ); document.write( "
Algebra.Com's Answer #565457 by mananth(16946)![]() ![]() You can put this solution on YOUR website! 60 miles at speed x mph\r \n" ); document.write( "\n" ); document.write( "40 miles at (x-5) mph\r \n" ); document.write( "\n" ); document.write( "Total time = 8 hours\r \n" ); document.write( "\n" ); document.write( "time first leg + time second leg = 8\r \n" ); document.write( "\n" ); document.write( "t=d/r\r \n" ); document.write( "\n" ); document.write( "60/x + 40/(x-5) = 8\r \n" ); document.write( "\n" ); document.write( "multiply equation by x(x-5)\r \n" ); document.write( "\n" ); document.write( "60(x-5)+40x = 8x(x-5)\r \n" ); document.write( "\n" ); document.write( "60x-300+60=8x^2-40x\r \n" ); document.write( "\n" ); document.write( "8x^2-140x+300=0\r \n" ); document.write( "\n" ); document.write( "/4 \n" ); document.write( "2x^2-35x+75=0\r \n" ); document.write( "\n" ); document.write( "2x^2-30x-5x+75=0\r \n" ); document.write( "\n" ); document.write( "2x(x-15)-5(x-15)=0\r \n" ); document.write( "\n" ); document.write( "(x-15)(2x-5)=0\r \n" ); document.write( "\n" ); document.write( "x= 15 OR x=5/2\r \n" ); document.write( "\n" ); document.write( "5/2 is not possible\r \n" ); document.write( "\n" ); document.write( "so speed = 15 mph \n" ); document.write( " |