document.write( "Question 109805: Linear Programming. I need help finding the 3 inequalities for this word problem.\r
\n" );
document.write( "\n" );
document.write( "A College Arena sells tickets to students and the public. Students tickets are $10 each and general public tickets are $20 each. The college reserves at least 6,000 tickets for the students. The arena seats 12,000 \n" );
document.write( "
Algebra.Com's Answer #80063 by stanbon(75887) ![]() You can put this solution on YOUR website! A College Arena sells tickets to students and the public. Students tickets are $10 each and general public tickets are $20 each. The college reserves at least 6,000 tickets for the students. The arena seats 12,000 \n" ); document.write( "---------------------- \n" ); document.write( "Let # of student tickets be \"s\" ; Let # of public tickets be \"p\". \n" ); document.write( "--------- \n" ); document.write( "s>=6000 \n" ); document.write( "P<= 12000-s \n" ); document.write( "Revenue = 10s + 20p \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |