Explanation
1. Define the Range:
The question specifies numbers between 1 and 1000, with both excluded.
Therefore, we are looking for:
2. Test Integer Values for k:
-
For k=1:
(Excluded as per the question)
-
For k=2:
(This is within the range 1 < 64 < 1000)
Note: 64=82 and 64=43.
-
For k=3:
(This is within the range 1 < 729 < 1000)
Note: 729=272 and 729=93.
-
For k=4:
(This is greater than 1000, so it is out of range)
3. Conclusion:
The numbers that satisfy the condition are 64 and 729.
Total count = 2.
Final Answer:
There are 2 such numbers.
The correct option is (c).