pinchharmonic
how'd you determine in detail that as long as N has 2 as a factor it is divisible by 8? I'm assuming the 5 in front means nothing except that it is not divisible by 8, so that the next item in the product must be. I thought it must be that N^3 has 2 as a factor and is >= 8
Yes, 5 doesn't have any role to play except to tell you that it is not divisible by 8 and has no 2s in it. If instead of 5, we had 4, things would have been different (but let's not get into it right now).
So \(N^3/8\) should be an integer. This means \(N^3\) should be divisible by 8. But we have values for N, not \(N^3\) so how do we figure what it means for N?
Let's say, N has 2 as a factor. Then \(N = 2a\)
\(N^3 = (2a)^3 = 8a^3\)
This number is divisible by 8 since it has 8 as a factor. Since N gets cubed, if it has a 2 in it, that becomes 8 and \(N^3\) is divisible by 8.
If we consider that \(N^3\) has 2 as a factor and is greater than 8 (as you suggested above), is it essential that \(N^3\) will be divisible by 8?
Consider \(N^3 = 10\) (has 2 as a factor and is >8) This is not divisible by 8 and for that matter, N is a not an integer in this case.
Consider now, what would have happened if instead of 5, we had 4.
We would need \(4N^3/8\) to be an integer i.e. \(N^3/2\) to be an integer. Yet again, we need N^3 to be even, so N should be even too i.e. it must have a 2 in it.