
Ralph L. answered 04/20/13
Algebra I, II, Visual Basic, Beginning C++ tutor
let x be amount invested at 6% and y be the amount invested at 2%.
.06x + .02y = 74 eq. (1)
x + y = 2100 eq. (2)
we are going to do a substitution:
y = 2100 - x eq. (3)
substitute y from eq. (3) to eq. (1):
.06x + .02 * (2100 - x) = 74
.06x + 42 - .02x = 74
.04x = 74 -42
.04x = 32
.04x/.04 = 32 / .04
x = 800
y = 2100 - 800 = 1,300
so, amount invested at 6% is $800, and $1,300 at 2%