document.write( "Question 621435: A total of $2,600 is invested at 6% and
\n" ); document.write( "4% annual interest. After 1 year the total interest
\n" ); document.write( "equals $134. How much money is invested at each
\n" ); document.write( "interest rate?
\n" ); document.write( "

Algebra.Com's Answer #390809 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A total of $2,600 is invested at 6% and 4% annual interest.
\n" ); document.write( " After 1 year the total interest equals $134.
\n" ); document.write( " How much money is invested at each interest rate?
\n" ); document.write( ":
\n" ); document.write( "let x = amt invested at 6%
\n" ); document.write( "It says the total is $2600, therefore:
\n" ); document.write( "(2600-x) = amt invested at 4%
\n" ); document.write( ":
\n" ); document.write( "A total interest equation, (in decimals)
\n" ); document.write( ".06x + .04(2600-x) = 134
\n" ); document.write( "Solve for x
\n" ); document.write( "
\n" );