document.write( "Question 633927: I would like to know the beginning amount if 2% of the beginning amount equals $500.00.
\n" );
document.write( "Thanks! \n" );
document.write( "
Algebra.Com's Answer #399288 by nerdybill(7384) You can put this solution on YOUR website! I would like to know the beginning amount if 2% of the beginning amount equals $500.00. \n" ); document.write( ". \n" ); document.write( "Let x = \"the beginning amount\" \n" ); document.write( "then \n" ); document.write( ".02x = 500 \n" ); document.write( "x = 500/.02 \n" ); document.write( "x = $25,000 \n" ); document.write( " |