document.write( "Question 1188006: A toy making company has at least 300 squares of felt, 700 oz of stuffing, and 230 ft of trim to make dogs and dinosaurs. A dog uses 1 square of felt, 4 oz of stuffing, and 1 ft of trim. A dinosaur uses 2 squares of felt, 3 oz of stuffing, and 1 ft of trim.\r
\n" ); document.write( "\n" ); document.write( "It costs the company $1.24 to make each dog and $1.76 for each dinosaur. The company wants to minimize its costs. What are the coefficients of the constraint inequality for felt?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #819051 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
makt a table like the one below:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "                              dog            dinosaur\r\n" );
document.write( "                               x                 y\r\n" );
document.write( "felt                           1                 2         >= 300\r\n" );
document.write( "stuffing                       4                 3         >= 700\r\n" );
document.write( "trim                           1                 1         >= 230\r\n" );
document.write( "cost                           1.24              1.76      minimize\r\n" );
document.write( "\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "constraint functions are:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x + 2y >= 300
\n" ); document.write( "4x + 3y >= 700
\n" ); document.write( "x + y >= 230
\n" ); document.write( "x >= 0
\n" ); document.write( "y >= 0\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "objective function is:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "cost = 1.74 * x + 1.76 * y\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this is what you want to minimize.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "using the desmos.com calculator, you would graph the opposite of the inequalities.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the feasible region is the area of the graph that is not shaded.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you would evaluate the objective function at the corner points of the feasible region.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the corner point with the lowest cost is your minimum cost solution.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the graph will look like this:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the lowest cost solution is when x = 160 and y = 70 with a cost of 321.6.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "all the constraints need to be satisfied.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "i checked the constraints at the minimum solution and they are all satisfied.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you were asked to provide the coefficients of the constraint inequality for felt.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the constraint inequality for felt is x + 2y >= 300
\n" ); document.write( "the coefficient for x is 1 and the coefficient for y is 2.\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( "
\n" ); document.write( "
\n" );