lf a % b = 37, where a % b = a + 2b, what is the value of a and b?A25, 5B27, 5C16,10D27, 10Answer: B. 27, 5 Read Explanation: Given:a % b = a + 2banda % b = 37So,a + 2b = 37This equation has many possible values of (a) and (b).For example:If (b = 10),a = 37 - 20 = 17So one possible pair is:a=17, b=10\boxed{a = 17,\ b = 10}a=17, b=10(Any pair satisfying (a + 2b = 37) is correct.)Ans = (27,5) Read more in App