document.write( "Question 1083254: I withdrew 1/10 of my bank account. I have 80 dollars left. How much money did I originally have?\r
\n" );
document.write( "\n" );
document.write( "How do I set up this problem? \n" );
document.write( "
Algebra.Com's Answer #697262 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! If you withdrew 1/10th of your account, then you should have 9/10ths of it left. So $80 represents 9/10th of what you originally had. Let your original balance be x. Then: \n" ); document.write( "(9/10)x=80 \n" ); document.write( ".9x=80 \n" ); document.write( "x=80/.9 \n" ); document.write( "x=$88.89 as your original balance. ☺☺☺☺ \n" ); document.write( " |