Answer: No.
Step-by-step explanation:
I guess that here we have the statement:
If the sum of two numbers is odd----> can their quotient be an odd number?
first, for n an integer number, we have that:
an odd number can be written as 2n + 1
an even number can be written as 2n.
The sum of two numbers is only odd if one of them is odd and the other even.
Then we have a number that is 2n and other that is 2k + 1, for n and k integer numbers.
Now, let's see if the quotient can also be an odd number.
One way to think this is:
There is an odd number such that when we multiply it by another odd number, the result is an even number?
no, and i can prove it as:
let 2k + 1 be an odd number, and 2j + 1 other.
the product is:
(2k + 1)*(2j + 1) = 2*(2*k*j + k + j) + 1
and as k and j are integers, also does 2*k*j + k + j, so:
2*(2*k*j + k + j) + 1 is an odd number.
This says that the product of two odd numbers is always odd, then we never can have that the quotient between an even number and an odd number is odd.