Question 1180678
.
At a linen sale Mrs. Earl bought twice ad many pillowcases for $2 each as sheets for $5 each. 
If she spent less than $40, not including tax, what is the maximum number of pillowcases she could have purchased?
~~~~~~~~~~~~~~~~


<pre>
Let the number of sheets;  then the number of pillowcases is 2x, according to the condition.


We then write this money inequality

    2*(2x) + 5*x <= 40  dollars


We simplify and solve this inequality

    4x + 5x <= 40,

      9x    <= 40,

       x    <= {{{40/9}}} = 4.44  (rounded).


Since x is an integer number, it means that

       x    <= 4.


So, 4 is the maximum possible value for x.


It means that the maximum number of pillowcases is 2x = 2*4 = 8.    <U>ANSWER</U>
</pre>

Solved and carefully explained in all details.