If a % b = 37, where a % b = a + 2b, what is the value of a and b?
2025
If a % b = 37, where a % b = a + 2b, what is the value of a and b?
- A.
25,5
- B.
27, 5
- C.
16, 10
- D.
27, 10
Attempted by 28 students.
Show answer & explanation
Correct answer: B
The operation is a % b = a + 2b. For a = 27 and b = 5, a + 2b = 27 + 10 = 37.