A trust fund is planning to invest up to $6000 in two types of bonds.: A and B. Bond A is safer than bond B and carries a dividend of 8% while bond B carries a dividend of 10%. Suppose that the bond’s rule state that no more than $4000 may be invested in bond B, while at least $1500 must be invested in bond A. The amount invested in bond B cannot exceed one half the amount invested in bond A. How much should be invested in each type of bond to maximize the fund’s return?
"x=" amount invested in A bonds
"y=" amount invested in B bonds
"0\\leq y\\leq4000"
"x\\geq1500"
"y\\leq\\dfrac{1}{2}x"
Our linear optimization problem is:
Maximize "z=0.08x+0.1y" subject to
"0\\leq y\\leq4000"
"x\\geq1500"
"y\\leq\\dfrac{1}{2}x"
"\\def\\arraystretch{1.5}\n \\begin{array}{c:c:c}\n Segment & Equation & z=0.08x+0.1y \\\\ \\hline\n AB & x=1500, & z=120+0.1y\\\\\n & 0\\leq y\\leq 750 & \\\\\n \\hdashline\n BC & y=\\dfrac{1}{2}x, & z=0.13x \\\\\n& 1500\\leq x\\leq 4000 & \\\\\n \\hdashline\n CD & y=6000-x, & z=600-0.02x \\\\\n& 4000\\leq x\\leq 6000 & \\\\\n \\hdashline\n DA & y=0, & z=0.08x \\\\\n& 1500\\leq x\\leq 6000 & \\\\\n \\hdashline\n\\end{array}"
Because the point "(4000, 2000)" produces the highest fund’s return we conclude that $4000 should be invested in
How much should be invested in bond A and $2000 should be invested in bond B.
Comments
Leave a comment