document.write( "Question 1043951: A sum of 6000 is invested, part of it at 9% interest and the remainder at 11%. If the interest earned by the 9% investment is 160 less than the interest earned by the 11% investment, find the amount invested at each rate
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #659174 by addingup(3677)![]() ![]() You can put this solution on YOUR website! 0.09x = 0.11(6000-x)-160 \n" ); document.write( "0.09x = 660-0.11x-160 \n" ); document.write( "0.20x = 500 \n" ); document.write( "x = 2500 this is the amount invested at 9% \n" ); document.write( "6000-2500 = 3500 is the amount invested at 11% \n" ); document.write( "----------------------- \n" ); document.write( "check: \n" ); document.write( "0.11*3500 = 385 \n" ); document.write( "0.09*2500 = 225 \n" ); document.write( ". . . . . ----- \n" ); document.write( "Difference: 160 Correct \n" ); document.write( ": \n" ); document.write( "John \n" ); document.write( " \n" ); document.write( " |