If a # b = a + 2b, for integers a and b, what is the value of 3 # 4?
a # b = a + 2b
=> 3 # 4 = 3 + 2.4 = 3 + 8 = 11