Question

In: Math

A string quartet consists of two violinists, a violist, and a cellist. A survey of 100...

A string quartet consists of two violinists, a violist, and a cellist. A survey of 100 string quartets (400 musicians) reported that 98 cellists had no violin experience and 74 violists had violin experience.
1. What is the probability of selecting a musician who plays or had played the violin?
2. Conditional on selecting a non-cellist, what is the probability of selecting someone who neither plays nor played the violin?
3. Suppose you want to study the monetary implications of switching instruments. What is the minimum probability of selecting a quartet in which at least one player has switched? State, make, and use minimal assumptions as needed.

Solutions

Expert Solution

Out of 400 musicians
Violinist = 200
Violist = 100
Cellists = 100

Violin Experience No Violin Experience Total
Violist 74 16 100
Cellist 2 98 100

1) Number of musicians who have play or have played violin       
   = 200 + 74 + 2 = 276     
P(selecting a musician who plays or has played violin)      
   = 276 / 400     
   = 0.69     

P(selecting a musician who plays or has played violin)   = 0.69


2) Number of non-cellists = 400 - 100 = 300      
Number of non-cellists who neither play nor played the violin = 16      
P(selecting someone who neither plays nor played the violin | he is a non-cellist)       
   = 16/300     
   = 0.0533     
P(selecting someone who neither plays nor played the violin | he is a non-cellist) = 0.0533

3) For selecting a quarted, we have to select 2 violinist, 1 violist and 1 cellist.      
Assuming a player can switch to being a violinist if he has violin experience,      
we have (74+2 = 76) people who can switch to being a violinist.      
Also, assumption is that no person other than the player stated in the above assumption      
can switch      
P(selecting a quartet in which at least one player has switched)      
= 1 - P(selecting a quartet in which no player has switched)      
4 persons can be selected from 400 in 400C4 = 1050739900 ways      
2 violinists (who have not switched) can be selected in 200C2 = 19900      
1 cellist who cannot switch can be selected in 98C1 = 98 ways      
1 violist who cannot switch can be selected in 16C1 = 16 ways      
       
P(selecting a quartet in which no player has switched) =       
       
             = 0.0297  
P(selecting a quartet in which at least one player has switched) = 1 - 0.0297      
       = 0.9703
P(selecting a quartet in which at least one player has switched) = 0.9703      


Related Solutions

An optical system consists of two thin lenses: +100. mm and -20.0 mm. They are separated...
An optical system consists of two thin lenses: +100. mm and -20.0 mm. They are separated by a distance of 50.0 mm. An object is placed 50.0 mm in front of the +100. mm lens. Determine: a.   the final image location, and b.   transverse magnification. c.   Is the final image real or virtual? Why?
Create a class tuck shop with following data members: String Owner String Food_Items[100] Double Price [100]...
Create a class tuck shop with following data members: String Owner String Food_Items[100] Double Price [100] Int Quantity [100]                Note: All arrays are open ended. It is not necessary that they are completely filled. All three arrays will work in synchronization with each other i-e the item at index 0 will have its price in Price array at index 0 and quantity at index 0 of Quantity array. Methods: Two Constructors (default, four-argument) set for Owner , get for...
A pendulum consists of a ball of mass 3.0 kg on a string of length 4.0...
A pendulum consists of a ball of mass 3.0 kg on a string of length 4.0 m. The ball is pulled back untilits center has risen to a height of 0.80 m. The ball is released such that it strikes a 1.0 kg block at thebottom of its swing. The block comes to a rest after traveling 2.0 m across a surface withμk= 0.15.What is the speed of the ball right after the collision? Is the collision elastic?
A pendulum consists of a stone with mass m swinging on a string of length L...
A pendulum consists of a stone with mass m swinging on a string of length L and negligible mass. The stone has a speed of v0 when it passes its lowest point. (a) Write an expression for the speed of the stone when the string is at some angle theta with the vertical. (b) What is the greatest angle with the vertical that the string will reach during the stone's motion? (c) If the potential energy of the pendulum-Earth system...
In a survey of a sample of 200 guests (100 male and 100 female) on a...
In a survey of a sample of 200 guests (100 male and 100 female) on a major cruise line A, it was found that 45 male guests and 55 female quests were satisfied. However, the cruise line advertised that 65% of its guests (overall) were satisfied. Undertake a hypothesis test at a 5% significance level to examine if the claim made by the cruise line can be supported with the data. From the results of the survey in part b,...
A typical California license plate consists of a 7-character string as in the image below. The...
A typical California license plate consists of a 7-character string as in the image below. The string startswith a number, is then followed by three letters from the alphabet, and then followed by three more numbers.Count the number of possible different license plates that can be formed in this fashion. How many different license plates have the same exact letter permutations (e.g. ‘7XHL245’ and ‘3XHL901’ have the same letters,? How many different license plates are there that contain a vowel...
A pendulum consists of a 3.0 kg stone swinging on a 4.4 m string of negligible...
A pendulum consists of a 3.0 kg stone swinging on a 4.4 m string of negligible mass. The stone has a speed of 8.1 m/s when it passes its lowest point. (a) What is the speed when the string is at 58 ˚ to the vertical? (b) What is the greatest angle with the vertical that the string will reach during the stone's motion? (c) If the potential energy of the pendulum-Earth system is taken to be zero at the...
C# - count =0; - Create a 2d array "items". string[,] items = new string[100, 4];...
C# - count =0; - Create a 2d array "items". string[,] items = new string[100, 4]; - Create a do while loop, when the user enters "0", stop the loop. - Users enter the item name, price, quantity, save this info and subtotal to array. - increase "count++" -convert price(decimal, Convert.ToDecimal() ) and quantity(int) to do multiplication for subtotal - create a for loop (with count ) to cycle through the "items", display item name, price, quantity, and subtotal. accumulate...
A survey of 100 men and 100 women revealed that 15 of the men and 36...
A survey of 100 men and 100 women revealed that 15 of the men and 36 of the women were more than 20% overweight. Prepare a contingency table and test the hypothesis that the two gender groups are homogeneous with respect to being overweight. Please assume an α=.05
Create an IceCreamConeException class whose constructor recetves a String that consists of an ice creams cone’s...
Create an IceCreamConeException class whose constructor recetves a String that consists of an ice creams cone’s flavour and the number of scoops Create an IceCreamCone class with two fields - flavor and scoops The IceCreamCone constructor calls two data entry methods — getFlavor() and getScoops() The getScoops() method throws an IceCreamConeException when the scoop quantity exceeds 3 Write a program that establish three TceCreamCone objects and handles the Exception
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT