document.write( "Question 885356: If an amount of money in P in pesos is invested at \" r \" percent compounded annually, it will grow to an amount A = P(1 + r)^2 in two years. Suppose Miss Madrigal wants her money amounting to Php 200,000 to grow Php 228, 980 in two years. At what rate must she invest her money \n" ); document.write( "
Algebra.Com's Answer #535081 by Theo(13342)![]() ![]() You can put this solution on YOUR website! a = p(1+r)^2 \n" ); document.write( "a = 228980 \n" ); document.write( "p = 200000 \n" ); document.write( "replace a and p in the equation to get: \n" ); document.write( "228980 = 200000(1+r)^2 \n" ); document.write( "divide both sides by 200000 to get: \n" ); document.write( "228980/200000 = (1+r)^2 \n" ); document.write( "simplify to get: \n" ); document.write( "1.14449 = (1+r)^2 \n" ); document.write( "take the square root of both sides to get: \n" ); document.write( "1.07 = 1+r \n" ); document.write( "subtract 1 from both sides to get: \n" ); document.write( "r = .07 \n" ); document.write( "the rate she needs to invest her money at is 7%. \n" ); document.write( " \n" ); document.write( " |