document.write( "Question 255542: Nick borrowed $10000, part at a 12% yearly interest rate and the rest at 14%. He paid $1310 in interest for a year. Find the amount of each loan. \n" ); document.write( "
Algebra.Com's Answer #187765 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
.12x+.14(10000-x)=1310
\n" ); document.write( ".12x+1400-.14x=1310
\n" ); document.write( "-.02x=-90
\n" ); document.write( "x=$4500 at 12%
\n" ); document.write( "$5500 at 14%
\n" ); document.write( "
\n" );