document.write( "Question 75481This question is from textbook Elementary algebra
\n" );
document.write( ": Sally invested a certain sum of money at 9%, twice that sum at 10%, and three times that sum at 11%. Her total yearly interest from all three investments was $310. How much did she invest at each rate?\r
\n" );
document.write( "\n" );
document.write( "Thanks...can't seem to figure out three loans.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #54198 by scott8148(6628) You can put this solution on YOUR website! let x equal the certain sum...she invested x at 9%, 2x at 10%, and 3x at 11%...so the total interest would be (x*.09)+(2x*.10)+(3x*.11)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this means that .62x=310...so x=500\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Sally invested $500 at 9%, $1000 at 10%, and $1500 at 11% \n" ); document.write( " |