document.write( "Question 510929: a total of $25000 is invested in two funds paying 6% and 8.5% simple interest. the 6% investment has a lower risk. the investor wants a yearly interest income of $2000 from the two investments.
\n" );
document.write( " a)write a system of equations in which one equation represents the total amount invested and the other equation represents the $2000 required in interest. let x and y represent the amounts invested at 6% and 8.5% respectively. \n" );
document.write( "
Algebra.Com's Answer #341932 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! x + y = 25000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(6%)x + (8.5%)y = 2000 \n" ); document.write( " |