let x = amount in fund A
then 2000 - x = amount in fund B
converting the percentages to decimals, we get 5% = 0.05, and 2% = 0.02
amount in A x 0.05 + amount in B x 0.02 = $67
0.05x + ($2000 - x)•0.02 = $67
0.05x + $40 - 0.02x = $67
solving, x = $900
so the amount in fund B is $2000 - 900 = $1100
Proof: $900•0.05 + $1100•.02 = $45 + $22 = $67