document.write( "Question 1126786: Jacques borrows a total of $13,500. Part of the money is borrowed from a bank that charges 12% simple interest per year. Jacques borrows the remaining part of the money from his sister and promises to pay her 5% simple interest per year. If Jacques' total interest for the year is $1165, find the amount he borrowed from each source. \n" ); document.write( "
Algebra.Com's Answer #743106 by addingup(3677)![]() ![]() You can put this solution on YOUR website! total 13,500 \n" ); document.write( "one part at 12%, let it be x \n" ); document.write( "the other, at 5%, will be 13,500 - x \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ \n" ); document.write( "0.12x + 0.05(13,500 - x) = 1,165 \n" ); document.write( "0.12x + 675 - 0.05x = 1,165 \n" ); document.write( "0.07x = 490 \n" ); document.write( "x = 490/0.07 \n" ); document.write( "x = 7,000 he borrowed 7,000 from the bank \n" ); document.write( "and 13,500 - 7,000 = 6,500 from his sister \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ \n" ); document.write( "check: \n" ); document.write( "0.12(7000) + 0.05(6,500) = 1,165 \n" ); document.write( "840 + 325= 1,165 Correct \n" ); document.write( " \n" ); document.write( " |