-
Ankitaverma
- Senior | Next Rank: 100 Posts
- Posts: 72
- Joined: Tue Nov 05, 2013 4:35 pm
- Followed by:4 members
two numbers have an even product if and only if at least one of them is even. So if one of the numbers is odd, the other one must be even.
That is why E must be true.
A would be false if both numbers were negative.
B would be false if both numbers were equal to square root of 400.
C would be false if n=16 and k=25. To find these numbers, break 400 into its prime factors. 400=2^4 * 5^2. To make sure that neither n, nor k is a multiple of 10, separate the 2s from the 5s. So n=2^4, k=5^2
D would be false if n and k were both even (eg: 2 and 200).
E must be true because if n is odd, we would have odd * k = even.
Hope that helps,
-Patrick













