document.write( "Question 169933: The amount of an investment of P dollars for t years at simple rate r is given by A = p + prt
\n" );
document.write( "A) Rewrite this formula by factoring ourt the greatest common factor on the right hand side.
\n" );
document.write( "B) Find A if $8300 is invested for 3 years at a simple rate of 15%. \n" );
document.write( "
Algebra.Com's Answer #125382 by Earlsdon(6294) ![]() You can put this solution on YOUR website! 1) Factor a p from \n" ); document.write( "A = p + prt \n" ); document.write( "A = p(1+rt) \n" ); document.write( "2) Find A if p = $8,300, r = 0.15, and t = 3 \n" ); document.write( "A = $8,300(1+(0.15)(3)) \n" ); document.write( "A = $8,300(1.45) \n" ); document.write( "A = $12,035 \n" ); document.write( " |