document.write( "Question 1151594: You make decorative stones for landscaping. A ton of coarse stones requires 2 hours of crushing, 5 hours of sifting, and 8 hours of drying. A ton of fine stones requires 6 hours of crushing, 3 hours of sifting, and 2 hours of drying. The coarse stones sell for $400 per ton. The fine stones sell for $500 per ton. In a work week your plant is capable of 36 hours of crushing, 30 hours of sifting, and 40 hours of drying.
\n" ); document.write( "Use corner solution, to Determine:
\n" ); document.write( "a. How much of each kind of stones you should make to maximize your revenue.
\n" ); document.write( "b. How much revenue you'll make at the maximum.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #773396 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
x = number of tons of coarse stones.
\n" ); document.write( "y = number of tons of fine stones.
\n" ); document.write( "make a table as shown below:
\n" ); document.write( "
\r\n" );
document.write( "description              coarse stones        fine stones\r\n" );
document.write( "number of tons                 x                   y\r\n" );
document.write( "crushing                       2                   6          <= 36\r\n" );
document.write( "sifting                        5                   3          <= 30\r\n" );
document.write( "drying                         8                   2          <= 40\r\n" );
document.write( "revenue                        400                 500        maximize\r\n" );
document.write( "

\n" ); document.write( "your objective function is:
\n" ); document.write( "400x + 500y
\n" ); document.write( "this is what your want to maximize.
\n" ); document.write( "your constraint functions are:
\n" ); document.write( "2x + 6y <= 36
\n" ); document.write( "5x + 3y <= 30
\n" ); document.write( "8x + 2y <= 40
\n" ); document.write( "x >= 0
\n" ); document.write( "y >= 0
\n" ); document.write( "using the decmos.com calculator, you would graph the opposite of the constraints
\n" ); document.write( "for example:
\n" ); document.write( "2x + 6y <= 36 is graphed as 2x + 6y >= 36
\n" ); document.write( "the area of the graph that is NOT shaded is the region of feasibility.
\n" ); document.write( "the maximum revenue will be at the corner points of this region.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the equations used for graphing are shown below\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"$$$\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the graph is shown below:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"$$$\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the objective function is evaluated at each corner point.
\n" ); document.write( "the corner point with the maximum revenue is the solution.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(0,6) becomes 400 * 0 + 500 * 6 = 3000
\n" ); document.write( "(3,5) becomes 400 * 3 + 500 * 5 = 3700
\n" ); document.write( "etc.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the maximum revenue is found at (3,5).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "all the constraints have to be satisfied.
\n" ); document.write( "this is true for (3,5) so that solution appears to be good.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "some adjustment might need to be made at the point with fractions in it if only integer tons can be sold.
\n" ); document.write( "that would be (4.286, 2.857).
\n" ); document.write( "the options would be:
\n" ); document.write( "(4,2)
\n" ); document.write( "4,3)
\n" ); document.write( "(5,2)
\n" ); document.write( "(5,3)
\n" ); document.write( "the only one of those points where all the constraints were met was (4,2) and that point did not produce maximum revenue.
\n" ); document.write( "this analysis might be moot since (4.286,2.857) did not provide maximum reve nue, but it's still a consideration that might need to be explored.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "based on the graphical analysis using desmos.com calculator, the maximum revenue is when 3 tons of coarse stones and 5 tons of fine stones are sold.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "there is a simplex method tool that can also be used.
\n" ); document.write( "graphical solutionis only good for 2 variables.
\n" ); document.write( "simplex method tool can be used for more than 2 variables.
\n" ); document.write( "this tool can be found at:
\n" ); document.write( "https://www.zweigmedia.com/RealWorld/simplex.html
\n" ); document.write( "i used this tool to see if it came up with the same solution as the graphical solution.
\n" ); document.write( "it did.
\n" ); document.write( "using this tool, you provide the constraints as is and you do not provide the opposite of the constraint inequalities.
\n" ); document.write( "the results are shown below:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"$$$\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );