document.write( "Question 809180: Mr. Ramirez invests $27000 in two accounts, one earning 6% interest and the other earning 11% interest.
\n" ); document.write( "He receives $1,970 total interest at the end of the year. How much did he invest in each account? \r
\n" ); document.write( "\n" ); document.write( "If you could, for me, please:\r
\n" ); document.write( "\n" ); document.write( "1. Define your variables. For example, x = account 1, y = account 2.
\n" ); document.write( "2. Write a system of two equations using your variables that models the problem.
\n" ); document.write( "3. Solve your system using substitution or addition.\r
\n" ); document.write( "\n" ); document.write( "Thank you!
\n" ); document.write( "

Algebra.Com's Answer #487436 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
z+y=27000,
\n" ); document.write( ".06x+.11y=1970
\n" ); document.write( "x=20000
\n" ); document.write( "y=7000
\n" ); document.write( "
\n" ); document.write( "
\n" );