document.write( "Question 1206260: ou have 50000 to invest and requier an annual return of 7000. you can invest your money in bonds, which pay a return of 15% per year, or you can invest in a certificate of deposit which pays 7% per year. how much money should you invest in each to realize exactly $7000 in interest per year? \n" ); document.write( "
Algebra.Com's Answer #843555 by ikleyn(52781)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "ou have 50000 to invest and requier an annual return of 7000. you can invest your money in bonds,
\n" ); document.write( "which pay a return of 15% per year, or you can invest in a certificate of deposit which pays 7% per year.
\n" ); document.write( "how much money should you invest in each to realize exactly $7000 in interest per year?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let x be the amount to invest at 15% per year.\r\n" );
document.write( "\r\n" );
document.write( "Then the rest, (50000-x) dollars, you invest at 7% per year.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "x dollars at 15% generate 0.15x dollars as the interest.\r\n" );
document.write( "\r\n" );
document.write( "(50000-x) dollars at 7% generate 0.07(50000-x) dollars as the interest.\r\n" );
document.write( "\r\n" );
document.write( "You want two separate interests sum up to 7000 dollars\r\n" );
document.write( "\r\n" );
document.write( "    0.15x + 0.07*(50000-x) = 7000  dollars.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Simplify this equation and find x\r\n" );
document.write( "\r\n" );
document.write( "    0.15x + 0.07*50000 - 0.07x = 7000\r\n" );
document.write( "\r\n" );
document.write( "     0.15x - 0.07x = 7000 - 0.07*50000\r\n" );
document.write( "\r\n" );
document.write( "         0.08x      =    3500\r\n" );
document.write( "\r\n" );
document.write( "             x      = \"3500%2F0.08\" = 43750.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "At this point, the problem is just solved.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "ANSWER.  $43750 should be invested at 15% and the rest 50000-43750 = 6250 dollars should be invested at 7%.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );