Can I know the procedure to find the odd number from the following 24 27 31 33 36......?
In order to find whether the given number is odd, divide the given number by 2 (the remainder will either be 0 or 1) and check for the remainder. If the remainder is 1 the given number is odd and if the remainder is 0 the given number is even.
Consider a given number 24
Now divide 24 by 2,
, so, the quotient is 12 and the remainder is 0. Hence, we can say it is even.
For 27,
, so, the quotient is 13 and the remainder is 1. Hence, we can say it is odd.
Similarly,31 is odd, 33 is odd, 36 is even
Couldn't generate an explanation.
Generated by AI. May contain inaccuracies — always verify with your textbook.