document.write( "Question 937978: I need to print 25 tickets for 40 boys and there are 5 per page how many pages do I need to print
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #571376 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Is that \"+25+\" tickets for each boy? If it is:
\n" ); document.write( "\"+25%2A40+=1000+\" tickets
\n" ); document.write( "\"+1000%2F5+=+200+\" pages
\n" ); document.write( "
\n" ); document.write( "
\n" );