A financial advisor is about to build an investment portfolio for a client who has $100000 to invest. The four investments available are A,B,C, and D. Investment A will earn 4 percent and has risk of two “points” per $ 1000 invested. B earns 6 percent with 3 risk points; C earns 9 percent with 7 risk points; and D earns 11 percent with a risk of 8. The client has put the following conditions on the investments: A is to be no more than one-half of the total invested. A cannot be less than 20 percent of the total investment. D cannot be less than C. Total risk points must be at or below 1,000. Determine the amount of each investment that should be purchased.

Note : Focus on the unit of measure that you use for the investments.

asasaasasaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

To determine the amount of each investment that should be purchased, we need to follow the given conditions and constraints. Let's break it down step by step:

Step 1: Define the variables:
Let's use the variables:
- a: amount invested in Investment A
- b: amount invested in Investment B
- c: amount invested in Investment C
- d: amount invested in Investment D

Step 2: Set up the equations based on the given conditions:
Based on the given conditions, we can set up the following equations:

Equation 1: A is no more than one-half of the total invested:
a ≤ 1/2(a + b + c + d) --------------- (1)

Equation 2: A cannot be less than 20 percent of the total investment:
a ≥ 0.2(a + b + c + d) --------------- (2)

Equation 3: D cannot be less than C:
d ≥ c --------------- (3)

Equation 4: Total risk points must be at or below 1,000:
2(a/1000) + 3(b/1000) + 7(c/1000) + 8(d/1000) ≤ 1000 --------------- (4)

Step 3: Define the objective function:
We need to maximize the total return on investment, which is given by:
Total Return = 0.04a + 0.06b + 0.09c + 0.11d

Step 4: Solve the system of equations and inequalities:
Now we have a set of equations and inequalities. We can solve them by using techniques like substitution or graphical methods. However, given the complexity of the problem, it may be simpler to use optimization software or a spreadsheet program to solve the equations and inequalities numerically.

By solving the problem using optimization software or a spreadsheet program, we can find the values of a, b, c, and d that satisfy the given conditions while maximizing the total return on investment.

Note: The exact values you get will depend on the software or program you use to solve the equations and inequalities.