document.write( "Question 1116092:  Parents wish to have $80000 available for school. The child is 9 years old how much money must be sta aside with a 8% compound semiannually to meet their financial goal when the child is 18?
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #730923 by stanbon(75887)      You can put this solution on YOUR website! Parents wish to have $80000 available for school. The child is 9 years old how much money must be set aside with a 8% compound semiannually to meet their financial goal when the child is 18? \n" ); document.write( "----- \n" ); document.write( "A(t) = P(1+(r/n))^(n*t) \n" ); document.write( "80000 = P[1+(0.08/2)]^(2*9) \n" ); document.write( "80000 = P[1.04]^18 \n" ); document.write( "P = 80000/[1.04]^18 \n" ); document.write( "P = $39490.25 \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------- \n" ); document.write( " |