document.write( "Question 350069: A book loaned out $250,000, part of it at the rate of 8% annual mortgage interest and the rest at the rate of 18% annual credit card interest. The interest recieved on both loans totaled $23,000. How much was loaned at each rate? \n" ); document.write( "
Algebra.Com's Answer #250242 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
.18X+.08(250,000-X)=23,000
\n" ); document.write( ".18X+20,000-,08X=23,000
\n" ); document.write( ".10X=23,000-20,000
\n" ); document.write( ".10X=3,000
\n" ); document.write( "X=3,000/.10
\n" ); document.write( "X=$30,000 AMOUNT INVESTED @ 18%.
\n" ); document.write( "250,000-30,000=$220,000 AMOUNT INVESTED @ 8%.
\n" ); document.write( "PROOF:
\n" ); document.write( ".18*30,000+.08*220,000=23,000
\n" ); document.write( "5,400+17,600=23,000
\n" ); document.write( "23,000=23,000
\n" ); document.write( "
\n" ); document.write( "
\n" );