For two complex numbers

and

, the product is

That is, you multiply the moduli and add the arguments. You have

and

, so the product is
The answer would be A. 344000 and H=6 :)
In addition to mean and sample size you will need the individual scores.
The formula for standard deviation is:
S^2 = E(X-M)^2/N-1
Here's an example:
Data set: 4,4,3,1
Mean: 3
Sample size: 4
First, put the individual scores one after the other and subtract the mean from it.
4 - 3 = 1
4 - 3 = 1
3 - 3 = 0
1 - 3 = -2
Second, square the answers you got from step 1.
1^2 = 1
1^2 = 1
0^2 = 0
-2^2 = 4
Third, plug the values from step 2 into the formula.
S^2 = (1+1+0+4)/(4-1) = 6/3 = 2
Standard deviation = 2
Let Peter's hit be x and Alice's runs be y.
x = 2(y - 6) . . . (1)
x + y = 18 . . . (2)
Putting (1) into (2) gives,
2y - 12 + y = 18
3y = 18 + 12 = 30
y = 30/3 = 10
x = 2(10 - 6) = 2(4) = 8
Therefore, Peter hit 8 home runs and Alice hit 10 home runs.
Answer:
2
(
n
+
2
)
(
n
+
1
2
)
Step-by-step explanation:
coefficient of the first term:
2
=
2
×
1
coefficient of the last term:
2
=
2
×
1
coefficient of the middle term (using only the factors above):
5
=
2
×
2
+
1
×
1
2
n
2
+
5
n
+
2
=
(
2
n
+
1
)
(
n
+
2
)
Alternative method:
Treat the given expression as a quadratic set equal to zero, with the form
a
n
2
+
b
n
+
c
and use the quadratic formula
−
b
±
√
b
2
−
4
a
c
2
a
This will given solutions
n
=
−
2 and n
=
−
1
2
for a factoring
2
(
n
+
2
)
(
n
+
1
2
)
Hope this helped