To determine if a number is a perfect square, we can use two main methods: checking the last digit and calculating the square root.
Perfect squares have specific last digits. A perfect square cannot end in 2, 3, 7, or 8.
Let's examine the last digit of each option:
Only 48841 passes this initial check.
Now, we verify if 48841 is indeed a perfect square by calculating its square root.
Estimate the square root:
Let's test the number 221:
Using LaTeX for calculation:
$ 221^2 = 221 \times 221 $
$ 221 \times 221 = 48841 $
The calculation confirms that $221^2$ equals 48841.
The number 48841 is a perfect square because its square root is an integer (221).