document.write( "Question 1108100: Aaron invested equal amounts of money at 5%,7%,9%, and 11% annual interest. if the four investments yielded a total of $1440 annual interest, find the total amount invested. \n" ); document.write( "
Algebra.Com's Answer #723147 by ikleyn(52946) You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "0.05*x + 0.07*x + 0.09*x + 0.11*x = 1440 (where x is equal amount of each of the four investments).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "0.32x = 1440 ====> x =\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |