Chat with our AI personalities
Odd question. A is the father. B is not a son, so B must be a daughter instead.
I need help
odd. odd=odd odd+odd=even odd+odd+odd=odd it keeps alternating in that fashion
because... odd+odd=even even+odd=odd e.g 1+1+1=3 odd+odd+odd=odd
Yes, all you have to do is to count the number of ODD numbers in the list. If it is odd, then the sum will be odd; if even, so will the sum. Knowing this can help you run a quick validity check when you sum up a list of numbers. (The method works because: a) the sum of two even numbers is even, and b) the sum pf two odd numbers is even, but c) the sum of an even number and an odd number is odd. Hence, if you only determine whether there are any unpaired odd numbers, you know the answer.)