2005 CEMC Pascal Problems/Problem 8
Problem
Which of the numbers is larger than its square?
Solution 1
We can calculate the squares of the values of the numbers and compare them to the number itself:
and
, so it is not the answer
, and
. We can see that
, so it is not the answer
. We can see that
, so this is not the answer.
and
. We can see that
, so
~anabel.disher
Solution 2 (answer choices)
Without having to calculate the squares of the values of the numbers, we can notice that the square of a number is only less than the number itself when the number that is being squared is between and
(exclusive).
We can see that is the only number that matches this, as the numerator is less than the denominator. Thus, the answer is
~anabel.disher