Answer:
it must also have the root : - 6i
Step-by-step explanation:
If a polynomial is expressed with real coefficients (which must be the case if it is a function f(x) in the Real coordinate system), then if it has a complex root "a+bi", it must also have for root the conjugate of that complex root.
This is because in order to render a polynomial with Real coefficients, the binomial factor (x - (a+bi)) originated using the complex root would be able to eliminate the imaginary unit, only when multiplied by the binomial factor generated by its conjugate: (x - (a-bi)). This is shown below:
where the imaginary unit has disappeared, making the expression real.
So in our case, a+bi is -6i (real part a=0, and imaginary part b=-6)
Then, the conjugate of this root would be: +6i, giving us the other complex root that also may be present in the real polynomial we are dealing with.
Weight on Mars for a 90lb person: 34.05lbs
Weight on Mars : Weight On Earth/91.8m/s^2 • 3.711m/s
Earths Force : 91.8m/s^2
Mars Gravitational Force : 3.711m/s
So an object or person on Mars would weigh 37.83% its weight on earth. Therefore, a person would be much lighter on mars. A person is about 62.17% heavier on earth than on Mars.
Answer: A. $1189.97
Step-by-step explanation:
Answer:
A
Step-by-step explanation:
Tiffany should have multiplied by 0.5 in step 1, not divided.
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.)