document.write( "Question 897246: A retiree receives $7500 a year interest from $80,000 placed in two bonds, one paying 6% interest and the other paying 16% interest. How much is being invested at the higher interest rate. \n" ); document.write( "
Algebra.Com's Answer #544039 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A retiree receives $7500 a year interest from $80,000 placed in two bonds, one paying 6% interest and the other paying 16% interest. How much is being invested at the higher interest rate. \n" ); document.write( "*** \n" ); document.write( "let x=amt invested at 16% interest \n" ); document.write( "80000-x=amt invested at 6% interest \n" ); document.write( ".. \n" ); document.write( "16%x+6%(80000-x)=7500 \n" ); document.write( ".16x+4800-.06x=7500 \n" ); document.write( ".10x=2700 \n" ); document.write( "x=27000 \n" ); document.write( "How much is being invested at the higher interest rate? $27,000 \n" ); document.write( " |