Concept:Each term is a fraction whose numerator and denominator follow simple linear patterns based on the position n.Explanation:Write the given terms in terms of n:For n=1, term is 24.For n=2, term is 37.For n=3, term is 410.For n=4, term is 513.The numerators are 4,7,10,13, increasing by 3 each time.So numerator =3n+1.The denominators are 2,3,4,5, increasing by 1 each time.So denominator =n+1.Thus the nth term is:Tn=n+13n+1Check for n=1:T1=1+13(1)+1=24This matches the first term, so the formula is correct.Answer:Option B: n+13n+1