document.write( "Question 1019096: Mardi received an inheritance of $70,000. She invested part at 12% and deposited the remainder in tax-free bonds at 9%. Her total annual income from the investments was $8100. Find the amount invested at12%.
\n" );
document.write( "Recall I=PRT \n" );
document.write( "
Algebra.Com's Answer #635102 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let us call what she invested at 12%, x. \n" ); document.write( "The amount invested at 9% must then be $70000 - x. \n" ); document.write( "The setup looks like this \n" ); document.write( ".12x + .09(70000-x) = 8100 \n" ); document.write( ".12x + 6300 - .09x = 8100 \n" ); document.write( ".03x + 6300 = 8100 \n" ); document.write( ".03x = 1800 and \n" ); document.write( "x = 1800/.03 = $60,000 invested at 12% \n" ); document.write( " |