Janet Lopez is establishing an investment portfolio that will include stock and bond funds. She has $720,000 to invest, and she does not want the portfolio to include more than 65% stocks. The average annual return for the stock fund she plans to invest in is 18%, whereas the average annual return for the bond fund is 6%. She further estimates that the most she could lose in the next year in the stock fund is 22%, whereas the most she could lose in the bond fund is 5%. To reduce her risk, she wants to limit her potential maximum losses to $100,000.
a. Formulate a linear programming model for this problem.

Respuesta :

Based on the amounts that Janet Lopez has to invest in stocks and bonds, the linear programming model would be:

  • 0.18x + 0.06y = maximized returns
  • 0.22x + 0.05y ≤ 100,000
  • x + y ≤ 720,000
  • x/ y + y ≤0.65

What is the linear programming model?

The return on stocks (x) is 18% and the return on bonds (y) is 6%, The objective function:

= 0.18x + 0.06y

There are constraints to watch out for:

Maximum to lose on stocks is 22% and on bonds is 5% but these are to be less than the total amount of $100,000.

0.22x + 0.05y ≤ 100,000

The total amount to invest is $72,000 which means that both bonds and stocks need to be less than this amount:

x + y ≤ 720,000

Find out more on linear programming models at https://brainly.com/question/17030254

#SPJ1