prove that every positive integer different from 1 can be expressed as a product of a non negative power of 2 and an odd number.
atharv33:
hii
Answers
Answered by
8
case 1
if the given number is a factor of 2 then
case 2
if given no is not a factor of 2 I.e. it is odd no then
hence proved
if the given number is a factor of 2 then
case 2
if given no is not a factor of 2 I.e. it is odd no then
hence proved
Answered by
4
Answer:
If we now write n as k. 2^m, then k has to be an odd integer because if k is even, then at least one power of 2 will divide k and so 2^(m+1) will divide n contradicting our choice of m as the highest power of 2 dividing n. Thus n can be uniquely written as a non-negative power of 2 multiplied by an odd integer.
Similar questions