<p>No, I don’t think it’s a theorem either. Like other SAT math problems in general, there’s no specific theorem or formula and you kind of just have to figure out a rule to solve the problem yourself:)</p>
<p>A lot of the Math SAT is plugging in numbers until you get the right answer, but you have to be sure, because it still could be wrong, but 7 is definitely right for this one.</p>
<p>for questions like this, plugging in works best, but sometimes plugging in can backfire. Sometimes for questions like this, I try to find patterns which might help me. As you read in xrCalico23’s post, the difference of two factors of a certain number is a factor of that certain number also. So after i see the question, I might think, “12 and 4 are factors of 2, and their difference, 8, is also a factor of 2.” but i’ll need my thought to be solid so i’ll try different things like odd numbers and non-integers and then come to the conclusion that the difference of the factors of a number is a factor also. </p>
<p>It might be hard to do this for this question but it helped me before on similar questions.</p>
<p>what were the choices? because you can immediately cross out any even ones because one of them, (n+3) or (n+10) has to be odd and the other even.</p>
<p>n + 3 = 0 (mod p) – here you mean that when (n+3) and 0 are divided by “p”, they both have the same remainder, 0. Same goes with “n + 10 = 0 (mod p)”.
but then how could you conclude,
n + 10 = n + 3
7 = 0 (mod p)?</p>
<p>This is a suggestion that might be useful in solving other problems, strawbearries:</p>
<p>p is a factor of n + 3 means n + 3 = ap, where a is some integer.
p is a factor of n + 10 means n + 10 = bp, where b is some integer.
Look at the two equations
n + 3 = ap
n + 10 = bp
At this point, you have two equations in 3 unknowns (a, b, and p). So you will not be able to solve them, but you could make some progress toward a solution by subtracting the upper equation from the lower one. This gives
7 = (b-a)p
We know that b and a are both integers, and b must be greater than a, because a p = n +3 while b p = n+10. Therefore b-a is a positive integer, so p is a factor of 7.</p>
<p>Bassir’s approach is elegant, but I’m guessing that it is not especially useful to you, if you are not familiar with modular arithmetic.</p>