document.write( "Question 531495: good afternoon, please help me solve this problem:\r
\n" );
document.write( "\n" );
document.write( "Kelly Fisher has a total of $26,000 invested in two municipal bonds that have yields of 8% and 10% interest per year, respectively. If the interest Kelly receives from the bonds in a year is $2422, how much does she have invested in each bond?
\n" );
document.write( "Let x = the amount in the first bond.
\n" );
document.write( "Let y = the amount in the second bond. \n" );
document.write( "
Algebra.Com's Answer #350495 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! x + y = 26,000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(8%)(x) + (10%)(y) = 2422 \n" ); document.write( " |