Number | Statement | Reason |
---|---|---|
1. | 3^(n-1)+3^(n-1)+3^(n-1) | NA |
2. | 3 * [3^(n-1)] | Combine like terms |
3. | 3^1 * [3^(n-1)] | Rewriting the first '3' as '3^1' |
4. | 3^[1+(n-1)] | Using the rule x^y*x^z = x^(y+z) |
5. | 3^(1-1+n) | Associative and commutative properties of addition |
6. | 3^(0+n) | Combine like terms |
7. | 3^n | Use the rule 0+x = x |