document.write( "Question 443554: a university alumni association invested part of 20,000 in preferred stock that earns 8% annual simple interest, and the remainder in a municipal bond that earns 7% annual simple interest. The amount of interest earned each year is 1520. How much was invested in each account?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #307542 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! .08x+.07(20000-x)=1520 \n" ); document.write( ".08x+1400-.07x=1520 \n" ); document.write( ".01x=120 \n" ); document.write( "x=12000 \n" ); document.write( "20000-x=8000 \n" ); document.write( "$12000 was invested in preferred stock, $8000 in a municipal bond.. \n" ); document.write( " |