document.write( "Question 1036937: Paul has $80,000 to invest. His intent is to earn 15% interest on his investment. He can invest part of his money at 6% interest and part at 18% interest. How much does Paul need to invest in each option to make a total 15% return on his $80,000? \r
\n" );
document.write( "\n" );
document.write( "6% interest $ \r
\n" );
document.write( "\n" );
document.write( "
\n" );
document.write( "18% interest $
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #651631 by addingup(3677) You can put this solution on YOUR website! Let's call the amount to invest at 6% x. Then, the amount at 18% will be 80,000-x: \n" ); document.write( "0.06x+0.18(80,000-x) = 0.15(80,000) \n" ); document.write( "0.06x+14,400-0.18x = 12,000 \n" ); document.write( "-0.12x = -2,400 Divide both sides by 0.12 and remember -/- = + \n" ); document.write( "x = 20,000 this is the amount at 6%. And the amount at 18%: \n" ); document.write( "80,000-20,000 = 60,000 is at 18% \n" ); document.write( " |