7. 3 blue, 5 green and 4 red.
Number of ways to select r items from n, nCr = n!/(r! x (n-r)!)
7.1 Number of ways to select 1 green and 2 red = Number of ways to select 1 green from 5 x Number of ways to select 2 red from 4
= 5C1 x 4C2
= 5 x 6
= 30
7.2 Number of ways to have both of them of different colors = Number of ways to select 1 blue and 1 green + Number of ways to select 1 green and 1 red + Number of ways to select 1 blue and 1 red
= 3x5 + 5x4 + 3x4
= 47
Number of ways to have both of them of same color = Number of ways to select both blue + Number of ways to select both green + Number of ways to select both red
= 3C2 + 5C2 + 4C2
= 3 + 10 + 6
= 19
Suppose you have 3 cards: 1. A red card is red on both sides. 2. A blue card is blue on both sides. 3. A mixed card is red on one side and blue on the other. You gather the cards and toss them into a hat. You then select one randomly from the hat and place it on the table. Given that the side facing up is blue, what is the probability that the other side is also a...
Suppose that we have a box containing 3 red balls and 4 blue balls, if two balls are selected randomly from the box in succession without replacing the first, what is the probability that both balls are in the same color ?
1. Consider an urn with 4 blue balls, 6 red balls, and 3 yellow balls. Suppose we draw 4 balls at random. (a) How many elements are in the sample space? (b) What is the probaiblity that we draw 4 red balls? (c) What is the probability that we draw 2 red balls and 2 blue balls? (d) What is the probability that we draw either 3 blue and 1 yellow ball or 1 blue and 3 yellow balls? 2....
Answer Part 1-4
Red 0, 1, 3,3 3, 0, 3,2 Dorothy Top 2, 4,3, A Scarecrow Up reen Tinman Right 0, 2, 3,1 Bottom Lion Down 1, 3, B, 2 1,4, 2, 2 Top Left Tinman 3, C, 1,2 Bottom Red 1, 3,4, 2 Blue Yellow Down Scarecrow D, 3,3,3 Dorothy 1,3,4,2 How many complete strategies does Tinman have? List them. (3 pts) How many complete strategies does Dorothy have? List them. (3 pts) If the game follows the path...
#2
1. Suppose a box contains 4 red marbles and 4 green marbles. If you select 3 marbles with replacement what is the probability of getting all red marbles Answer: Here the and is implied. You need to get and a red on the third Since we are selecting with replacement, the events a red on the first and a red on the second PlRi and R and R) = p(R)、P(R,) , p(Rs) = 8 = (5) 2. Suppose you...
1. Th ree parallel plate capacitors, each being composed of two square plates of 10.0 cm on a side, C1 has an air gap of 1 mm, C2 has the 1 mm separation between the plates filled with a dielectric material K 1.5 and Ca has the 0.5 mm separation filled with a dielectric material K 2. a) (10 points) Calculate the values of the three capacitances C1, C2 and Ca (10 points) if the capacitors are arranged like in...
Answer Part 5-6
Red 0, 1, 3,3 3, 0, 3,2 Dorothy Top 2, 4,3, A Scarecrow Up reen Tinman Right 0, 2, 3,1 Bottom Lion Down 1, 3, B, 2 1,4, 2, 2 Top Left Tinman 3, C, 1,2 Bottom Red 1, 3,4, 2 Blue Yellow Down Scarecrow D, 3,3,3 Dorothy 1,3,4,2 How many complete strategies does Tinman have? List them. (3 pts) How many complete strategies does Dorothy have? List them. (3 pts) If the game follows the path...
NO Question # 3. (3 marks) Consider the power series, f(x) = Žan(x+1)". Suppose we know that f(-4), as a series, diverges, while f(2) converges. Determine the radius of convergence of the power series for f'(). Precisely name the results we learned in Week 3 that you use, and where you are using them.
Problem 3 Suppose that we have a random variable with pdf given by f(1) = exp(-2) - 1 € (0,0) Part A Find the CDF, F(2). Part B Find the inverse cdf, F (2) Part C Write psuedo-code to outline how to generate a random sample from the pdf f(2). Part D Using the software of your choice, generate 10,000 random samples from f(2). Overlay the density of f(:D) and confirm that we have generated random samples from the desired...
Suppose we have a random variable X such that X-1 with probability 1/2 and X =-1 with probability 1/2·We also have another random variable Y such that Y-X with probability 3/4 and YX with probability 1/4. What is the covariance between them, Cov(X, Y)?