uw490 wrote:
How do we know to look for the "number that's a multiple of 8, minus 1. Like, 7, 15, 23, etc..." Still not clear why we know to look for this portion of the solution.
J
I guess it just comes with experience with number properties. However, if you notice, the applicability of the 48 even numbers is derived completely from the N and (N+2) term. The (N+1) term isn't even a factor for this part.
Well, you might think to yourself, why is it even here? At this point, you just have to reason out that (a multiple of 8) * (N) * (N+2) will be divisible by 8. Thus, any number such that N+1 is divisible by 8 will work, and that's the 7, 15, 23 etc... part. I know it can be a little tricky to see by yourself, but in these kinds of comprehensive number property questions, it's best to try different combinations of even/odd, positive/negative, and any other way to dichotimize numbers that you can think of if you can't recognize the number properties.