document.write( "Question 676913: Henry opened a savings account. Four years later, he had earned a total of $960 in simple interest. \r
\n" );
document.write( "\n" );
document.write( "If he made no additional deposits, and the annual interest rate was 6%, what was the initial principal? \n" );
document.write( "
Algebra.Com's Answer #420968 by partha_ban(41)![]() ![]() You can put this solution on YOUR website! We know I = Prt \n" ); document.write( "where I = Interest earned = 960 \n" ); document.write( "P = Principal = ? \n" ); document.write( "r = rate of interest = 6% = 6/100 \n" ); document.write( "t = time = 4 \n" ); document.write( "So, \n" ); document.write( "24P/100 = 960 \n" ); document.write( "24P = 960 * 100 \n" ); document.write( "P = 960*100/24 = 4000 \n" ); document.write( "Therefore the initial principal = $4,000 \n" ); document.write( " |