document.write( "Question 1208007: A new ship is being designed to have two types of cabin accommodation for the
\n" );
document.write( " crew. Each type A cabin accommodate 6 passengers and each type B cabin
\n" );
document.write( " accommodate 3 passengers. The maximum number of passengers the ship
\n" );
document.write( " can accommodate is 330. Each type A cabin has 50m2 of space and each type
\n" );
document.write( " B cabin has 10m2 of space. The total amount of cabin space should not exceed
\n" );
document.write( " 2300m2
\n" );
document.write( "i)Write down inequalities to represent this information. (2 Marks)
\n" );
document.write( "ii)Using the graphical method find the number of cabins of each type required to maximize the income given that income from one voyage of type A cabin is kSh 6,000 and that of type B cabins is ksh 1,800. \n" );
document.write( "
Algebra.Com's Answer #846116 by Edwin McCravy(20060)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Maximize z = 6000x+1800y\r\n" ); document.write( "\r\n" ); document.write( "subject to constraints\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |