document.write( "Question 1110220: A child is running on a moving sidewalk in an airport. When she runs against the sidewalk's motion, she travels
\n" );
document.write( "50ft
\n" );
document.write( " in
\n" );
document.write( "10
\n" );
document.write( " seconds. When she runs with the sidewalk's motion, she travels
\n" );
document.write( "91ft
\n" );
document.write( " in
\n" );
document.write( "13
\n" );
document.write( " seconds. What is the rate of the child on a still sidewalk and what is the rate of the moving sidewalk? \n" );
document.write( "
Algebra.Com's Answer #725231 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A child is running on a moving sidewalk in an airport. \n" ); document.write( " When she runs against the sidewalk's motion, she travels 50ft in 10 seconds. \n" ); document.write( " When she runs with the sidewalk's motion, she travels 91ft in 13 seconds. \n" ); document.write( " What is the rate of the child on a still sidewalk and what is the rate of the moving sidewalk? \n" ); document.write( "let w = the walking speed of the child \n" ); document.write( "let s = the moving sidewalk speed \n" ); document.write( "Write an equation for each way \n" ); document.write( "10(w-s) = 50 \n" ); document.write( "13(w+s) = 91 \n" ); document.write( "simplify both equation; divide 1st eq by 10, the 2nd eq by 13, we have \n" ); document.write( "w - s = 5 \n" ); document.write( "w + s = 7 \n" ); document.write( "----------addition eliminates s, find w \n" ); document.write( "2w = 12 \n" ); document.write( "w = 6 ft/sec on a still sidewalk \n" ); document.write( "Find s \n" ); document.write( "6 + s = 7 \n" ); document.write( "s = 1 ft/sec is speed of the moving sidewalk \n" ); document.write( " |