Easy
82% correct
82 out of 100 correct
82/100 of ttoal correct
total=50
82/100 times 50=
41/50 times 50=41 correct
ratio is 41:50
B is answer
Answer:
If all you care about is whether you roll 2 or not, you get a Binomial distribution with an individual success probability 1/6. The probability of rolling 2 at least two times, is the same as the probability of not rolling 2 at zero or one time.
the answer is, 1 - bin(k=0, n=4, r=1/6) - bin(k=1, n=4, r=1/6). This evaluates to about 13%, just like your result (you just computed all three outcomes satisfying the proposition rather than the two that didn’t).
Step-by-step explanation:
Answer:
-4/7, -1/19, 7/4
Step-by-step explanation:
The fractions converted into decimals would be -0.05, 1.75, -0.57
Answer:
b should be the correct one
thank you
Y = ax + b;
0.89 = a * 2 + b and 2.09 = a * 5 + b =>
=> 2.09 - 0.89 = a * 5 + a * 2 + b - b => 1.20 = 3 * a => a = 1.20 / 3 => a = 0.40;
b = 0.89 - 0.40 * 2 => b = 0.89 - 0.80 => b = 0.09;
y = 0.40x + 0.09 => 0.40x - y + 0.09 = 0 is the linear equation.