document.write( "Question 486089: Please help me solve this problem, step by step:
\n" );
document.write( " \"A financial planner wants to invest $8000, some in stocks earning 15% annually and the rest in bonds earning 6% annually. How much should be invested at each rate to get a return of $930 annually from the two investments?\" \n" );
document.write( "
Algebra.Com's Answer #332342 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A financial planner wants to invest $8000, some in stocks earning 15% annually and the rest in bonds earning 6% annually. How much should be invested at each rate to get a return of $930 annually from the two investments \n" ); document.write( "*** \n" ); document.write( "let x= dollar amount invested in stocks \n" ); document.write( "8000-x=dollar amount invested in bonds \n" ); document.write( ".. \n" ); document.write( "15% (x)+6% (8000-x)=930 \n" ); document.write( ".15x+480-.06x=930 \n" ); document.write( ".09x=930-480=450 \n" ); document.write( "x=5000 \n" ); document.write( "8000-x=3000 \n" ); document.write( "Ans: \n" ); document.write( "Invest in stocks: $5000 \n" ); document.write( "Invest in bonds: $3000 \n" ); document.write( " |