Answer:
You don't really need to do it, but it helps you keep things more organized and easier to follow. Imagine if you're doing some multi-variable equation,
2a + 5b + 4d + 3c + b + a + 2d
that looks like a mess, it'll be easier to look at if you put all the similar variables next to each others like this:
a + 2a + b + 5b + 3c + 2d + 4d
(a + 2a) + (b + 5b) + 3c + (2d + 4d)
now you can add them up much easier.
Answer:
See below
Step-by-step explanation:
The starting point of 0 has a value of 3. The common difference of 2 is added at each step increse in n.
n f(n)
0 3
1 5
2 7
3 9
4 11
The can be modeled by the equation y = 2x+3
Answer:
60%
Step-by-step explanation:
If there's 9 people wearing pink out of 15 then your answers 60%
This is all about proportions. You can make this into fractions:
3/5 = 12/x
A good way to handle this, is to make one of those numbers the same. If you do (3/5) * 4, you would get 12/20 (because 4 * 3 = 12 and 4 * 5 = 20)
So then you have this:
12/20 = 12/x
It's basically a fill in the blank from there. x= 20
Elena's team played 20 games
Answer:
The probability that a randomly selected person gets incorrect result is 2.2 × 10⁻⁴
Step-by-step explanation:
The parameters given are;
The accuracy of the test for a person who has the respiratory synctial virus = 97%
The accuracy of the test for a person who does not have the respiratory synctial virus = 99%
We have;
a = TP =
b = FP
c = FN
d = TN
a/(a + c) = 0.97
d/(d + b) = 0.99
a/(a + b) = 0.97*0.0055/(0.97*0.0055 + (1 - 0.99)*(1-0.0055))
PPV = 0.349 = 34.9%
Therefore, we have;
a/(a + c) = 0.97 and
a/(a + b) = 0.349
0.97(a + c) =0.349(a + b)
(0.97 - 0.349)a = 0.349·b - 0.97·c
a = (0.349·b - 0.97·c)0.621
b × (1 - 0.0055) = (1 - 0.97)×(1 - 0.0055)
b = 1 - 0.97 = 0.03
Similarly,
c = 1 - 0.99 = 0.01
The proportion of the population that have false positive and false negative = 0.03 + 0.01 = 0.04 = 4%
The probability that a randomly selected person gets incorrect result = 0.04×0.0055 = 0.00022.