document.write( "Question 464077: Kathy bicycles 5km/h faster than Javier. In the same time it takes Javier to bicycle 54 km, Kathy can bicycle 69 km. How fast does each bicyclist travel?
\n" );
document.write( "Javier travels _____km/h.
\n" );
document.write( "Kathy travels ______km/h. \n" );
document.write( "
Algebra.Com's Answer #317883 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Let x = Javier's speed \n" ); document.write( "Then x+5 = Kathy's speed \n" ); document.write( "Since t = d/v, and the times are the same, we can write \n" ); document.write( "54/x = 69/(x+5) \n" ); document.write( "Solve for x: \n" ); document.write( "54(x+5) = 69x \n" ); document.write( "15x = 270 \n" ); document.write( "x = 18 \n" ); document.write( "So Javier's speed is 18 km/h, Kathy's speed is 23 km/h \n" ); document.write( " \n" ); document.write( " |