document.write( "Question 860264: A group of ten persons were planning to contribute equal amounts of money to buy some pizza. After the pizza was ordered, one person left. Each of the other nine persons had to pay 60 cents extra as a result. How much was the total bill? \n" ); document.write( "
Algebra.Com's Answer #518270 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let \"+t+\" = the total bill
\n" ); document.write( "\"+t%2F10+\" = what each one would have paid with 10 people
\n" ); document.write( "\"+t%2F9+\" = what each one paid after one left
\n" ); document.write( "---------------------
\n" ); document.write( "\"+t%2F9+-+t%2F10+=+.6+\"
\n" ); document.write( "\"+t%2F9+-+t%2F10+=+6%2F10+\"
\n" ); document.write( "Multiply both sides by \"+90+\"
\n" ); document.write( "\"+10t+-+9t+-+54+\"
\n" ); document.write( "\"+t+=+54+\"
\n" ); document.write( "The bill was $54
\n" ); document.write( "---------------
\n" ); document.write( "check:
\n" ); document.write( "\"+t%2F9+-+t%2F10+=+.6+\"
\n" ); document.write( "\"+54%2F9+-+54%2F10+=+.6+\"
\n" ); document.write( "\"+6+-+5.4+=+.6+\"
\n" ); document.write( "\"+.6+=+.6+\"
\n" ); document.write( "OK\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );