document.write( "Question 1021717: after making a deposit, paul had $264 in his saving account. he noticed that if he added $26 to the amount originally in the account and doubled the sum, he would get the new amount. how much did he originally have in the account?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #637449 by macston(5194) You can put this solution on YOUR website! . \n" ); document.write( "x=original amount \n" ); document.write( ". \n" ); document.write( "2(x+$26)=$264 \n" ); document.write( "x+$26=$132 \n" ); document.write( "x=$106 \n" ); document.write( ". \n" ); document.write( "ANSWER: The original amount was $106. \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( " |