document.write( "Question 136627: Auggie spent all of his money in 5 stores. In each store, he spent $1 more than one-half of what he had when he went in. How many dollars did Auggie have when he entered the first store? \n" ); document.write( "
Algebra.Com's Answer #100053 by solver91311(24713)\"\" \"About 
You can put this solution on YOUR website!
He starts with x dollars, so in the first store he spends \"x%2F2%2B1\". So when he leaves the first store he has \"x-%28x%2F2%2B1%29=x%2F2-1=x%2F2-2%2F2=%28x-2%29%2F2\".\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So in the second store he spends \"%28%28x-2%29%2F%282%2A2%29%29%2B1\" so he has \"%28%28x-2%29%2F%282%2A2%29%29-1=%28x-2-4%29%2F4=%28x-6%29%2F4\" left.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "And so on.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "I'll leave it to you to verify that when he leaves the 5th store he has \"%28x-62%29%2F64\" dollars remaining, and by the conditions of the problem this expression must be equal to zero (because he spent all of his money). If \"%28x-62%29%2F64=0\", then \"x-62=0\" => \"x=62\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Check:
\n" ); document.write( "Start: 62
\n" ); document.write( "Half of 62 is 31 plus 1 is 32, leaving 30
\n" ); document.write( "Half of 30 is 15 plus 1 is 16, leaving 14
\n" ); document.write( "Half of 14 is 7 plus 1 is 8, leaving 6
\n" ); document.write( "Half of 6 is 3 plus 1 is 4, leaving 2
\n" ); document.write( "Half of 2 is 1 plus 1 is 2, leaving 0
\n" ); document.write( "
\n" );