A number N when factorised can be written . Find the number of perfect squares which are factors of N (the three prime numbers a,b,c>2)
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
In order that perfect square divides N, the powers of "a" can be 0,2,4 i.e. (3). Powers of "b" can be 0,2, i.e. (2). Power of "c" can be 0,2,4,6 i.e. (4)
Hence, a combination of these powers given ⇒ 3 × 2 × 4 . ⟹ i . e . 2 4 numbers