I believe if I'm correct the answer is 2a 3b 4c
0 ? f
Sorry I couldn't figure out the one with the question mark.
Answer:
The probability of selecting a black card or a 6 = 7/13
Step-by-step explanation:
In this question we have given two events. When two events can not occur at the same time,it is known as mutually exclusive event.
According to the question we need to find out the probability of black card or 6. So we can write it as:
P(black card or 6):
The probability of selecting a black card = 26/52
The probability of selecting a 6 = 4/52
And the probability of selecting both = 2/52.
So we will apply the formula of compound probability:
P(black card or 6)=P(black card)+P(6)-P(black card and 6)
Now substitute the values:
P(black card or 6)= 26/52+4/52-2/52
P(black card or 6)=26+4-2/52
P(black card or 6)=30-2/52
P(black card or 6)=28/52
P(black card or 6)=7/13.
Hence the probability of selecting a black card or a 6 = 7/13 ....
Answer:
For every 2 boys in class, there is 1 girl in class
Step-by-step explanation:
Answer:
26
Step-by-step explanation:
Convert 40% to a decimal
40% = 0.4
Multiply 0.4 with 65
0.4 • 65 = 26
40% of 65 is 26
Answer:
24
Step-by-step explanation:
f(n) = f(n − 1) + 3
if n = 7 => f(7) = f(7-1) + 3 = f(6) + 3
if n = 6 => f(6) = f(6-1) + 3 = f(5) + 3
if n = 5 => f(5) = f(5-1) + 3 = f(4) + 3
if n = 4 => f(4) = f(4-1) + 3 = f(3) + 3
if n = 3 => f(3) = f(3-1) + 3 = f(2) + 3
if n = 2 => f(2) = f(2-1) + 3 = f(1) + 3
if f(1) = 6 then f(2) = 9
f(3) = 12
f(4) = 15
f(5) = 18
f(6) = 21
f(7) = 24