document.write( "Question 1124867: At what simple interest rate will a sum triple itself in 15 years? \n" ); document.write( "
Algebra.Com's Answer #741162 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! Let the principal be x. \n" ); document.write( "Then the amount is 3x. \n" ); document.write( "Let the rate be r. \n" ); document.write( "Time=t=15 years \n" ); document.write( "In simple interest amount=P*t*r/100 \n" ); document.write( "Plugging in the values we get, \n" ); document.write( "3x=x*15*r/100 \n" ); document.write( "Multiplying both sides of the equation by 100 we get, \n" ); document.write( "3x*100=15rx \n" ); document.write( "300x=15rx \n" ); document.write( "15r=300 \n" ); document.write( "r=20 \n" ); document.write( "The rate of interest is 20%. \n" ); document.write( " |