document.write( "Question 1092496: Larry Mitchell invested part of his $29,000 advance at 8% annual simple interest and the rest at 7% annual simple interest. If his total yearly interest from both accounts was 2,040, find the amount invested at each rate. \n" ); document.write( "
Algebra.Com's Answer #707107 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
Let the part invested at 8% be x. Then,
\n" ); document.write( "0.08x+0.07(29000-x) = 2040
\n" ); document.write( "0.08x+2030-0.07x = 2040
\n" ); document.write( "0.01x = 10
\n" ); document.write( "x = 1000
\n" ); document.write( "So, 1000 is invested at 8% and 29000-1000 = 28000 at 7%
\n" ); document.write( "-----------------------------------------------
\n" ); document.write( "Check:
\n" ); document.write( "1000(0.08). . = 80
\n" ); document.write( "28000(0.07). .= 1960
\n" ); document.write( "--------------------
\n" ); document.write( "Total . . . . = 2040 Correct
\n" ); document.write( "
\n" );