document.write( "Question 727599: I have a graph that I am supposed to fill out along with answering the equation. The problem is this: \r
\n" );
document.write( "\n" );
document.write( "I need to have some stuffed animals for a kid’s party. I want to have 24 cats, 20 dogs and 12 dragons. (If I end up with extras, that is fine.) To save money, I will buy the big party assortments. There are two assortments available. The Stuffed-Animals-A-Plenty, for $5 has 3 cats, 2 dogs, and 4 dragons. The Kids-Box, for $6 has 4 cats, 4 dogs, and 3 dragons. How many of each party assortment should I buy to minimize my cost? \n" );
document.write( "
Algebra.Com's Answer #445146 by Edwin McCravy(20060)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Let x = the number of Stuffed-Animals-A-Plenty's, which means we have\r\n" ); document.write( "3x cats, 2x dogs, and 4x dragons, at a cost of $5x\r\n" ); document.write( "\r\n" ); document.write( "Let y = the number of Kids-Box's, which means we have\r\n" ); document.write( "4y cats, 4y dogs, and 3y dragons, at a cost of $6y\r\n" ); document.write( "\r\n" ); document.write( "3x + 4y ≧ 24 <---- the cat inequality\r\n" ); document.write( "2x + 4y ≧ 20 <---- the dog equality\r\n" ); document.write( "4x + 3y ≧ 12 <---- the dragon equality\r\n" ); document.write( " x ≧ 0 <---- x cannot be negative\r\n" ); document.write( " y ≧ 0 <---- y cannot be negative\r\n" ); document.write( "\r\n" ); document.write( "The objective function (money equation) to minimize is\r\n" ); document.write( "\r\n" ); document.write( "C(x,y) = 5x + 6y \r\n" ); document.write( "\r\n" ); document.write( "The equations of the lines are\r\n" ); document.write( "\r\n" ); document.write( "3x + 4y = 24 <---- the boundary equation for the cats\r\n" ); document.write( "2x + 4y = 20 <---- the boundary equation for the dogs\r\n" ); document.write( "4x + 3y = 12 <---- the boundary equation for the dragons. \r\n" ); document.write( "\r\n" ); document.write( "\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |