When we are to divide the line segment such that the ratio is 1:2, there are actually 3 parts of the segment. First, we determine the distance between the coordinates and divide the distance by 3. Then, we add the quotient to the x-coordinate.
x-coordinate: (2 - 9) / 3 = -7/3
y-coordinate: (6 - 3 ) / 3 = 1
Adding them to the coordinates of a,
x - coordinate: (9 - 7/3) = 20/3
y - coordinate: (3 + 1) = 4
Thus, the coordinates are (20/3, 4).
Answer:
Assuming you mean a rectangular prism, cube, or triangular prism,the volume would be 384.
Step-by-step explanation:
Well volume for those two shapes could be b*h
SO base times height is always gonna give you volume for most shapes
Answer:
0
Step-by-step explanation:
-6x+4=-6x+4
0x=0
X=0
Answer:
w > -2
Step-by-step explanation:
9 + w > 7
Subtract 9 from both sides to end up with w alone on the left side.
w > -2
Answer: Mathematically Bayes’ theorem is defined as
P(A\B)=P(B\A) ×P(A)
P(B)
Bayes theorem is defined as where A and B are events, P(A|B) is the conditional probability that event A occurs given that event B has already occurred (P(B|A) has the same meaning but with the roles of A and B reversed) and P(A) and P(B) are the marginal probabilities of event A and event B occurring respectively.
Step-by-step explanation: for example, picking a card from a pack of traditional playing cards. There are 52 cards in the pack, 26 of them are red and 26 are black. What is the probability of the card being a 4 given that we know the card is red?
To convert this into the math symbols that we see above we can say that event A is the event that the card picked is a 4 and event B is the card being red. Hence, P(A|B) in the equation above is P(4|red) in our example, and this is what we want to calculate. We previously worked out that this probability is equal to 1/13 (there 26 red cards and 2 of those are 4's) but let’s calculate this using Bayes’ theorem.
We need to find the probabilities for the terms on the right-hand side. They are:
P(B|A) = P(red|4) = 1/2
P(A) = P(4) = 4/52 = 1/13
P(B) = P(red) = 1/2
When we substitute these numbers into the equation for Bayes’ theorem above we get 1/13, which is the answer that we were expecting.