Please help with all 4 Integrated Math Standard 23 answer as
Please help with all 4.
Solution
1)
i6 = i2 * i2 * i2 // i2 = -1 // i4 = 1 // i3 = -i
i6 = -1 * -1 * -1
i6 = -1
.
2)
i16 = i4 * i4 * i4 * i4
i16=1 * 1 * 1 * 1
i16 = 1
.
3)
i11 = i4 * i4 * i3
i11 = 1 * 1 * (-i)
i11 = -i
4)
i29 = i4 *i4 * i4 * i4 * i4 *i4 * i4 * i
i29 = 1*1*1*1*1*1*1 * i
i29 = i
