9514 1404 393
Answer:
25 +0i
Step-by-step explanation:
The conjugate of a complex number is that number with the sign of the imaginary part reversed.
For z = -3+4i, its conjugate z* is -3-4i. The product of z and z* is ...
(-3 +4i)(-3 -4i) = -3(-3 -4i) +4i(-3 -4i)
= 9 +12i -12i -16i² = 9 +16 = 25
The real part of the product is 25; the imaginary part is 0.
(-3 +4i)(-3 -4i) = 25 +0i
_____
You may have noticed that (z)(z*) = |z|², the sum of the squares of the real and imaginary parts. It is always a non-negative real number.
Answer:
6 minutes
Step-by-step explanation:
2 degrees per minute
so you need 12 degrees so 12/2 = 6 degrees
Answer:
71 remainder 80
Step-by-step explanation:

First, I would subtract 150 from 870. You get 720. Then I would divide that equally among the four artists. 720/4=180. So each person's share is $180.
These array of numbers shown above are called matrices. These are rectangular arrays of number that are arranged in columns and rows. It is mostly useful in solving a system of linear equations. For example, you have these equations
x+3y=5
2x+y=1
x+y=10
In matrix form that would be
![\left[\begin{array}{ccc}1&3&5\\2&1&1\\1&1&10\end{array}\right]](https://tex.z-dn.net/?f=%20%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D1%263%265%5C%5C2%261%261%5C%5C1%261%2610%5Cend%7Barray%7D%5Cright%5D%20)
where the first column are the coefficients of x, the second column the coefficients of y and the third column is the constants, When you multiple matrices, just multiply the same number on the same column number and the same row number. For this problem, the solution is