document.write( "Question 950519: Suppose a total of $5000 is borrowed from two different loans. One loan charges 10% simple interest, and the other charges 8% simple interest. How much was borrowed at each rate if $424 in interest is charged at the end of 1 year? \n" ); document.write( "
Algebra.Com's Answer #580439 by macston(5194)\"\" \"About 
You can put this solution on YOUR website!
T=amount at 105; E=amount at 8%
\n" ); document.write( "E+T=$5000
\n" ); document.write( "T=$5000-E
\n" ); document.write( "0.08E+0.10T=$424 Substtute for T
\n" ); document.write( "0.08E+0.10($5000-E)=$424
\n" ); document.write( "0.08E+$500-0.10E=$424 Subtract $424 from each side.
\n" ); document.write( "-0.02E+$76=0 Add 0.02E to each side.
\n" ); document.write( "$76=0.02E Divide each side by 0.02
\n" ); document.write( "$3800=E ANSWER 1:$3800 was invested at 8%.
\n" ); document.write( "T=$5000-$3800=$1200 ANSWER 2: $1200 was invested at 10%.
\n" ); document.write( "CHECK:
\n" ); document.write( "0.08E+0.10T=$424
\n" ); document.write( "0.08($3800)+0.10($1200)=$424
\n" ); document.write( "$304+$120=$424
\n" ); document.write( "$424=$424
\n" ); document.write( "
\n" );