document.write( "Question 435857: Barbara invested $100 at a certain rate of interest compounded anually for two years. If the accumulated value at the end of two years is $121, find the rate of interest. \n" ); document.write( "
Algebra.Com's Answer #301630 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
The interest formula can be written:
\n" ); document.write( "P = Po(1+r)^n
\n" ); document.write( "In this case n=2, Po=100, P=121
\n" ); document.write( "Put in the numbers and solve for r:
\n" ); document.write( "121 = 100(1+r)^2
\n" ); document.write( "sqrt(121/100) = 1+r -> r = 0.1
\n" ); document.write( "Therefore the interest rate was 10%
\n" ); document.write( "
\n" );