document.write( "Question 30535: A bus has its maximum number of passengers when it leaves the bus station.
\n" );
document.write( "At the first stop, half of the passengers get off. At the next stop 7 people get on and at the next stop 16 people get off.
\n" );
document.write( "There are now 17 people on the bus.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #17193 by longjonsilver(2297)![]() ![]() You can put this solution on YOUR website! Let x = number of passengers at start.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "((x/2)+7)-16 = 17 \n" ); document.write( "(x/2)+7 = 33 \n" ); document.write( "x/2 = 26 \n" ); document.write( "x = 26*2 \n" ); document.write( "x = 52\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "jon. \n" ); document.write( " \n" ); document.write( " |