3+5+7 = 15 total marbles
3 are red
so she has a 3/15 reduces to 1/5 probability of picking a red one
Answer:
-9
Step-by-step explanation:
You have to plug 8 into the formula for x. f(8) = -2(8)+7 = -16+7 = -9
Answer:
1. 195=6.50·c
2. 30
Step-by-step explanation:
195=6.5·c
Divide both sides by 6.5
30=c
Assuming we need to find i such that
1 ≤ i ≤ n and t[i]=i.
If we need to find only the first occurrence, we can do:
for i:1 to n {
if t[i]=i then return(i)
}
If exhaustive search is required, then put the results (values of i) in an array or a linked list, return the number of values found, and the array (or linked list).
<span>The weights of the fish in a certain lake are normally distributed with a mean of 18 lb and a standard deviation of 12. </span>