Evan M. answered 05/06/20
Software Engineer with an M.S. in Structural Engineering
The statement is unclear to me. I'm going to assume he puts part of the $50k into a 6% vehicle, and the rest into a 9% vehicle.
Let x be the amount in the 6%
Then $50k - x is the amount in the 9%
interest = rate*amount so
i6% = 0.06*x
i9% = 0.09*($50k - x)
total interest is $3.66k so
0.06x + 0.09($50k-x) = $3.66k
Solving for x, we get x=$28k,
so $50k - x = $22k.
He invested $22,000 at 9% and $28,000 at 6%.
Let's check our work:
22k*0.09 + 28k*0.06 = 3.66k <--- good