document.write( "Question 1157270: Paradise river cruises operates a fleet of river vessels. The fleet has two types of vessels: A type A vessel has 60 deluxe cabins and 160 standard cabins, whereas a type B vessel has 80 deluxe cabins and 120 standard cabins. Under a charter agreement with odyssey travel agency, paradise river cruises is to provide odyssey with a minimum of 460 deluxe and 780 standard cabins for their 2 week cruise in may. It costs $58,000 to operate a type A vessel and $75,000 to operate a type B vessel for that period. How many of each type vessel should be used to keep operating costs to a minimum? \r
\n" ); document.write( "\n" ); document.write( "A.Set up table to represent this information
\n" ); document.write( "B. (Be specific) let variable x represent
\n" ); document.write( " (Be specific) let variable y represent
\n" ); document.write( "C. Write the objective function and whether it is to be minimized or maximized
\n" ); document.write( "D. Write the constraints
\n" ); document.write( "

Algebra.Com's Answer #780124 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
let x equal the number of type A vessels.
\n" ); document.write( "let y equal the number of type B vessels.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your objective function is:
\n" ); document.write( "58000 * x + 75000 * y
\n" ); document.write( "this is the cost you want to minimize.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your constraints are:
\n" ); document.write( "60x + 80y >= 460
\n" ); document.write( "this is the number of deluxe cabins you need to supply a minimum of.
\n" ); document.write( "160x + 120y >= 780
\n" ); document.write( "this is the number of standard cabins you need to supply a minimum of.
\n" ); document.write( "x >= 0
\n" ); document.write( "y >= 0
\n" ); document.write( "this tells you that the number of cabins can't be negative.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );