Q1.
We know that a perfect square is obtained by multiplying an integer by itself. Will looking at a number's prime factorisation help in determining whether it is a perfect square?
Answer
Yes. If the prime factors can be divided into two equal groups, the product of one group is the square root.
36 = 2 × 2 × 3 × 3 = (2 × 3) × (2 × 3) = 62 → √36 = 6
50 = 2 × 5 × 5 → the 2 has no partner → not a perfect square
50 = 2 × 5 × 5 → the 2 has no partner → not a perfect square
Why it works: Squaring m repeats every prime of m exactly twice as often. Reading that backwards, a number is a perfect square precisely when each of its primes appears an even number of times, so the whole factorisation can be dealt out into two identical halves. Halving each exponent gives the root at once.