document.write( "Question 1160796: Hello! So I have tried over and over to complete this problem, and I just can't get it.\r
\n" );
document.write( "\n" );
document.write( "The celebration organizers must decide how many buses and trams to lease in order to shuttle people from the parking lot to the parade route. They are working under a number of constraints:\r
\n" );
document.write( "\n" );
document.write( "There are at most 8 trams available.
\n" );
document.write( "There are at most 30 shuttle buses available.
\n" );
document.write( "It takes 4 staff members to safely load and operate a tram, while it takes only one operator for a shuttle bus. There are at most 50 staff members available for this duty.
\n" );
document.write( "Basic insurance costs $10,000. Each tram costs an additional $1000 in insurance. However, each shuttle bus results in a $1000 discount from the basic insurance. The organizers have a budget of $15,000 to spend on insurance.\r
\n" );
document.write( "\n" );
document.write( "E. Write an inequality for each of the four constraints above. Make sure to define your variables.\r
\n" );
document.write( "\n" );
document.write( "Tram Inequality: ________________________
\n" );
document.write( "Staffing: __________________________
\n" );
document.write( "Shuttle Bus Inequality: ____________________
\n" );
document.write( "Insurance: _________________________\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Thank you! \n" );
document.write( "
Algebra.Com's Answer #784193 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let T = number of trams \n" ); document.write( "let B = number of buses \n" ); document.write( "let S = number of staff. \n" ); document.write( "let I = amount of insurance \n" ); document.write( "since all they're asking is to write an inequality for each od the four constraints, i would keep it simple and answer: \n" ); document.write( "T <= 8 \n" ); document.write( "B <= 30 \n" ); document.write( "S <= 50 \n" ); document.write( "I <= 15,000 \n" ); document.write( "i don't see where they're asking anything more complicated than that. \n" ); document.write( "the additional information given does not appear to be required, unless i'm missing something from what you're asking.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |