document.write( "Question 1209106: Jeri finds a pile of money with at least $200. If she puts $50 of the pile in her left pocket, gives away 9/10 of the rest of the pile, and then puts the rest in her right pocket, she'll have more money than if she instead gave away $200 of the original pile and kept the rest. What are the possible values of the number of dollars in the original pile of money? (Give your answer as an interval.) \n" ); document.write( "
Algebra.Com's Answer #847688 by math_tutor2020(3817)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "x = value, in dollars, of the original pile of money\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x >= 200 since there's at least $200 in the pile.
\n" ); document.write( ">= means \"greater than or equal to\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Scenario A) She pockets $50, gives 9/10 of the remaining pile away and keeps 1/10 of it.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Scenario B) Gives away $200 and keeps the rest\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let's trace out the path of scenario A.
\n" ); document.write( "x = starting amount of money
\n" ); document.write( "50 = amount she puts in her left pocket
\n" ); document.write( "x-50 = remaining amount after putting the $50 away
\n" ); document.write( "0.9*(x-50) = amount given away
\n" ); document.write( "0.1*(x-50) = amount she puts in her right pocket
\n" ); document.write( "0.1*(x-50)+50 = total amount in both pockets
\n" ); document.write( "We'll use this expression later.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now consider scenario B
\n" ); document.write( "x = starting amount of money
\n" ); document.write( "x-200 = total amount in Jeri's pocket after giving away $200\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let's see when the outcome of scenario A is larger than the outcome of B.
\n" ); document.write( "A > B
\n" ); document.write( "0.1*(x-50)+50 > x-200
\n" ); document.write( "0.1*(x-50) > x-200-50
\n" ); document.write( "0.1*(x-50) > x-250
\n" ); document.write( "0.1x-5 > x-250
\n" ); document.write( "-5+250 > x-0.1x
\n" ); document.write( "245 > 0.9x
\n" ); document.write( "0.9x < 245
\n" ); document.write( "x < 245/0.9
\n" ); document.write( "x < 272.22222... where the 2's go on forever
\n" ); document.write( "x < 272.22 approximately when rounding to the nearest penny\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let's see what happens when x = 272.22
\n" ); document.write( "At the end of scenario A, Jeri will have 0.1*(x-50)+50 = 0.1*(272.22-50)+50 = 72.22 dollars
\n" ); document.write( "At the end of scenario B, she will have x-200 = 272.22-200 = 72.22 dollars.
\n" ); document.write( "She ends up with the same amount of money in either in scenario.
\n" ); document.write( "So this will show that we do not include 272.22 as part of the interval.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The next highest amount would be 272.21
\n" ); document.write( "which means x < 272.22 is equivalent to x <= 272.21 when considering the penny as the smallest unit of currency.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "We start with the condition that x >= 200 aka 200 <= x, and then determined x <= 272.21
\n" ); document.write( "Those glue together to get the compound inequality
\n" ); document.write( "200 <= x <= 272.21\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The starting amount of money in the pile is between $200 and $272.21 where both endpoints are included.
\n" ); document.write( "
\n" ); document.write( "
\n" );