Answer:
yes, your right
Step-by-step explanation:
Answer:
26+a
Step-by-step explanation:
(12+a)+14
(12+14)+a
26+a
Answer:
b. (10,10,0)
Step-by-step explanation:
r+v can be evaluated if the vectors/matrices have the same dimensions.
These do. They are both 1 by 3 vectors.
Just add first to first in each.
Just add second to second in each.
Just add third to third in each.
Example:
(5,-5,6)+(1,2,3)
=(5+1,-5+2,6+3)
=(6,-3,9)
Done!
In general, (a,b,c)+(r,s,t)=(a+r,b+s,c+t).
r+v
=(7,3,9)+(3,7,-9)
=(7+3,3+7,9+-9)
=(10,10,0)
Done!
Correct question:
An urn contains 3 red and 7 black balls. Players A and B withdraw balls from the urn consecutively until a red ball is selected. Find the probability that A selects the red ball. (A draws the first ball, then B, and so on. There is no replacement of the balls drawn).
Answer:
The probability that A selects the red ball is 58.33 %
Step-by-step explanation:
A selects the red ball if the first red ball is drawn 1st, 3rd, 5th or 7th
1st selection: 9C2
3rd selection: 7C2
5th selection: 5C2
7th selection: 3C2
9C2 = (9!) / (7!2!) = 36
7C2 = (7!) / (5!2!) = 21
5C2 = (5!) / (3!2!) = 10
3C2 = (3!) / (2!) = 3
sum of all the possible events = 36 + 21 + 10 + 3 = 70
Total possible outcome of selecting the red ball = 10C3
10C3 = (10!) / (7!3!)
= 120
The probability that A selects the red ball is sum of all the possible events divided by the total possible outcome.
P( A selects the red ball) = 70 / 120
= 0.5833
= 58.33 %
20 apples / 5 apple pies = 4
4 * 2 pounds = 8 pounds
Hope this helps!