tofubeans wrote: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 12, but I don't really understand the explanation the book gives.
The question stem says, n^2 is divisible by 72.
i.e n^2 = 72*k where k is an integer.
n^2 = 36*2*k = (6^2)*2*k.
Since (6^2)*2*k (= n^2) is a perfect square, 2*k should be a perfect square(Since 6^2 is already a perfect square). For 2*k to be a perfect square, the least value of k is 2(Since k is an integer) and the integer k should be of the form 2*L, where L is a square of an integer greater than 0.
Now, we know that n^2 = 72*k = 72*2*L = 144*L, where L is a square of an integer greater than 0. Applying sqaure root on both the sides, we get
n = 12*(a positive integer = √L). So the largest positive integer that must divide n is 12.