document.write( "Question 81518: Hi, can someone help with the following?\r
\n" );
document.write( "\n" );
document.write( "P dollars is invested at annual interest rate R for 1 year. If the interest is compounded semiannually, then the polynomial P (1+ r/2)squared represents the value of the investment after 1 year. Rewrite this expression without parentheses. Evaluate the polynomial if P=$200 and r=10% \n" );
document.write( "
Algebra.Com's Answer #58359 by dolly(163)![]() ![]() ![]() You can put this solution on YOUR website! Given the value of investment after 1 year is :\r \n" ); document.write( "\n" ); document.write( "V = P(1 + r/2 )^2\r \n" ); document.write( "\n" ); document.write( "==> V = P (1 + r + r^2/4) [using (a+b)^2 = a^2 + 2ab + b^2]\r \n" ); document.write( "\n" ); document.write( "==> V = P + Pr + Pr^2/4\r \n" ); document.write( "\n" ); document.write( "This is the required polynomial.\r \n" ); document.write( "\n" ); document.write( "When P = 200 and r = 0.1 then,\r \n" ); document.write( "\n" ); document.write( "V = 200 + 200(0.1) + 200(0.1)^2/4\r \n" ); document.write( "\n" ); document.write( " = 200 + 20 + 0.5\r \n" ); document.write( "\n" ); document.write( " = 220.5\r \n" ); document.write( "\n" ); document.write( "Thus the value of the investment of $200 after 1 year at 10% is $ 220.5\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |