document.write( "Question 835823: Mr. Subhash has taken Rs. 100,000 from his father to invest them in a combination of only two stock portfolios with the maximum investment allowed in either portfolio set at Rs. 75,000. The first portfolio has an average return of 10% whereas the second has 20%. In terms of risk factors associated with these portfolios, the first has a risk rating of 4 (on a scale from 0 to 10), and the second has 9. Since he wants to maximize his return, he will not accept an average rate return below 12% or a risk above 6. Hence, he then faces the important question. How much should he invest in each portfolio?
\n" ); document.write( "(a)Formulate the above as linear programming problem.
\n" ); document.write( "(b)Solve (a) by graphical method.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #503784 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
let x equal the amount of money to invest at 10%.
\n" ); document.write( "let y equal the amount of money to invest at 20%.
\n" ); document.write( "your objective function will be to maximize your return.
\n" ); document.write( "this function is therefore:
\n" ); document.write( "return = .10 * x + .20 * y
\n" ); document.write( "your constraint equations will be as follows:
\n" ); document.write( "x >= 0
\n" ); document.write( "y >= 0
\n" ); document.write( "this is because the amount invested can't be less than 0.
\n" ); document.write( "x + y <= 100,000
\n" ); document.write( "this is because the total amount to be invested cannot exceed 100,000.
\n" ); document.write( "x <= 75
\n" ); document.write( "y <= 75
\n" ); document.write( "this is because the maximum investment in either portfolio cannot be greater than 75,000.
\n" ); document.write( "4x + 9y <= 6(x+y)
\n" ); document.write( "this is because the average risk factor has to be less than or equal to 6.
\n" ); document.write( ".10x + .20y >= .12(x+y)
\n" ); document.write( "this is because the average rate of return cannot be less than 12%.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the problem has been formulated.
\n" ); document.write( "what is left is to graph and find the solution.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the graph of all these equations is shown below:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"$$$$\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your feasible region is the shaded area on or below the line of 4x + 9y <= 6(x+y) and on or below the line of x + y <= 100 and on or to the left of the line of x <= 75 and on or above the line of .10x + .20y >= .12 * (x+y).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this area satisfies all the constraints.
\n" ); document.write( "the maximum return will be at the intersection points of the lines bounding this feasible region.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "those points, and the value of the objective function at those points, are:
\n" ); document.write( "
\r\n" );
document.write( "(0,0)          0 * .1 + 0 * .2 = 0\r\n" );
document.write( "(60,40)        60 * .1 + 40 * .2 = 14 ***** maximum return\r\n" );
document.write( "75,25)         75 * .1 + 25 * .2 = 12.5\r\n" );
document.write( "75,18.75)      75 * .1 + 18.75 * .2 = 11.25\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the maximum return is when you invest 60,000 at 10% and 40,000 at 20%.
\n" ); document.write( "this meets all the constraints of the project.
\n" ); document.write( "maximum investment in each portfolio is less than 75,000
\n" ); document.write( "all of the original 100,000 has been invested (requirement was less than or equal to 100,000).
\n" ); document.write( "the average rate of return is greater than 12%.
\n" ); document.write( "the average risk factor is less than or equal to 6.
\n" ); document.write( "it is actually right on 6. 60 * 4 + 40 * 9 = 600 / 100 equals an average risk factor of 6.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the graph shows the original constraint equations and also the same equations after solving for y in each of the ones that i thought would be useful to show that way.\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" );