document.write( "Question 266267: An escalator moves up at a rate of x steps per second. Walter walks up the
\n" );
document.write( "escalator at the rate of one step per second and reaches the top in twenty seconds.The next day Walter’s rate was two steps per second, and he reached the top in sixteen seconds. How many steps does the escalator have?\r
\n" );
document.write( "\n" );
document.write( "(A) 40 (B) 50 (C) 60
\n" );
document.write( "(D) 80 (E) none of these
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #195663 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! An escalator moves up at a rate of x steps per second. \n" ); document.write( " Walter walks up the escalator at the rate of one step per second and reaches the top in twenty seconds. \n" ); document.write( "The next day Walter’s rate was two steps per second, and he reached the top in sixteen seconds. \n" ); document.write( "How many steps does the escalator have? \n" ); document.write( ": \n" ); document.write( "Write a distance equation: Dist = time * rate \n" ); document.write( "Find x \n" ); document.write( "1st day dist = 2nd day dist \n" ); document.write( "20(x + 1) = 16(x + 2) \n" ); document.write( "20x + 20 = 16x + 32 \n" ); document.write( "20x - 16x = 32 - 20 \n" ); document.write( "4x = 12 \n" ); document.write( "x = 3 steps/sec is the escalator rate \n" ); document.write( "; \n" ); document.write( "Find the no. of steps using the 1st day expression \n" ); document.write( "20(3+1) = 80 steps \n" ); document.write( ": \n" ); document.write( "check it in the 2nd day expression \n" ); document.write( "16(3+2) = 80 steps also \n" ); document.write( "; \n" ); document.write( "; \n" ); document.write( "Did this make sense to you? \n" ); document.write( " \n" ); document.write( " |