document.write( "Question 55136: Bob invested $20,000, part at 14% and part at 13%. If the total interest at the end of the year is $2,720, how much did he invest at 14%? \n" ); document.write( "
Algebra.Com's Answer #37399 by Hook(36)\"\" \"About 
You can put this solution on YOUR website!
Lets call x the amount that Bob invested at 14% and y the amount that he invested at 13%. \r
\n" ); document.write( "\n" ); document.write( "Combined, Bob invested 20 grand, so we have
\n" ); document.write( "\"x+%2B+y+=+20000\"\r
\n" ); document.write( "\n" ); document.write( "Additionally, we know that the sum of the amount that Bob invested at 14% and 13% is equal to $2720. In math-speak, that says:\r
\n" ); document.write( "\n" ); document.write( "\".14x%2B.13y+=+2720\"\r
\n" ); document.write( "\n" ); document.write( "So we have the following system of equations:\r
\n" ); document.write( "\n" ); document.write( "\"x+%2B+y+=+20000\"
\n" ); document.write( "\".14x+%2B+.13y+=+2720\"\r
\n" ); document.write( "\n" ); document.write( "My strategy will be to use the substitution method. \r
\n" ); document.write( "\n" ); document.write( "Starting with
\n" ); document.write( "\"x+%2B+y+=+20000\" and solving for x, I get
\n" ); document.write( "\"x+=+20000-y\"\r
\n" ); document.write( "\n" ); document.write( "I'll plop that into the second equation
\n" ); document.write( "\".14x+%2B+.13y+=+2720\"
\n" ); document.write( "\".14%2820000-y%29+%2B+.13y+=+2720\"
\n" ); document.write( "\"2800-.14y%2B.13y+=+2720\"
\n" ); document.write( "\"2800+-+.01y+=+2720\"
\n" ); document.write( "\"-.01y+=+-80\"
\n" ); document.write( "\"y+=8000\"\r
\n" ); document.write( "\n" ); document.write( "Great! Bob invested $8000 at 13%\r
\n" ); document.write( "\n" ); document.write( "I'll put that back into \"x+=+20000-y\" to find x
\n" ); document.write( "\"x+=+20000-8000\"
\n" ); document.write( "\"x+=+12000\"\r
\n" ); document.write( "\n" ); document.write( "So the answer is Bob invested $12000 at 14%\r
\n" ); document.write( "\n" ); document.write( "CHECK:\r
\n" ); document.write( "\n" ); document.write( "I'll check my work by plugging x = 12000 and y = 8000 into the second equation
\n" ); document.write( "\".14x%2B.13y+=+2720\"
\n" ); document.write( "\".14%2812000%29%2B.13%288000%29+=+2720\"
\n" ); document.write( "\"1680+%2B+1040+=+2720\"
\n" ); document.write( "\"2720+=+2720\"...check!
\n" ); document.write( "
\n" );