document.write( "Question 1189528: A retired woman has $80,000 to invest but needs to make $6,000 a year from the interest to meet certain living expenses. One bond investment pays 15% annual interest. The rest of it she wants to put in a CD that pays 7%.\r
\n" );
document.write( "\n" );
document.write( "Set up and solve the equation for how much the woman should invest in each option to sustain exactly a $6,000 annual return.\r
\n" );
document.write( "\n" );
document.write( "Bond =
\n" );
document.write( "CD = \n" );
document.write( "
Algebra.Com's Answer #820919 by Theo(13342)![]() ![]() You can put this solution on YOUR website! x + y = 80,000 \n" ); document.write( ".15 * x + .07 * y = 6000 \n" ); document.write( "x is the amount invested at 15%. \n" ); document.write( "y is the amount invested at 7%.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "these are to equations that need to be solved simultaneously. \n" ); document.write( "multiply both sides of the first equation by .15 and leave the second equation as is to get: \n" ); document.write( ".15x + .15y = 12000 \n" ); document.write( ".15x + .07y = 6000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtract the second equation from the first to get: \n" ); document.write( ".08y = 6000 \n" ); document.write( "solve for y to get: \n" ); document.write( "y = 6000 / .08 = 75000.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this means x = 5000 because x + y = 80000 \n" ); document.write( ".15x + .07y becomes .15 * 5000 .07 * 15000 = 6000.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "she should invest 5000 in the 15% bond and 75000 in the 7% bond. \n" ); document.write( "that's your solution.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |