Let and be positive integers less than 10. There are 81 ordered pairs , from to . Since they are ordered pairs, is considered different from .
How many of these 81 ordered pairs have the property that is at least 50?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The largest number has to be at least 8, because the largest product we can get by only using numbers up to 7 is 7 * 7 = 49, which is less than 50.
If the largest number is 9: 9 * 5 = 45, so the other number has to be at least 6. That yields 7 ordered pairs: (9, 6), (6, 9), (9, 7), (7, 9), (9, 8), (8, 9) and (9, 9).
If the largest number is 8: 8 * 6 = 48, so the other number has to be at least 7. that yields 3 more ordered pairs: (8, 7), (7, 8) and (8, 8).
7 + 3 = 10, so there are 10 ordered pairs with the required property.