document.write( "Question 259065: Jodie bicycles 5km/h faster than Carlos. In the same time it takes Carlos to bicycle 30km, Jodie can bicycle 45km. How fast does each bicyclist travel?
\n" );
document.write( "Help, how do I solve this kind of problem? \n" );
document.write( "
Algebra.Com's Answer #190755 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! This kind of problem can only be solved by prayer and fasting! \n" ); document.write( "You first have to remember the travel formula. \n" ); document.write( "rt=d \n" ); document.write( "rate(speed)*time=distance \n" ); document.write( "First we learn that Jodie (j) is faster than Carlos(c) \n" ); document.write( "j=5+c \n" ); document.write( "Then we learn that carols goes 30 km \n" ); document.write( "c*t=30 \n" ); document.write( "And that jodie goes 45 km \n" ); document.write( "j*t=45 \n" ); document.write( "in the same time.\r \n" ); document.write( "\n" ); document.write( "Before we set up the final equation , what do we want to know? \n" ); document.write( "Not the time! \n" ); document.write( "But their speeds. \n" ); document.write( "c*t=30 \n" ); document.write( "j*t=45 \n" ); document.write( "Solve each for t (but didn't I just say we don't want the time.) Be patient there is a method to my madness. \n" ); document.write( "t=30/c \n" ); document.write( "t=45/j \n" ); document.write( "Now we set them equal to each other and t is gone! \n" ); document.write( "30/c=45/j \n" ); document.write( "So now we have one equation with two variables. how is that any better ? \n" ); document.write( "But we have one final trick. did you forget the very first equation? \n" ); document.write( "j=c+5 \n" ); document.write( "30/c=45/j \n" ); document.write( "Plug that in for j \n" ); document.write( "30/c=45/(c+5) \n" ); document.write( "Cross multiply \n" ); document.write( "30(c+5)=45c \n" ); document.write( "30c+150=45c \n" ); document.write( "Subtract 30c \n" ); document.write( "150=15c \n" ); document.write( "10=c \n" ); document.write( "j=c+5 \n" ); document.write( "j=10+5=15 \n" ); document.write( "c=10 kph \n" ); document.write( "j=15 kph \n" ); document.write( " \n" ); document.write( " |