document.write( "Question 537454: John invested a portion of $15,000 at 10% annual interest and the rest at 6% annual interest. If he earned $1,260 for the year from the two accounts, how much did he invest at 10%? \n" ); document.write( "
Algebra.Com's Answer #352877 by lmeeks54(111)![]() ![]() You can put this solution on YOUR website! Let H = # $ invested at 10% \n" ); document.write( "Let L = # $ invested at 6% \n" ); document.write( "... \n" ); document.write( "Given: \n" ); document.write( "H + L = 15,000 \n" ); document.write( ".10H + .06L = 1,260 \n" ); document.write( "... \n" ); document.write( "With a system of two equations with two unknowns, rewrite one of the equations so that it is written for one unknown in terms of the other unknown. \n" ); document.write( "... \n" ); document.write( "H + L = 15,000 \n" ); document.write( "H = 15,000 - L \n" ); document.write( "... \n" ); document.write( "substitute H = 15,000 - L into the 2nd equation: \n" ); document.write( ".10(15,000 - L) + .06L = 1,260 \n" ); document.write( "... \n" ); document.write( "simplify by combining like terms: \n" ); document.write( "1,500 - .10L + .06L = 1,260 \n" ); document.write( "... \n" ); document.write( "subtract 1,500 from both sides: \n" ); document.write( "-.04L = -240 \n" ); document.write( "... \n" ); document.write( "divide both sides by -.04: \n" ); document.write( "L = $6,000 \n" ); document.write( "... \n" ); document.write( "This represents the amount of money invested at 6%. To find the amount of money invested at 10%, go back to our H = 15,000 - L equality and solve for H: \n" ); document.write( "... \n" ); document.write( "H = 15,000 - 6,000 \n" ); document.write( "H = $9,000 \n" ); document.write( "... \n" ); document.write( "H = $9,000 equals the amount of money invested at 10%. \n" ); document.write( "... \n" ); document.write( "Check your work by inserting H = 9,000 and L = 6,000 into the 2nd equation: \n" ); document.write( ".10(9,000) + .06(6,000) = 1,260 \n" ); document.write( "900 + 360 = 1,260 \n" ); document.write( "1,260 = 1,260 checks... \n" ); document.write( "... \n" ); document.write( "Cheers, \n" ); document.write( "Lee \n" ); document.write( " |