First key to all data sufficiency questions is to find the "real" question. Try rewriting the question and asking yourself "What info do I need to answer this?"
We can do reverse FOIL to rewrite the question as r=? when (t+2)*(t+3) / 7. To answer this we need to know something about t.
Note that this is a value question rather than a Yes/No question. For value questions, you need to arrive at one and only one answer. If you can arrive at more than one answer the statement is insufficient. Let's try to make these statements insufficient by testing cases.
Look at statement 1. t could be 13, 20, etc.
(13+2)*(13+3)/7 = 15*16/7. Can be written in prime factored form. 3*5*2*2*2*2/7 = 3*80/7 = 240/7. 210 is divisible by 7, so we just need to think of 30/7 which results in r = 2.
(20+2)*(20+3)/7 = 22*23/7. Can be written in prime factored form. 2*11*23/7 = 46*11/7 = 506/7. 490 is divisible by 7, so we just need to think of 16/7 which results in r=2.
Sufficient
Look at statement 2. t could be 6, 8, etc.
(6+2)*(6+3)/7 = 8*9/7 which results in r = 2
(8+2)*(8+3)/7 = 10*11/7 which results in r = 5
NOT Sufficient
If you're not sold on A alone, test one more number (like t = 27) to verify you keep getting r=2. Third time's the charm.
Sure you can do it algebraically but learning to effectively test cases will benefit you more in the long run.