document.write( "Question 516807: Peggy invested $1000, part at 8% per annum and the remainder at 9% per annum. After one year, her total interest from these investments was $84. How much did she invest at each rate?\r
\n" ); document.write( "\n" ); document.write( "How would you solve this question? What would the let statements be? Can you please guide me through the process.
\n" ); document.write( "

Algebra.Com's Answer #344509 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Let x = the amount Peggy invested at 8% per annum, then the remainder ($1000-x) was invested at 9% per annum. The total interest earned on these two amounts is given as $84.00
\n" ); document.write( "We can express the interest earned on the two amounts as:
\n" ); document.write( "0.08x as the interest earned on amount x at 8% and 0.09(1000-x) as the amount earned on the remainder at 9%. The sum of these two amounts is given as $84.00 so this can be expressed in the equation:
\n" ); document.write( "0.08x+0.09(1000-x) = 84 Simplify and solve for x.
\n" ); document.write( "0.08x+90-0.09x = 84
\n" ); document.write( "-0.01x+90 = 84 Subtract 90 from both sides.
\n" ); document.write( "-0.01x = -6 Divide by -0.01
\n" ); document.write( "x = 600 and 1000-x = 400
\n" ); document.write( "Peggy invested $600 at 8% per annum and $400 at 9% per annum.
\n" ); document.write( "
\n" );