document.write( "Question 1014983: A pool charges a flat rate of $55 for a birthday party plus $8.00 for each person. If you have $165 to spend, at most how many people can attend the party? \n" ); document.write( "
Algebra.Com's Answer #631301 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Call the number of people at the party, x. We can write the inequality
\n" ); document.write( "55 + 8x <= 165
\n" ); document.write( "8x <= 110
\n" ); document.write( "x <= 110/8
\n" ); document.write( "x <= 13.75
\n" ); document.write( "which means up to 13 people can attend the party.
\n" ); document.write( "
\n" );