document.write( "Question 296249: Maria bicycles 6km/h faster than Carlos. In the same time it takes Carlos to bicycle 33km, Maria can bicycle 51km. How fast does each person travel?\r
\n" );
document.write( "\n" );
document.write( "Carlos:
\n" );
document.write( "Maria:
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #213514 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Maria bicycles 6km/h faster than Carlos. \n" ); document.write( "In the same time it takes Carlos to bicycle 33km, Maria can bicycle 51km. \n" ); document.write( "How fast does each person travel? \n" ); document.write( "------------------ \n" ); document.write( "Carlos DATA: \n" ); document.write( "distance = 33 km ; rate = x km/hr ; time = d/r = 33/x hrs \n" ); document.write( "---------------------------------------- \n" ); document.write( "Maria DATA: \n" ); document.write( "distance = 51 km ; rate = x+6 km/hr ; time = 51/(x+6) hrs \n" ); document.write( "---------------------------------------- \n" ); document.write( "Equation: \n" ); document.write( "distance = distance \n" ); document.write( "33/x = 51/(x+6) \n" ); document.write( "33x + 33*6 = 51x \n" ); document.write( "18x = 6*33 \n" ); document.write( "x = (6/18)(33) \n" ); document.write( "x = 11 km/hr (Carlos rate) \n" ); document.write( "x+6 = 17 km/hr (Marian rate) \n" ); document.write( "=============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |