What are the number of integers a $1 \le a \le 100$ such that $a^a$ is a perfect square.

1.4k Views Asked by At

What are the number of integers a such that $1 \le a \le 100$ and $a^a$ is a perfect square.

I think the answer should be 51 since a can be 1 and then 2,4,6,...100.

Is the answer correct?

2

There are 2 best solutions below

1
On BEST ANSWER

No, it's not correct: If $a$ is an odd perfect square, then so is $a^a$. For example,

$$9^9 = (3^2)^9 = (3^9)^2$$

0
On

The even numbers - 50 of them

The odd numbers, which are perfect squares: 1, 9, 25, 49, 81 - another.

Altogether 55