Q is the square of an odd positive integer.
8Q^8 has four prime factors.
We want to know how many prime factors /sqrt{Q} has.
Let's start by thinking about 8Q^{8}.
--> We can write 8 as 2^{3} so we know 2 is one of the prime factors.
--> The other 3 prime factors must come from Q.
--> So Q either has 3 prime factors or 4 prime factors (if 2 | Q)
Let's now think about Q.
-->Let m be some odd positive integer.
--> Then there exists some even integer n >= 0 such that m = n + 1.
--> Then we can write Q = m^{2} = (n+1)^{2} = n^{2} + 2n + 1
--> We know that Q is an odd number now.
--> This means that 2 is not a factor of Q.
--> We can then say that Q has three distinct prime factors.
Now let's think about /sqrt{Q}.
--> It's helpful just to register that we know we're not dealing with any negative numbers.
--> /sqrt{Q} = /sqrt{(m)^{2})
--> Note that Q = m^{2} implies Q must have equally as many prime factors as m, since any additional factors would be composites resulting from multiplying some combinator of prime factor of m_1 against a combination of prime factors of m_2.
--> This means that /sqrt{Q} has equally as many prime factors as Q itself.
--> Then Q having three prime factors implies /sqrt{Q} has three prime factors.