Re: The positive integer n is divisible by 7. If n 2 is greater than 1000,
[#permalink]
14 Jan 2022, 13:40
This is how I solved it.
If n^2 is greater than 1000, then if you find the square roots of both sides, you get that n has to be greater than the square root of 1000
The square root of 1000 is around 31.6
n > 31.6
if you divide n by 7 you have to do the same to the 31.6
(n/7)> (31.6/7)
(n/7) > 4.52
so any value greater than 4.52 should work:
D: 5 ----> 5 = n/7 ---> 5(7) = n ---> 35 = n ---> 35^2 = n^2 ----> 1225 = n^2, this is greater than 1000 so it works !
E: 6 ----> 6 = n/7 ---> 6(7) = n ---> 42 = n ---> 42^2 = n^2 ----> 1764 = n^2, this is greater than 1000 so it also works!
the smaller value is the answer so D would be the solution.