document.write( "Question 1199189: A bus driver who starts with a large empty bus picks us 11 riders at every odd- numbered stop and drops off 5 riders at every even-numbered stop. The stop after which the bus will first contain more than 165 passengers is stop number
\n" );
document.write( " a) 27 b) 28 c) 52 d) 53 e) 55 \n" );
document.write( "
Algebra.Com's Answer #832928 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "To start with, we can eliminate answer choices b and c because they are even numbers, and the number of riders on the bus DECREASES at each even-numbered stop. \n" ); document.write( "The number of riders increases by 11 at every odd-numbered stop, so the number of riders will surpass 165 when the number of riders after an even-numbered stop is greater than 165-11 = 154. \n" ); document.write( "So look for the pattern of the numbers of riders after the even-numbered stops. \n" ); document.write( "After stop #2 (the 1st even-numbered stop): 11-5 = 6 \n" ); document.write( "After stop #4 (the 2nd even-numbered stop): 6+(11-5) = 12 \n" ); document.write( "After stop #6 (the 3rd even-numbered stop): 12+(11-5) = 18 \n" ); document.write( "The pattern is clear: after the n-th even-numbered stop, the number of riders is 6n. \n" ); document.write( "Now find at which even-numbered stop the number of riders is greater than 154: \n" ); document.write( "6n > 154 \n" ); document.write( "n > 154/6 = 25 2/3 \n" ); document.write( "It is after the 26th even-numbered stop that the number of riders is first greater than 154. \n" ); document.write( "The 26th even numbered stop is stop number 52; so it is after the 53rd stop that the number of riders first surpasses 165. \n" ); document.write( "ANSWER: d) 53 \n" ); document.write( " \n" ); document.write( " |