document.write( "Question 1014994: I know how to solve it but now I have to put it in interval notation. \r
\n" );
document.write( "\n" );
document.write( "A amusement park charges a flat rate of $ 99 for a birthday party plus $9.00 for each person. If you have $175 to spend, at most how many people can attend the party? \n" );
document.write( "
Algebra.Com's Answer #631311 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let x be the max number of people in the party \n" ); document.write( "1) 9x + 99 < 175 \n" ); document.write( "9x < 76 \n" ); document.write( "x < 8.44 \n" ); document.write( "x is 8 which belongs to [1, 8] \n" ); document.write( " \n" ); document.write( " |