document.write( "Question 240187: A company designs and sells two types of rings: the VIP and the SST. The company can produce up to 24 rings each day using up to 60 total hours of labor. It takes 3 hours to make one VIP ring, and 2 hours to make one SST ring. How many of each type of ring should be made daily in order to maximize profit, if profit on a VIP ring is $30 and profit on an SST ring is $40? What is the profit?\r
\n" );
document.write( "\n" );
document.write( "So far I have come up with this not sure if its correct?
\n" );
document.write( "x=# of rings to VIP
\n" );
document.write( "y=# of rings to SST\r
\n" );
document.write( "\n" );
document.write( "3x+2y< or equal to 60
\n" );
document.write( "x+y< or equal to 2
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #176053 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A company designs and sells two types of rings: the VIP and the SST. \n" ); document.write( "The company can produce up to 24 rings each day using up to 60 total hours of labor. It takes 3 hours to make one VIP ring, and 2 hours to make one SST ring. How many of each type of ring should be made daily in order to maximize profit, if profit on a VIP ring is $30 and profit on an SST ring is $40? What is the profit? \n" ); document.write( "So far I have come up with this not sure if its correct? \n" ); document.write( "x=# of rings to VIP \n" ); document.write( "y=# of rings to SST \n" ); document.write( "3x+2y< or equal to 60 \n" ); document.write( "x+y< or equal to 24 \n" ); document.write( "Profit = 30x+40y \n" ); document.write( "----------------------- \n" ); document.write( "Graphs: \n" ); document.write( "3x+2y <= 60 \n" ); document.write( "y <= (-3/2)x + 30 \n" ); document.write( "-------- \n" ); document.write( "x+y <= 24 \n" ); document.write( "y <= -x+24 \n" ); document.write( "-------- \n" ); document.write( " \n" ); document.write( "----------- \n" ); document.write( "Find the intersection of the two boundary lines: \n" ); document.write( "-x+24 = (-3/2)x+30 \n" ); document.write( "(1/2)x = 6 \n" ); document.write( "x = 12 so y = 12 \n" ); document.write( "======================== \n" ); document.write( "Check (0,0),(0,24),(20,0), (12,12) in the profit equation to determine the max pair. \n" ); document.write( "------------------------- \n" ); document.write( "Profit = 30x+40y \n" ); document.write( "P(0,0)=0 ; P(0,24)=40*24=960;P(20,0)=30*20=600;P(12,12)=30*12+40*12 = 840 \n" ); document.write( "--- \n" ); document.write( "Max comes from x = 0, y = 24 \n" ); document.write( "==================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |