Question:
If n is a positive integer and n^2 is divisible by 72, then the largest positive integer that must divide n is:
a)6
b)12
c)24
d)36
e)48
The answer is b.
I broke 72 down into its prime factors and made a prime box for n^2 that includes: {2, 2, 2, 3, 3}
I then wanted to break the prime box of n^2 into two prime boxes for n*n
This is where I was not clear...
I wanted to distribute the elements of n^2 's prime box into two boxes - one box for each n.
So I put {2, 3} in each box for each n.
The issue then is that I have an extra 2. I was not sure where to put it.. so I just added an additional two so that each n prime box contains {2, 2, 3}
However I was not sure if in fact I should have also included the third 2 into each prime box... to create the n box with {2,2,2,3}
Is there a specific method here? How do you know what to include in the boxes for n?
Thanks,
Carla