document.write( "Question 845523: Finding the interest rate for a given zero coupon bond
\n" ); document.write( "(1 + I)^10 = 1000/463 Interest rate should equal 8%
\n" ); document.write( "How do I get interest rate of 8%
\n" ); document.write( "

Algebra.Com's Answer #509331 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "(1 + I)^10 = 1000/463 = 2.1598
\n" ); document.write( "(1 + I)^10 = 2.1598
\n" ); document.write( " I = \"root%2810%2C2.1598%29++-+1\" is .08 0r 8% interest
\n" ); document.write( " \n" ); document.write( "
\n" );