document.write( "Question 1075419: Nico is saving money for his college education he invests some money at 7% and 1300 less than that amount at 6% the investment produced a total of 182 interest in one year how much did he invested at each rate \n" ); document.write( "
Algebra.Com's Answer #690093 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
x at 7%
\n" ); document.write( "x-1300 at 6%
\n" ); document.write( ".07x+.06(x-1300)=182
\n" ); document.write( ".07x+.06x-78=182
\n" ); document.write( ".13x=260
\n" ); document.write( "x=$2000 @ 7%=$140
\n" ); document.write( "x-1300=$700@6%=$42
\n" ); document.write( "Total=$182
\n" ); document.write( "
\n" );