document.write( "Question 1174525: An amateur cyclist is training for a road race. He rode the first 27-mile portion of his workout at a constant rate. He then reduced his speed by 3 mph for the remaining 18-mile cool-down portion of the workout. Each portion of the workout took equal time. Find the cyclist's rate during the first portion and his rate during the cool-down portion.
\n" );
document.write( "First Portion: mph
\n" );
document.write( "Cool-Down: mph \n" );
document.write( "
Algebra.Com's Answer #799939 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! d=s*t \n" ); document.write( "27=s*t \n" ); document.write( "18=(s-3)*t, since the time for each part is the same \n" ); document.write( "t=27/s \n" ); document.write( "t=18/(s-3) \n" ); document.write( "so 27/s=18/(s-3) \n" ); document.write( "cross-multiply and 27s-81=18s \n" ); document.write( "9s=81 \n" ); document.write( "s=9 mph initially for 3 hours to do 27 miles \n" ); document.write( "s-3=6 mph for 3 hours to do 18 miles \n" ); document.write( " \n" ); document.write( " |