Can you show us the actual entire problem, ideally as an image? This doesn't make sense to me.I need to proof that 6 in NOT divisible by 2^n using math induction. I'm not sure how to prove something is NOT divisible
The actual entire problem is MU puzzle, you can find it on internet (you can also find solution, but I didn't know that hahaah).Can you show us the actual entire problem, ideally as an image? This doesn't make sense to me.
Assuming it means "6 is not divisible by 2^n for any positive integer n>1", you don't need induction. For n>2, 2^n>6 so 6 is obviously not divisible by 2^n.