document.write( "Question 820298: If 10000 pesos is invested at 10% compounded quarterly , when will the amount of investment be doubled? tripled? \n" ); document.write( "
Algebra.Com's Answer #493475 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi, In General \"A+=+P%281%2Br%2Fn%29%5E%28nt%29\"
\n" ); document.write( "If 10000 pesos is invested at 10% compounded quarterly ,
\n" ); document.write( "A = Accumulated Amount
\n" ); document.write( "P= principal = 10000
\n" ); document.write( "r= annual rate = .10
\n" ); document.write( "n= periods per year = 4
\n" ); document.write( "t= years =
\n" ); document.write( "\"A+=+P%281.025%29%5E%284t%29\"
\n" ); document.write( "when will the amount of investment be
\n" ); document.write( "doubled? \"2+=+%281.025%29%5E%284t%29\", t = \"ln%282%29%2F4ln%281.025%29\"
\n" ); document.write( "tripled? t = \"ln%283%29%2F4ln%281.025%29\" \n" ); document.write( "
\n" );