Maximizing Earnings with $100,000 Investment in Plans A & B

  • Thread starter Thread starter jetoso
  • Start date Start date
AI Thread Summary
A businessman is considering two investment plans to maximize earnings from a $100,000 investment over three years. Plan A offers a return of 70 cents per dollar annually, while Plan B provides a return of $2.00 for each dollar invested over two years. The investment must adhere to constraints, including a total investment limit of $100,000 and the requirement that investments in Plan B be in whole 2-year increments. A linear programming model can be formulated with the objective of maximizing earnings represented by the equation 0.7x + 2y, subject to the defined constraints. Solving this model will yield the optimal investment strategy for maximizing returns.
jetoso
Messages
73
Reaction score
0
A businessman has the option of investing his money in two plans. Plan A guarantees that each dollar invested will earn 70 cents a year hence, and plan B guarantees that each dollar invested will earn $2.00 two years hence. In plan B, only investments for periods that are multiples of 2 years are allowed. How should he invest $100,000 to maximize the earnings at the end of 3 years? Formulate the problem as a linear programming model.
Any suggestions?
 
Physics news on Phys.org
Surely you've had a thought about how to begin this, even if you couldn't figure out how to carry it through...
 


There are a few different ways to approach this problem, but here is one possible linear programming model that could be used to determine the optimal investment strategy:

Let x be the amount invested in plan A (in dollars) and y be the number of 2-year periods invested in plan B.

Objective function: Maximize 0.7x + 2y (this represents the total earnings after 3 years)

Constraints:
- x + 2y ≤ 100,000 (total investment cannot exceed $100,000)
- x ≥ 0 (cannot invest a negative amount in plan A)
- y ≥ 0 (cannot invest in a negative number of 2-year periods in plan B)
- y must be a whole number (since only investments for multiples of 2 years are allowed in plan B)

Solving this linear programming model will give the optimal values for x and y, which will determine the best way to invest $100,000 in order to maximize earnings after 3 years.
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top