document.write( "Question 193396: ``Before, solving the problem, I just want to give you the heads up. It's
\n" );
document.write( "Systems of Equation: Application. I can't find the specific title to relate
\n" );
document.write( "with my story problems. My chapter in the book is Chapter Eight, Solving Systems by Substiution, Additional. Hope it helps!\r
\n" );
document.write( "\n" );
document.write( "*Roberto decided to invest 20,000 in two accounts. One fo the accounts pays 5% interest and the other pays 8% interest. The interest he earned in one year was $1210. How much did he have invested in each account?* \n" );
document.write( "
Algebra.Com's Answer #145192 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! let x and y be the amounts invested at 5 and 8% respectively \n" ); document.write( ": \n" ); document.write( "x+y=20000...............eq 1 \n" ); document.write( ".05x+.08y=1210..........eq 2 \n" ); document.write( ": \n" ); document.write( "rewrite eq 1 to x=20000-y and plug this into eq 2 \n" ); document.write( ": \n" ); document.write( ".05(20000-y)+.08y=1210 \n" ); document.write( ": \n" ); document.write( "1000-.05y+.08y=1210 \n" ); document.write( ": \n" ); document.write( ".03y=210 \n" ); document.write( ": \n" ); document.write( "y=7000 dollars invested at 8% \n" ); document.write( ": \n" ); document.write( "x=20000-y=20000-7000=13000 invested at 5% \n" ); document.write( " |