<h3>
Answer: -i</h3>
========================================================
Explanation:
i = sqrt(-1)
Lets list out the first few powers of i
- i^0 = 1
- i^1 = i
- i^2 = -1
- i^3 = i*i^2 = i*(-1) = -i
- i^4 = (i^2)^2 = (-1)^2 = 1
By the time we reach the fourth power, we repeat the cycle over again (since i^0 is also equal to 1). The cycle is of length 4, which means we'll divide the exponent over 4 to find the remainder. Ignore the quotient. That remainder will determine if we go for i^0, i^1, i^2 or i^3.
For example, i^5 = i^1 because 5/4 leads to a remainder 1.
Another example: i^6 = i^2 since 6/4 = 1 remainder 2
Again, we only care about the remainder to find out which bin we land on.
-------------
Turning to the question your teacher gave you, we have,
739/4 = 184 remainder 3
So i^739 = i^3 = -i
<h3>
-i is the final answer</h3>
--------------
Side notes:
- if i^a = i^b, then a-b is a multiple of 4
- Recall that the divisibility by 4 trick involves looking at the last two digits of the number. So i^739 is identical to i^39.
Answer:
f=22 degrees, g=89 degrees
step by step explaination:
When two lines are parallel to one another, and a line is drawn between them, any angle labeled will be equal to the angle on the opposite side of the middle line. This would make f=h, g=d, and even the angle 69 equal to angle e.
The points are; (7/2, -1/2).
<h3>What is the given point?</h3>
Now the tangent line is given as;20x 4y = 1. When we rewrite it in the slope intercept form, we have the equation as; y = 1 - 20x/4 or y = 1/4 - 5x.
Then to obtain the slope of the curve we have; y = 19 - 2x
dy/dx = 2
Using the relation;
m1m2 = -1
m2 = -1/2
Hence;
y = 1/4 - 5(-1/2)
y = 1/4 + 5/2
y = 7/2
Thus the points are; (7/2, -1/2)
Learn more about normal curve:brainly.com/question/10664419
#SPJ4