document.write( "Question 1191509: A group of office workers had some prize money to distribute among themselves. When all but one took $9 each, the last person only received $5. When they all took $8 each, there was $12 left over. How much had they won? \n" ); document.write( "
Algebra.Com's Answer #823299 by ikleyn(52786)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "A group of office workers had some prize money to distribute among themselves.
\n" ); document.write( "When all but one took $9 each, the last person only received $5.
\n" ); document.write( "When they all took $8 each, there was $12 left over. How much had they won?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let n be the number of workers.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "We can express the total money in two different ways.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "One way is      the total money = 9*(n-1) + 5\r\n" );
document.write( "\r\n" );
document.write( "Another way is  the total money = 8*n + 12.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Since the total money is the same,\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    9*(n-1) + 5 = 8n + 12\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Simplify and find n\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    9n - 9 + 5 = 8n + 12\r\n" );
document.write( "\r\n" );
document.write( "    9n - 4 = 8n + 12\r\n" );
document.write( "\r\n" );
document.write( "    9n - 8n = 12 + 4\r\n" );
document.write( "\r\n" );
document.write( "       n    =   16.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "So, there are 16 workers, and the total prize money is  8n+12 = 8*16 + 12 = 140 dollars.    ANSWER\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );