document.write( "Question 263110: P dollars is invested at annual
\n" ); document.write( "interest rate r for 1 year. If the interest is compounded
\n" ); document.write( "semiannually, then the polynomial P(1+r/2)^2 represents the value of the investment after 1 year. Rewrite this expression
\n" ); document.write( "without parentheses. Evaluate the polynomial if
\n" ); document.write( "P = $200 and r = 10%.
\n" ); document.write( "

Algebra.Com's Answer #193847 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
The amount is expressed as
\n" ); document.write( "\"A+=+P%281%2Br%2F2%29%5E2\"
\n" ); document.write( "step 1 - divide by P to get
\n" ); document.write( "\"%28A%2FP%29+=+%281%2Br%2F2%29%5E2\"
\n" ); document.write( "step 2 take a square root to get
\n" ); document.write( "\"sqrt%28A%2FP%29+=+1+%2B+r%2F2\"
\n" ); document.write( "step 3 - subtract 1 to get
\n" ); document.write( " \"sqrt%28A%2FP%29+-+1+=+r%2F2\"
\n" ); document.write( "step 4 - multiply by 2 to get
\n" ); document.write( "\"2sqrt%28A%2FP%29+-+2+=+r\"
\n" ); document.write( "----
\n" ); document.write( "P = $200 ; r = 10%.
\n" ); document.write( "---
\n" ); document.write( "\"A+=+200%281%2B.10%2F2%29%5E2\"
\n" ); document.write( "which is
\n" ); document.write( "\"A+=+200%281%2B.05%29%5E2\"
\n" ); document.write( "and then
\n" ); document.write( "\"A+=+220.50\"
\n" ); document.write( "
\n" );