document.write( "Question 1174707: An investor has up to $250,000 to invest in three types of investments. Type A pays 8% annually and has a risk factor of
\n" );
document.write( "0. Type B pays 10% annually and has a risk factor of 0.06.
\n" );
document.write( "Type C pays 14% annually and has a risk factor of 0.10. To
\n" );
document.write( "have a well-balanced portfolio, the investor imposes the following conditions. The average risk factor should be no
\n" );
document.write( "greater than 0.05. Moreover, at least one-fourth of the total
\n" );
document.write( "portfolio is to be allocated to Type A investments and at least
\n" );
document.write( "one-fourth of the portfolio is to be allocated to Type B investments. How much should be allocated to each type of investment to obtain a maximum return? \n" );
document.write( "
Algebra.Com's Answer #800745 by Theo(13342)![]() ![]() You can put this solution on YOUR website! i'm not totally sure, but i think the problem needs to be stated as:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let a = the amount of money invested in the type A investment. \n" ); document.write( "let b = the amount of money invested in the type B investment. \n" ); document.write( "let c = the amount of money invested in the type C investment.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you want to maximize the return, so your objective function is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "return = .08a + .10b + .14c. \n" ); document.write( "this is what you want to maximize.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your constraints are:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a + b + c <= 250000 \n" ); document.write( "total investment must be less than or equal to 250,000.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a >= .25 * 250000 \n" ); document.write( "at least one quarter of the total investment must be in type A.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b >= .25 * 250000 \n" ); document.write( "at least one quarter of the total investment must be in type B.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "0a + .06b + .10c <= .05 * 250000 \n" ); document.write( "the average risk factor must be smaller than or equal to .05 * the investment.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "it's that last constraint i'm not very sure about, but i couldn't think of any other way to apply it.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "i used a simplex method tool to find the optimum solution.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that tool can be found at https://www.zweigmedia.com/RealWorld/simplex.html\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the results of using that tool are shown below.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the results show that your maximum return on the invewtment will be 26,500. \n" ); document.write( "that's the value for the variable p.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |