document.write( "Question 279627: The amount of annual interest earned by $8,000 invested at a certain rate is $200 less than 12,000 would earn at a 1% lower rate. At what rate is the $8,000 invested? \n" ); document.write( "
Algebra.Com's Answer #203241 by mananth(16946) You can put this solution on YOUR website! The amount of annual interest earned by $8,000 invested at a certain rate is $200 less than 12,000 would earn at a 1% lower rate. At what rate is the $8,000 invested?\r \n" ); document.write( "\n" ); document.write( "let the rate invested be x\r \n" ); document.write( "\n" ); document.write( "The interest earned = 8000*x/100\r \n" ); document.write( "\n" ); document.write( "12000 is invested at (x-1)%\r \n" ); document.write( "\n" ); document.write( "(x-1)/100*12000 -200 = 8000x/100\r \n" ); document.write( "\n" ); document.write( "(x-1)*120-200 =80x\r \n" ); document.write( "\n" ); document.write( "120x-120-200=80x\r \n" ); document.write( "\n" ); document.write( "40x=320\r \n" ); document.write( "\n" ); document.write( "x= 8%\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |