document.write( "Question 89848: A company makes two kinds of cookies. Each batch of chocolate cookies requires 6 trucks to ship, takes 9 hrs to bake, and earns the company $600. Each batch of cream filled requires 4 trucks to ship, 12 hours to bake, and earns the company$500. graph the region and determine how many of each should be made to maximize profit. it has a total of 48 trucks and 72 hours of baking time.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "as far as ive gotten: 6x+4y<48
\n" );
document.write( " 9x+12<72
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #65289 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A company makes two kinds of cookies. Each batch of chocolate cookies requires 6 trucks to ship, takes 9 hrs to bake, and earns the company $600. Each batch of cream filled requires 4 trucks to ship, 12 hours to bake, and earns the company$500. There are a total of 48 trucks and 72 hours of baking time.\r \n" ); document.write( "\n" ); document.write( "graph the region and determine how many of each should be made to maximize profit. \n" ); document.write( "-------------- \n" ); document.write( "Let number of chocolate batches be \"x\"; Let number of cream batches be \"y\". \n" ); document.write( "# of choc batches: 0<=x<=48 \n" ); document.write( "# of cream batches:0<=y<=48 \n" ); document.write( "Truck : 6x+4y <=48 \n" ); document.write( "Bake : 9x+12y<=72 \n" ); document.write( "Objective function: Profit = 600x+500y \n" ); document.write( "-------------------- \n" ); document.write( "Solve Truck and Bake for y: \n" ); document.write( "Truck: y <= (-3/2)x+12; graph it \n" ); document.write( "Bake: y<=(-3/4)x+6 ; graph it \n" ); document.write( "Draw vertical lines at x=0 and x=48 \n" ); document.write( "Draw horizontal lines at y=0 and y=48 \n" ); document.write( "------------- \n" ); document.write( "Find the vertices of the resulting closed figure. \n" ); document.write( "Use the coordinates of those vertices to find the maximum possible profit. \n" ); document.write( "============== \n" ); document.write( " \n" ); document.write( "---------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |