document.write( "Question 129766: A sum of $3,500 is invested in two parts. One part brings a return of 5% and the other a return of 8%. The total annual return is $250. Find the amount invested at each rate. \n" ); document.write( "
Algebra.Com's Answer #94749 by oscargut(2103)\"\" \"About 
You can put this solution on YOUR website!
A sum of $3,500 is invested in two parts. One part brings a return of 5% and the other a return of 8%. The total annual return is $250. Find the amount invested at each rate.
\n" ); document.write( "Let C1 the amount invested at 5% and C2 the amount invested at 8% then
\n" ); document.write( "C1 + C2 =3500 and C1(0,05)+C2(0,08)=250 then C2=(3500-C1) then
\n" ); document.write( "C1(0,05)+(3500-C1)(0,08)=250 then -0,03C1 +280 =250
\n" ); document.write( "then -0,03C1=-30
\n" ); document.write( "then C1=1000 and C2=2500
\n" ); document.write( "
\n" );