Answer: 3/4
Explanation: Find a common denominator (bottom number) for both fractions. 4. Multiply the 1 and 2 in 1/2 to get 2/4. Then just add the numerators (top number). This gives you 3/4.
I noticed you also said show me how to multiply. For fractions, you just mutiply the numeration and denominator apart.
1 x 1 1
- - = -
2x 4 8
The answer I would say would be B.
hello :
the circumference of a semicircle : 2πr/2 =πr
p/2 = <span>πr =3.14(6) =18.8 cm
</span>
The predictive value of a positive test is is 0.43.
------------------
This question is solved using the concepts of sensitivity and specificity.
- Sensitivity: It is the true negative rate, that is, the proportion of people without the disease that test negative.
- Specificity: It is the true positive rate, that is, the proportion of people with the disease that test positive.
------------------
- Sensitivity of 60% means that of the 100 - 10 = 90% of people without the disease, 60% test negative and 100 - 60 = 40% test positive.
- Specificity of 70% means that of the 10% with the disease, 70% test positive.
------------------
The predictive value of a positive test is:
Probability of a positive test, which is 40% of 90% plus 70% of 10%, so:

The predictive value of a positive test is is 0.43.
A similar question is given at brainly.com/question/22373775
Answer:
41
Step-by-step explanation:
Matrix Multiplication follows a row-column format. In order to compute this, you must be familiar with vector dot products.
With that in mind, lets get straight into it.
The order that matrix multiplication follows means that the terms in the result are filled in left to right, then top to bottom.
Therefore, a21 will be the 3 value that is computed. This is important becuase this allows to directly compute a21, instead of using up a lot of time computing all the values before.
As a21 is located in the bottom row 1st column, we take the dot product of the 2nd row in matrix 1 and the 1 column in matrix two.
So we have:
(7 2) dot (5 3) = 7*5 + 2*3 = 41