Consider a computer that uses 5 bits to represent positive and negative integers, using 1 bit for the sign and 4 bits for the actual value. Which of the following operations would result in integer overflow?

7+1

12 + 3

6 + 9

8×2

2×4

1+15