document.write( "Question 176494: In a tall office building, one elevator leaves the third floor and ascends at a speed of 2 floors per second. Another elevator leaves the 59th floor at exactly the same moment and descends at a speed of 2 floors per second. If the two elevators do not stop, how long will it take them to pass each other? At what floor will the elvators pass each other?\r
\n" );
document.write( "\n" );
document.write( "I can solve this problem by subtracting 3 from 59 to get a distance of 56 floors. Since they are traveling at the same rate divide this by 2 and get 23 floors. So they would pass at the 26th floor. 23 floors at 2 floors per second would be 11.5 seconds.\r
\n" );
document.write( "\n" );
document.write( "My problem is that I can do all this logically but my teacher wants an equation with variables! Not sure how to do that. Thanks for any help! \n" );
document.write( "
Algebra.Com's Answer #131603 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In a tall office building, one elevator leaves the third floor and ascends at a speed of 2 floors per second. Another elevator leaves the 59th floor at exactly the same moment and descends at a speed of 2 floors per second. If the two elevators do not stop, how long will it take them to pass each other? At what floor will the elvators pass each other? \n" ); document.write( "----------------------- \n" ); document.write( "Ascending DATA: \n" ); document.write( "rate = 2 fpsecond ; distance = x floors ; time = d/r = x/2 seconds \n" ); document.write( "-------------------------- \n" ); document.write( "Decending DATA: \n" ); document.write( "rate = 2 fpsecond ; distance = (56-x) floors ; time = d/r = (56-x)/2 seconds\r \n" ); document.write( "\n" ); document.write( "--------------------------- \n" ); document.write( "Equation: \n" ); document.write( "time = time \n" ); document.write( "x/2 = (56-x)/2 \n" ); document.write( "x = 56-x \n" ); document.write( "2x = 56 \n" ); document.write( "x = 28 (# of floors each elemator moves) \n" ); document.write( "--------------------------------------------- \n" ); document.write( "Ascending: 3 + 28 = 31st floor \n" ); document.write( "Decending: 59- 28 = 31st floor \n" ); document.write( "========================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |