document.write( "Question 439710: Kate borrows $10,000. Some is from her friend at 8% annual
\n" ); document.write( "interest, twice as much as that from her bank at 9%, and the remainder
\n" ); document.write( "from her insurance company at 5%. She pays a total of $830 in interest
\n" ); document.write( "for the first year. How much did she borrow from each source?
\n" ); document.write( "

Algebra.Com's Answer #303899 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
friend ----------- x-------------8%
\n" ); document.write( "Bank--------------2x-------------9%
\n" ); document.write( "Insurance company---10,000-3x----5%\r
\n" ); document.write( "\n" ); document.write( "8x+9*2x+5(10000-3x)=830*100
\n" ); document.write( "8x+18x+50000-15x=83000
\n" ); document.write( "11x=83000-50000
\n" ); document.write( "11x=33000
\n" ); document.write( "/11
\n" ); document.write( "x==3000 from friend
\n" ); document.write( "Bank ---2x= 6000
\n" ); document.write( "insurance = 1000
\n" ); document.write( "
\n" ); document.write( "
\n" );