Answer:
The probability the man was hit by a Blue Cab taxi is 41%.
Step-by-step explanation:
In terms of bayesian probability, we have to calculate P(B|Wr), or, given the witness saw the right colour, the taxi is from the Blue Cab company.
According to Bayes
P(B|Wr) = P(Wr|B)*P(B)/P(Wr)
P(Wr|B) = 0,8
P(B) = 0.15
To calculate P(Wr), or the probability of the witness of guessing right, we have to consider the two possibilities:
1) The taxi is from Blue Cab (B) and the witness is right (Wr).
2) The taxi is from Green Cab (G) and the witness is wrong (Ww).
The total probality of guessing right is
P(B)*P(Wr) + P(G)*P(Ww) = 0.15*0.8 + 0.85*0.2 = 0.29
So we can calculate:
P(B|Wr) = P(Wr|B)*P(B)/P(Wr) = 0.8*0.15/0.29 = 0.41
The probability the man was hit by a Blue Cab taxi is 41%.
9514 1404 393
Answer:
true
Step-by-step explanation:
Using the order of operations to evaluate the expressions, we have ...
8 + 5(8) ≥ 9(5)
8 +40 ≥ 45
48 ≥ 45 . . . . . true
Ok so I'll demonstrate in programming language python.
import math
def circle():
r = float(input("Enter r: "))
a = math.pi * r ** 2
print("Area of circle with r = {0} is {1
}cm2".format(str(r), str(a))
circle()
Y = 3x + b
Now plug in points
-7 = 3(-1) + b
-7 = -3 + b
b = -4
The y intercept is -4