Concept:Reduce 20(mod9) first, then compare the result with y(mod6).Explanation:Compute 20(mod9).Divide 20 by 9: 9×2=18, leaving remainder 2.So 20≡2(mod9).Now the problem states this is equivalent to y(mod6).Thus y must match the same remainder value, which is 2.Checking: 2(mod6) also gives remainder 2.This value is present in option B.Answer:y=2Correct option: B. 2