Concept:A congruence a≡b(mod8) means a−b is divisible by 8.We need the least value of y in the given range that satisfies the congruence.Explanation:Start with 7+y≡4(mod8).Subtract 7 from both sides: y≡4−7(mod8).This gives y≡−3(mod8).Add 8 to get a positive remainder: y≡−3+8≡5(mod8).So y must have the form y=5+8k, where k is an integer.Check values in the range 10≤y≤30.For k=1, y=5+8=13.This is the least value in the range that satisfies the congruence.Answer:y=13Option B.