document.write( "Question 1007829: A child is running on a moving sidewalk in an airport. When he runs against the sidewalk's motion, he travels
\n" );
document.write( "91ft in 13 seconds. When he runs with the sidewalk's motion, he travels
\n" );
document.write( "195ft in the same amount of time. 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 #623744 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the child's normal rate, r. \n" ); document.write( "Call the rate of the walkway, w. \n" ); document.write( "(r + w)(13) = 195 \n" ); document.write( "(r - w)(13) = 91 \n" ); document.write( "and \n" ); document.write( "13r + 13w = 195 \n" ); document.write( "13r - 13w = 91 \n" ); document.write( "Now add these and get \n" ); document.write( "26r = 286 \n" ); document.write( "r = 11 ft/s \n" ); document.write( "By plugging in we find \n" ); document.write( "w = 4 ft/s \n" ); document.write( " |