Concept:Solving a linear congruence by adding the modulus to make the right-hand side divisible by the coefficient of x.Explanation:Given: 4x≡7(mod9).We can add 9 to 7 without changing the congruence because 9≡0(mod9).So, 4x≡7+9(mod9).This gives 4x≡16(mod9).Divide both sides by 4: x≡4(mod9).The least positive value satisfying this is x=4.Answer:D. 4