Answer:
220.8
Step-by-step explanation:
I believe 220.8
sorry if I am wrong.
Answer:
The height of the tree in feet would be the larger number
Answer:
35%
Step-by-step explanation:
Answer:
A, B, D, F
Step-by-step explanation:
Matrix operations require that the matrix dimensions make sense for the operation being performed.
Matrix multiplication forms the dot product of a row in the left matrix and a column in the right matrix. That can only happen if those vectors have the same dimension. That is the number of columns in the left matrix must equal the number of rows in the right matrix.
Matrix addition or subtraction operates on corresponding terms, so the matrices must have the same dimension.
The transpose operation interchanges rows and columns, so reverses the dimension numbers. It is a defined operation for any size matrix.
<h3>Defined operations</h3>
A. CA ⇒ (4×7) × (7×2) . . . . defined
B. B -A ⇒ (7×2) -(7×2) . . . . defined
C. B -C ⇒ (7×2) -(4×7) . . . undefined
D. AB' ⇒ (7×2) × (2×7) . . . . defined
E. AC ⇒ (7×2) × (4×7) . . . undefined
F. C' ⇒ (7×4) . . . . defined
Answer:
Michael is running for president. The proportion of voters who favor him is 0.3. A simple random sample of 100 voters is taken.
a)
What is the expected value :: n*p = 100*0.8 = 80
standard deviation:: sqrt(n*p*q) = sqrt(80*0.2) = 16
where q is proportion of voters who do not favor Michael. (q=0.2)
and shape of the sampling distribution is binomial distribution which is approximately a bell shaped.
-------------------------
what is the probability that the number of voters in the sample who will not favor Michael will be more than 16
P(X < 16.0) = P((x - 20) / 4.0) < (16.0 - 20) / 4.0) = P(Z < -1.00) = .1587
P(X > 16.0) = 1 - 0.1587 = 0.8413