Question
find all two-digit odd number, the sum of whose is 9
Answers
Steve
surely you can list all pairs of digits whose sum is 9.
Then just make sure that the 2nd digit is odd, and you're done. Note that the first digit must be even, if the sum is odd.
The first in your list will be
27
and you can surely list the others.
Then just make sure that the 2nd digit is odd, and you're done. Note that the first digit must be even, if the sum is odd.
The first in your list will be
27
and you can surely list the others.