document.write( "Question 1144750: A tent designer is working on a new tent. The tent will be made from black fabric, which costs $7 per yard, and green fabric, which costs $6 per yard. The designer will need at least 4 yards of black fabric, at least 6 yards of green fabric, and at least 12 yards of fabric overall. The total cost of the fabric used for the tent can be no more than $135. Use this information for Items 1-3.
\n" );
document.write( "1. Let x represent the number of yards of black fabric and y represent the number of yards of green fabric.
\n" );
document.write( "Write inequalities that model the four constraints in this situation.
\n" );
document.write( "2. Graph the constraints on graph paper using a straight edge to draw the axes and lines. Be sure to label each
\n" );
document.write( "axis, the units, and lines. You should have work shown to validate your shading.
\n" );
document.write( "3. Identify two ordered pairs that are solutions. Explain the meaning of each ordered pairs in a complete
\n" );
document.write( "sentence.
\n" );
document.write( "4. What is the greatest amount of green fabric the designer can use if all the constraints are met? Explain your
\n" );
document.write( "answer in a complete sentence.
\n" );
document.write( "5. What is the least amount of black fabric the designer can use if all the constraints are met. Explain your
\n" );
document.write( "answer in a complete sentence.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #766050 by Theo(13342)![]() ![]() You can put this solution on YOUR website! x represents the number of yards of black fabric. \n" ); document.write( "y represents the number of yards of green fabric.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your constraints are:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x >= 4 \n" ); document.write( "y >= 6 \n" ); document.write( "x + y >= 12 \n" ); document.write( "7x + 6y <= 135\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you would graph the equality portion of these inequalities. \n" ); document.write( "specifically, you would graph:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 4 \n" ); document.write( "y = 6 \n" ); document.write( "x + y = 12 \n" ); document.write( "7x + 6y = 135\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you would then shade the area of the graph that satisfies the inequalities.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your graph would look like this.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your region of feasibility would be the area......\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "to the right of x = 4 \n" ); document.write( "above y = 6 \n" ); document.write( "above x + y = 12 \n" ); document.write( "below 7x + 6y = 135\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this corresponds to your constraint inequalities shown above.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the corner points of the feasible region are the points where your maximum or minimum values for the objective function would be.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "these corner points are where the solution to your problem lies.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this problem does not have an objective function, so you would not do an evaluation at any of the corner points.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "one objective function might be to minimize your costs. \n" ); document.write( "in that case, your objective function would be cost = 7x + 6y. \n" ); document.write( "you would evaluate your objective function at each of the corner points and then pick the corner point that has the least cost.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the answer to the questions that you do have are shown below.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1. Let x represent the number of yards of black fabric and y represent the number of yards of green fabric. \n" ); document.write( "Write inequalities that model the four constraints in this situation.\r \n" ); document.write( "\n" ); document.write( "done above.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2. Graph the constraints on graph paper using a straight edge to draw the axes and lines. Be sure to label each \n" ); document.write( "axis, the units, and lines. You should have work shown to validate your shading.\r \n" ); document.write( "\n" ); document.write( "done above.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3. Identify two ordered pairs that are solutions. Explain the meaning of each ordered pairs in a complete \n" ); document.write( "sentence.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(4,8) is one solution. \n" ); document.write( "it satisfies the constraints as follows: \n" ); document.write( "x >= 4 \n" ); document.write( "y >= 6 \n" ); document.write( "x + y = 4 + 8 = 12 >= 12 \n" ); document.write( "7x + 6y = 7 * 4 + 6 * 8 = 28 + 48 = 76 <= 135\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(14.143,6) is another solution. \n" ); document.write( "it satisfies the constraints as follows: \n" ); document.write( "x >= 4 \n" ); document.write( "y >= 6 \n" ); document.write( "x + y = 14.143 + 6 = 20.143 >= 12 \n" ); document.write( "7x + 6y = 7 * 14.143 + 6 * 6 = 135 <= 135 (true if you take away the rounding to 3 decimal places that the graph shows - un-rounded value would be approximately 14.142857 as found on my TI-84 Plus).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "4. What is the greatest amount of green fabric the designer can use if all the constraints are met? Explain your answer in a complete sentence.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the greatest amount of green fabric would be at the point (4,17.833). \n" ); document.write( "that where the value of y is the greatest. \n" ); document.write( "at that point, the constraint that limits the value of y to be greater is the constraint of 7x + 6y <= 135.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5. What is the least amount of black fabric the designer can use if all the constraints are met. Explain your answer in a complete sentence.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the least amount of black fabric would be at the points (4,8) and (4,17.833). \n" ); document.write( "that's where the value of x is the smallest. \n" ); document.write( "that satisfies the constraint that x >= 4. \n" ); document.write( "(4,17.833) also satisfies the constraint that 7x + 6y <= 135. \n" ); document.write( "(4,8) also satisfies the constraint that x + y >= 12.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you basically satisfies all the constraint inequalities at each of the corner points. \n" ); document.write( "all of the corner points should satisfy all of the constraints. \n" ); document.write( "in this graph, they do. \n" ); document.write( "if any of the constraints are not satisfied at a particular corner point, then that point is invalid.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |