BEGGING FOR HELP!!! EXAM IN 20 MINS LOST ON HOW TO DO THIS Q.

Company has $ 20 million dollars for two types insurance. Insurance A-homeowners have a 10% annual return. Insurance B-Auto has a 12% annual return. The total amount of Homeowners Loans should be greater than or equal to four times the total of Auto loans. Determine the amount if loans the company shouls extent to the Homeowners and Auto Catergory to maximixe its return.

To determine the amount of loans the company should extend to the Homeowners and Auto categories to maximize its return, we need to set up an optimization problem.

Let's define the variables:
Let H be the amount of loans extended to Homeowners category (in millions of dollars).
Let A be the amount of loans extended to Auto category (in millions of dollars).

Now, we can set up the constraints based on the given information:
1. The total amount of Homeowners Loans should be greater than or equal to four times the total of Auto loans:
H ≥ 4A

2. The company has a total of $20 million available for both types of insurance:
H + A ≤ 20

Next, we need to define the objective function. In this case, the objective is to maximize the return. We can calculate the return by multiplying the loan amount by the corresponding annual return rate and summing them up:
Return = 0.10H + 0.12A

Now, we have set up the problem. To solve it, you can use various optimization techniques such as linear programming or graphical methods. With the limited time available, linear programming may be the more practical approach.

To solve this using linear programming, graphically represent the constraints on a graph and identify the feasible region. Then, calculate the objective function at each corner point of the feasible region, which will give us the maximum return.

I apologize for the time constraint, but I hope this explanation helps you understand the problem and how to approach it. Good luck on your exam!