Question 1183754
<br>
Both of the solutions in this thread are deficient.<br>
In one of them, the equation and inequality are shown, and nothing is said about how to solve the pair to get the answer to the problem.  And following their suggestion can get you into trouble if you aren't careful.<br>
So that response is of little help to the student.<br>
In the other response, the statement that x-y<10 means x is the larger of the two whole numbers, which makes most of the pairs she shows in her response invalid.<br>
So that response ends up with the wrong answer.<br>
The question itself is easily solved informally.<br>
(1) Start with the two whole numbers with a sum of 45 whose difference is as small as possible: 23 and 22.
(2) Then add 1 to one of the numbers and subtract 1 from the other to get another pair; then continue until the difference between the two numbers is greater 10 or greater.  You end up with
(23,22) (24,21) (25,20) (26,19) (27,18)<br>
That's 5 pairs.<br>
ANSWER: 5 pairs<br>
Note the statement of the problem does not make it clear whether or not the "pairs" are ordered.  If the pairs are ordered, then of course the answer is 10 pairs instead of 5.<br>
A formal solution to the problem might go like this.<br>
Let the two whole numbers be x and 45-x.<br>
The difference between the two numbers is less than 10:<br>
{{{abs((45-x)-x)<10}}}
{{{abs(45-2x)<10}}}
{{{-10<45-2x}}} and {{{45-2x<10}}}
{{{2x<55}}} and {{{ 2x>35}}}
{{{x<27.5}}} and {{{x>17.5}}}<br>
Given that the two numbers are whole numbers, the solution set is {{{18<=x<=27}}}<br>
That gives 10 (ordered) pairs, or 5 different unordered pairs.<br>