Sign In
If n is an even integer, how can we express the odd integer that comes right after?
See solution
Inductive reasoning uses specific examples to find patterns in order to form a conjecture. Let's try and add three odd numbers a few times and see what happens:
First trial:& 1+1+3 =5
Second trial:& 3+5+7 =15
Third trial:& 5+7+9 =21
Fourth trial:& 7+9+11=27
Commutative Property of Addition
Add terms
Factor out 2
Since 2(x+y+z+1) has a factor of 2, it is an even number. Any even number plus 1 is an odd number. VOILA!