Answer:
36 ways
Explanation:
There are 3 possible investments A, B and C.
If x represents the amount of money to be invested in the ith opportunity, it is given as:
[tex]x_1+x_2+x_3=15 \\[/tex]
Let y be the minimum investment to be made, therefore:
[tex]y_1=x_1-3\\y_2=x_2-5\\y_3=x_3\\\\Therefore:\\\\y_1+y_2+y_3+3+5=15\\\\y_1+y_2+y_3+8=15\\\\y_1+y_2+y_3=7\\[/tex]
The number of possible combinations is:
C(n + k - 1, k - 1)
Where k is the number of investment = 3 and n = 7. Therefore:
The number of possible combinations is = C(n + k - 1, n - 1) = C(7 + 3 -1, 3 - 1) = C(9, 2) = [tex]\frac{9!}{(9-2)!2!}=\frac{9!}{7!2!}=36\ ways[/tex]