53 = 43 + v, so substitute each number for V and see if it equals 53.
v = 8 >>> NO
53 = 43 + 8 >>> Nope. This is 51
v = 10 >>> YES
53 = 43 + 10 = 53 >>> Yup! This works.
v = 96 >>> NO
53 = 43 + 96 >>>> Nope, this doesn't add up.
V = 6 >>> NO
53 = 43 + 6 = 49 >>> Nope this doesn't add up.