Answer: X = y - yi - 7i
Y = (x + 7i)/(1 - i)
Step-by-step explanation: for the case of (X) you only need to pass the 7i to the other side with the subtraction sign (-7i), then we get this equation:
x + 7i = y − yi
X = y - yi - 7i
in the case of the (Y), first we select the common multiple.
y - yi = y(1 - i)
if we replace it in the original expression, we get the following equation:
x + 7i = y(1 - i)
after that you can pass the value (1 - i) to the other side dividing,
Y = (x + 7i)/(1 - i)
Answer:
Options?
Step-by-step explanation:
Answer:
-6z
Step-by-step explanation:
(3z)2=6z
Add the negative
-6z
9514 1404 393
Answer:
18
Step-by-step explanation:
90 = 18·5
126 = 18·7
180 = 18·10
990 = 18·55
The greatest common factor of these numbers is 18.
__
<em>Comment on the GCF</em>
It can be useful to know Euclid's algorithm for finding the GCF:
- Determine the remainder from dividing the larger number by the smaller.
- If the remainder is zero, the smaller number is the GCF. If the remainder is non-zero, use it to replace the larger number and repeat from step 1.
For example, 126 mod 90 = 36; 90 mod 36 = 18; 36 mod 18 = 0, so 18 is the GCF of 126 and 90. (The modulo function 'mod' returns the remainder from division.)