document.write( "Question 301713:  Larry Mitchell invested part of his $17,000 advance at 2% annual simple interest and the rest at 9% annual simple interest. If his total yearly intrest from both accounts was $1,390, find the amount invested at each rate.\r
\n" );
document.write( "\n" );
document.write( "I am having a hard time with this word problem. Can you please help? I do not know where to begin or how to do it.\r
\n" );
document.write( "\n" );
document.write( "Thank you,
\n" );
document.write( "Maranda \n" );
document.write( "
| Algebra.Com's Answer #216350 by richwmiller(17219)     You can put this solution on YOUR website! give a name to each account \n" ); document.write( "T for amt at 2% \n" ); document.write( "N for amt at 9% \n" ); document.write( "T+N=17000 \n" ); document.write( ".02*T+.09*N=1390 \n" ); document.write( "N=15000 \n" ); document.write( "T=2000\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |