document.write( "Question 1016773: Use and inequality and a five step process to solve this problem.The women’s volleyball team can spend at most $700.00 for its awards banquet at a local restaurant. If the restaurant charges a $100.00 set up-fee plus $24 per person, at most how many can attend? Show all work please \n" ); document.write( "
Algebra.Com's Answer #633160 by macston(5194) You can put this solution on YOUR website! . \n" ); document.write( "x=number of people \n" ); document.write( ". \n" ); document.write( "Setup + $24(number of people)=total cost \n" ); document.write( "Setup + $24x <= $700 \n" ); document.write( "$100 + $24x <= $700 \n" ); document.write( "$24x<=$600 \n" ); document.write( "x<=25 \n" ); document.write( ". \n" ); document.write( "ANSWER: At most, 25 people can attend. \n" ); document.write( " \n" ); document.write( " |