document.write( "Question 42574: At the beginning of a bicycle race for charity, Roberto and Juana are 30 mi. apart. If they leave at the same time and ride in the same direction, Roberto overtakes Juana in 6 hr. If they ride toward each other, they meet in 1 hr. What are their speeds \n" ); document.write( "
Algebra.Com's Answer #27689 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let r and j be their respective speeds. \n" ); document.write( "Well if they ride toward each other and met in 1 hour, they must have a combined speed of 30 mph, since they were 30 miles apart...thus \n" ); document.write( "r + j = 30 \n" ); document.write( "Now, Roberto overtakes Juana in 6 hours, meaning he must be going 5 mph faster to make up the 30 miles in 6 hours...thus \n" ); document.write( "r = j + 5 \n" ); document.write( "Substituting this r into the first equation, we get \n" ); document.write( "j+5 + j = 30 \n" ); document.write( "2j + 5 = 30 \n" ); document.write( "2j = 25 \n" ); document.write( "j = 12.5 \n" ); document.write( "and then \n" ); document.write( "r = 17.5 \n" ); document.write( " |