InterviewSolution
Saved Bookmarks
| 1. |
What are the two odd that's when you add you get odd |
|
Answer» AnswerAn odd NUMBER can be LOOKED at as an EVEN number with ONE added to it - e.g. 5 is 4+1. Therefore, if you add two odd numbers together, what you're really doing is adding an even number to ANOTHER even number, then adding 1 + 1, which is 2, and therefore even. |
|