How I went about it:
A, B, C are 1 digit positive numbers.
We need to look at unit digits of \(A^2, B^2, C^2\)
1 digit positive numbers = 1 to 9
Their squares = 1, 4, 9, 16, 25, 36, 49, 64, 81
Out of these numbers, we need to focus on the ones whose unit digit is a perfect square. That can only happen if the unit digit is 1, 4, or 9.
So the possible values of \(A^2, B^2, C^2\) = 1, 4, 9, 49, 64, 81
Possible values of A, B, C = 1, 2, 3, 7, 8, 9
But we are given that \(A^2, B^2, C^2 \)have distinct unit digits, so if 1 is selected 81 cannot be select (and vice versa), if 4 is selected 64 cannot be selected (and vice versa), and if 9 is selected 81 cannot be selected (and vice versa).
This translates into: if 1 is selected 9 cannot be selected (and vice versa), if 2 is selected 8 cannot be selected (and vice versa), and if 3 is selected 7 cannot be selected (and vice versa).
So for A = there are 6 possible options (1, 2, 3, 7, 8, 9)
For B = there are 4 possible options (for example, if A = 1, then 1 and 9 both are no longer available for any further selection, so 4 other numbers remain).
For C = there are 2 possible options (2 numbers exhausted by A, another 2 by B, so only 2 remain).
Total possible outcomes for A, B, and C = 6 x 4 x 2 = 48.
Answer D.