Instructions
Read each problem carefully. These problems are designed to be challenging and may require combining multiple mathematical concepts. Show all of your work, including formulas used, setting up the equations, and the final steps of your calculation. Calculators are permitted, but your reasoning process is the most important part.
Problem 1: The Retirement Portfolio Challenge
A financial planner is developing a retirement strategy for a client. The plan involves two phases: an accumulation phase (saving for retirement) and a distribution phase (living off the savings).
Phase 1: Accumulation
The client begins saving at age 25. They contribute $600 at the end of each month to an investment account. They plan to do this until they retire at age 65. The account is projected to earn an average annual interest rate of 8%, compounded monthly.
- Question A: What will be the total value of the investment portfolio when the client retires at age 65?
Formula for Future Value of an Annuity: FV = PMT * [((1 + r)n*t - 1) / r], where PMT is the periodic payment, r is the periodic interest rate, n is the number of compounding periods per year, and t is the number of years.
Phase 2: Distribution
Upon retiring at age 65, the client stops making contributions. They roll the entire portfolio into a more conservative fund that earns an estimated 4% annual interest, compounded monthly. They want the money to last for 30 years (until age 95). They will make equal monthly withdrawals from the account.
- Question B: What is the maximum amount they can withdraw each month so that the account balance is exactly zero at the end of 30 years?
Formula for Present Value of an Annuity (used here to find the Payment): PV = PMT * [(1 - (1 + r)-(n*t)) / r], where PV is the initial principal (the result from Part A), and you are solving for PMT.
Problem 2: Satellite Orbit Optimization
A deep space probe is in a stable elliptical orbit around a star. The star is located at one of the foci of the ellipse. The path of the probe can be modeled on a 2D coordinate plane (with units in millions of kilometers) by the following equation, with the center of the ellipse at the origin (0,0):
x2 / 2500 + y2 / 1600 = 1
The probe's primary mission is to collect data, but it can only transmit that data back to its home planet when it is within a certain distance of the star, due to signal strength limitations.
- Question A: The standard form of an ellipse is x2/a2 + y2/b2 = 1. Identify the values of 'a' and 'b' for this orbit.
- Question B: Calculate the distance 'c' from the center of the ellipse to the focus where the star is located. The relationship for an ellipse is c2 = a2 - b2.
- Question C: Calculate the probe's perihelion (its closest distance to the star) and its aphelion (its farthest distance from the star). The formulas are: Perihelion = a - c and Aphelion = a + c.
- Question D: The probe can only transmit data when it is at or closer than its average distance from the star. The average distance is defined as the semi-major axis, 'a'. What percentage of the time during one full orbit is the probe able to transmit data? This is a conceptual question requiring you to analyze the geometry and speed of the orbit. (Hint: Think about Kepler's Second Law, which states that a line segment joining a planet and the Sun sweeps out equal areas during equal intervals of time. Does the probe travel at a constant speed?) Explain your reasoning.
Problem 3: Maximizing Pharmaceutical Profit (Linear Programming)
A biotechnology company manufactures two advanced supplements: "NeuroBoost" and "CardioGuard". Your task is to determine the optimal production quantity of each supplement to maximize profit, subject to several production constraints.
Data:
- Profit: NeuroBoost yields a profit of $150 per unit. CardioGuard yields a profit of $180 per unit.
- Constraint 1 (Bio-Reactor Time): Each unit of NeuroBoost requires 3 hours in the bio-reactor. Each unit of CardioGuard requires 2 hours. The total available bio-reactor time per week is 300 hours.
- Constraint 2 (Purification Agent): Each unit of NeuroBoost requires 40mL of a special purification agent. Each unit of CardioGuard requires 50mL. The total weekly supply of the agent is 5000mL.
- Constraint 3 (Market Demand): Due to existing contracts, the company must produce at least 40 units of CardioGuard per week.
- Constraint 4 (Non-Negativity): The company cannot produce a negative number of supplements.
Your Task:
- Define your variables.
- Write the objective function for the total profit (P).
- Write the system of linear inequalities that represents all the constraints.
- Graph the system of inequalities to find the feasible region (the set of all possible production combinations). Label your axes and the lines representing each constraint.
- Identify the coordinates of all vertices (corners) of the feasible region.
- Test the coordinates of each vertex in the objective function to determine which production plan yields the maximum profit, and state that maximum profit.
Answer Key
Problem 1: The Retirement Portfolio Challenge
Part A: Accumulation Phase
- PMT = $600
- r (periodic rate) = 0.08 / 12 = 0.00666...
- n = 12
- t (time) = 65 - 25 = 40 years
- Total periods (n*t) = 12 * 40 = 480
- Calculation: FV = 600 * [((1 + 0.08/12)480 - 1) / (0.08/12)]
- FV = 600 * [((1.00666...)480 - 1) / 0.00666...]
- FV = 600 * [(24.1759 - 1) / 0.00666...] = 600 * [23.1759 / 0.00666...] = 600 * 3476.38
- Answer A: FV ≈ $2,085,828.45
Part B: Distribution Phase
- PV (present value) = $2,085,828.45 (from Part A)
- r (new periodic rate) = 0.04 / 12 = 0.00333...
- n = 12
- t (time) = 30 years
- Total periods (n*t) = 12 * 30 = 360
- Formula Rearranged to solve for PMT: PMT = PV * [r / (1 - (1 + r)-(n*t))]
- Calculation: PMT = 2,085,828.45 * [(0.04/12) / (1 - (1 + 0.04/12)-360)]
- PMT = 2,085,828.45 * [0.00333... / (1 - (1.00333...)-360)]
- PMT = 2,085,828.45 * [0.00333... / (1 - 0.30188)] = 2,085,828.45 * [0.00333... / 0.69812]
- PMT = 2,085,828.45 * 0.004774
- Answer B: PMT ≈ $9,956.12 per month
Problem 2: Satellite Orbit Optimization
- Answer A: From x2/2500 + y2/1600 = 1, we have a2 = 2500 and b2 = 1600. Therefore, a = 50 (million km) and b = 40 (million km).
- Answer B: c2 = a2 - b2 = 2500 - 1600 = 900. Therefore, c = 30 (million km).
- Answer C:
- Perihelion = a - c = 50 - 30 = 20 million km.
- Aphelion = a + c = 50 + 30 = 80 million km.
- Answer D: This is a trick question. According to Kepler's Second Law, the probe moves fastest at perihelion (when it is closest to the star) and slowest at aphelion (when it is farthest). Since it is sweeping out equal areas in equal times, it spends more time moving slowly in the outer part of its orbit and less time moving quickly in the inner part. The average distance is 'a' (50 million km). The probe is closer than this distance for the half of the orbit containing the perihelion and farther for the half containing the aphelion. Because it moves faster when it's closer, it covers the "closer-than-average" distance in less than 50% of the time. Conversely, it spends more than 50% of its orbital period traveling through the "farther-than-average" section.
Problem 3: Maximizing Pharmaceutical Profit
- Variables:
- Let x = number of units of NeuroBoost produced.
- Let y = number of units of CardioGuard produced.
- Objective Function: P = 150x + 180y
- Constraints:
- 3x + 2y ≤ 300 (Bio-Reactor Time)
- 40x + 50y ≤ 5000 (Purification Agent), which simplifies to 4x + 5y ≤ 500
- y ≥ 40 (Market Demand)
- x ≥ 0 (Non-Negativity)
- Graph: The graph would show a feasible region shaped like a quadrilateral, bounded by the lines 3x + 2y = 300, 4x + 5y = 500, y = 40, and x = 0 (the y-axis).
- Vertices of the Feasible Region:
- Vertex A: Intersection of x=0 and y=40. (0, 40)
- Vertex B: Intersection of x=0 and 4x+5y=500. If x=0, 5y=500 -> y=100. (0, 100)
- Vertex C: Intersection of 3x+2y=300 and 4x+5y=500.
Multiply first eq by 5, second by 2: 15x+10y=1500 and 8x+10y=1000.
Subtract second from first: 7x = 500 -> x ≈ 71.4. This is not a whole unit, but we test the intersection point. Let's use fractions for accuracy: x = 500/7.
Sub x back in: 3(500/7)+2y=300 -> 1500/7 + 2y = 2100/7 -> 2y = 600/7 -> y = 300/7 ≈ 42.8. (500/7, 300/7) or approx (71.4, 42.8) - Vertex D: Intersection of y=40 and 3x+2y=300.
3x + 2(40) = 300 -> 3x + 80 = 300 -> 3x = 220 -> x = 220/3 ≈ 73.3.
We must check if this point satisfies the other constraint: 4(220/3) + 5(40) = 880/3 + 200 = 293.3 + 200 = 493.3, which is ≤ 500. So it is a valid vertex. (220/3, 40) or approx (73.3, 40).
- Test Vertices:
Since production must be in whole units, we should check integer points near the vertices C and D. However, in standard linear programming, we test the exact vertices.
- A (0, 40): P = 150(0) + 180(40) = $7,200
- B (0, 100): P = 150(0) + 180(100) = $18,000
- C (500/7, 300/7): P = 150(500/7) + 180(300/7) = 75000/7 + 54000/7 = 129000/7 ≈ $18,428.57
- D (220/3, 40): P = 150(220/3) + 180(40) = 50(220) + 7200 = 11000 + 7200 = $18,200
Conclusion: The maximum profit occurs at or near vertex C. Since we cannot produce fractional units, we must test integer points within the feasible region close to (71.4, 42.8). Let's test (71, 43):
3(71)+2(43) = 213+86 = 299 ≤ 300 (Ok).
4(71)+5(43) = 284+215 = 499 ≤ 500 (Ok).
P = 150(71) + 180(43) = 10650 + 7740 = $18,390.
Let's test (70, 44):
3(70)+2(44) = 210+88 = 298 <= 300 (Ok)
4(70)+5(44) = 280+220 = 500 <= 500 (Ok)
P = 150(70) + 180(44) = 10500 + 7920 = $18,420.The optimal integer solution is to produce 70 units of NeuroBoost and 44 units of CardioGuard for a maximum profit of $18,420.