document.write( "Question 908612: a bank loaned out 12000 part of it at the rate of 8 per year and the rest at 18% per year. if the interest in one year totaled $3000, how much was loaned at 8%? \n" ); document.write( "
Algebra.Com's Answer #551155 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
x amount at 18%
\n" ); document.write( ".18x + .08(12000-x) = 3000
\n" ); document.write( "x = (3000-960)/.10, amount at 18%
\n" ); document.write( "Calculate x and the amount at 8% = \"3000-x\"
\n" ); document.write( "
\n" );