| Name any number... | Number | % Correct |
|---|---|---|
| that is even | 2, 4, 6, 8, 10, ... | 100%
|
| that is a perfect square | 1, 4, 9, 16, 25, ... | 99%
|
| that is prime | 2, 3, 5, 7, 11, ... | 99%
|
| divisible by 13 (not including 13) | 26, 39, 52, 65, 78, 91 | 96%
|
| that is a perfect cube greater than 1 | 8, 27, 64 | 81%
|
| whose English name has exactly 5 letters | 3, 7, 8, 40, 50, 60 | 75%
|
| which is a power of 2 greater than 2 | 4, 8, 16, 32, 64 | 74%
|
| with two digits which multiply to be a perfect square | 10, 11, 14, 19, 20, ... | 69%
|
| that is a factorial greater than 5 | 6, 24 | 59%
|
| in the Fibonacci sequence greater than 25 | 34, 55, 89 | 57%
|