I think Ian's reply is a good one. Although, I do think in some circumstances using an answer from 1 can be a useful trick in your armory (although definitely not a primary tool)
For instance in your example, say you look at
2) n+2 is the first of three consecutive integers whose product is 990.
My thought process for this is:
- looks like three close numbers = ~1000, i.e. n^3 = 1000, n = 10
- consecutive integers could be 9,10,11...
- 9*10*11 = 990, therefore n = 7.
- yn is therefore divisible, this is sufficient.
But lets say that you didn't go through that thought process and stared at 2 for a little too long. Then i think you are right that you could use n = 7 from statement 1 to get to
- 9*10*11 = 990 and follow thought process from there
At this stage like Ian said you would want to gain comfort that this is in fact the only solution, and that 2 can be used on its own. So you would have to make sure you put 1) out of mind and assess 2) in its own right post using 1) as a prompt.