document.write( "Question 522879: a certain sum of money doubles itself at simple interest in 8 years. in how many years will it be three times at the same rate? \n" ); document.write( "
Algebra.Com's Answer #347130 by mananth(16946)![]() ![]() You can put this solution on YOUR website! principal =x \n" ); document.write( "Interest =x\r \n" ); document.write( "\n" ); document.write( "x= x*8*r/100 \n" ); document.write( "r=100/8 \n" ); document.write( "--------------=\r \n" ); document.write( "\n" ); document.write( "2x= x*n*100/8 *1/100 \n" ); document.write( "2=100n/800\r \n" ); document.write( "\n" ); document.write( "1600=100n \n" ); document.write( "n= 16 years\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |