Numbers & Place Value

Problem

Find a number satisfying product bounds

Choose a number from 1 through 9 where the number times 6 is greater than 40, 4 times the number is less than 35, and 3 times the number is greater than 22find that number.
Operations
Your answer
How to solve
Strategy Guess and Check — Turn each condition into a range of allowed numbers using the times tables, then find the single value common to all three ranges.
1STEP 1

Apply condition 1

6×7=42 clears 40, so condition 1 needs the number to be 7 or more.

6×6=36, 6×7=42
2STEP 2

Apply condition 2

4×8=32 stays under 35 but 4×9=36 doesn't, so condition 2 needs the number to be 8 or less.

4×8=32, 4×9=36
3STEP 3

Apply condition 3 and combine

8=24 clears 22, so condition 3 also needs 8 or more — the only number inside all three ranges is 8.

{7,8,9} ∩ {1,...,8} ∩ {8,9} = {8}
Answer
8
{7,8,9} ∩ {1,...,8} ∩ {8,9} = {8}
Check — with 8: 6×8=48 is greater than 40, 4×8=32 is less than 35, and 3×8=24 is greater than 22, so all three conditions hold.
Takeaway

Turn each condition into a range with the times table, then keep only the number where all the ranges overlap.

  • 6 times the number is greater than 40 → number is 7 or more
  • 4 times the number is less than 35 → number is 8 or less
  • 3 times the number is greater than 22 → number is 8 or more
  • Where all three overlap → 8
Where next?
Another one like thissuggested
Same look, different logicsuggested

▶ Practice — 10 problems