Find out the wrong number in the series. 3, 7, 15, 27, 63, 127, 255
Answer: C
Go on multiplying the number by 2 and adding 1 to it to get the next number.
So, 27 is wrong.