What is the sum of all prime numbers between 20 and 40?
To find the sum of all prime numbers between 20 and 40, we first list out the prime numbers in that range: 23, 29, 31, 37. Then, we simply add them together: 23 + 29 + 31 + 37 = 120. Therefore, the sum of all prime numbers between 20 and 40 is 120.