document.write( "Question 375181: you split 1500 between two savings accounts. account A pays 5% intrest and account B pays 4% annual intrest. after one year you have earned a total of 69.50 in intrest. what would be the two equations? \n" ); document.write( "
Algebra.Com's Answer #266805 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
.05x+.04(1500-x)=69.50
\n" ); document.write( ".05x+60-.04x=69.50
\n" ); document.write( ".01x=9.50
\n" ); document.write( "x=950 at 5%
\n" ); document.write( "1500-x=550 at 4%
\n" ); document.write( "
\n" );