document.write( "Question 407183: A train can hold 78 passengers. The train starts out empty and picks up one passenger at the first stop,2 passengers at the second stop,3 passengers at the third stop,and so forth. After how many stops will the train be full. \n" ); document.write( "
Algebra.Com's Answer #287070 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
Let s = the stop number where the train fills.\r
\n" ); document.write( "\n" ); document.write( "Then 1+2+3+...+s = 78, or\r
\n" ); document.write( "\n" ); document.write( "\"%28s%28s%2B1%29%29%2F2+=+78\", or
\n" ); document.write( "\"s%5E2+%2B+s+=+156\"
\n" ); document.write( "\"s%5E2+%2B+s+-+156+=+0\"
\n" ); document.write( "(s+13)(s-12) = 0
\n" ); document.write( "==> s = 12.\r
\n" ); document.write( "\n" ); document.write( "Hence on the 12th stop the train is full.
\n" ); document.write( "
\n" );