- melguy
- Master | Next Rank: 500 Posts
- Posts: 335
- Joined: Mon Mar 21, 2011 11:31 pm
- Location: Australia / India
- Thanked: 37 times
- Followed by:2 members
Hello all
Please help me with an even odd problem.
If a,b,c are integers and ab + c is odd. Which of the following must be true?
1. a+c is odd
2. b+c is odd
3. abc is even
My challenge here is not the problem itself but the timing. I have figured out the problem by drawing a table and and testing with brute force but it took me good 4 - 5 minutes. Is there a smarter way to figure out the problem in under 2 minutes.
Appreciate your help!
Please help me with an even odd problem.
If a,b,c are integers and ab + c is odd. Which of the following must be true?
1. a+c is odd
2. b+c is odd
3. abc is even
My challenge here is not the problem itself but the timing. I have figured out the problem by drawing a table and and testing with brute force but it took me good 4 - 5 minutes. Is there a smarter way to figure out the problem in under 2 minutes.
Appreciate your help!














