1.) An octave contains twelve different musical notes (in Western music). How many different eight note melodies can be constructed from these twelve notes if:

(a) no note can be used more than once?
(b) any note can be used as often as you please?
=============================
Ans for a) a permutation
12P8 =19,958,400
b) a combination
12C8= 495
Is this correct?
==================================

====================================

3. The chance that Ariel sees the movie Norbit is 45%. The chance that Brandon sees the movie is 50%. The chance that Ariel and Brandon both see the movie is 30%.
(a) If Brandon sees the movie, what is the chance that Ariel also sees it?
=======================================

Answer: P(A&B)=(.45)(.50)= 22.5%

=======================================

=======================================

4. In a certain election, the incumbent Republican will run against the Democratic nominee. There are three Democratic candidates, D1, D2 and D3, whose chances of gaining the Democratic nomination are .50, .35 and .15, respectively. Here are the chances that the Republican will win against each of these possible Democratic nominees:
vs. D1: 0.60 vs. D2: 0.50 vs. D3: 0.40
(a) Name (but do not give) the probability formula that is needed to find the chance that the Republican will win the election.
(b) Find the probability that the Republican will win the election.

=====================================

not sure how to do this one.

=====================================

=====================================

5. Widgets are produced at a certain factory by each of three machines A, B and C. These machines produce 1000, 600 and 400 widgets per day, respectively. The probability that a given widget is defective is 4% for one produced by Machine A, 3% if produced by Machine B, and 2% if produced by Machine C. Suppose that the Widget Inspector selects a widget at random from the factory's widget inventory.
(a) What is the probability that the widget is defective?
(b) If the widget is defective, what is the chance that it came from Machine A?

======================================

Answer: a) 4+3+2=9%
b) P(A&B)= 9% * (1000/2000)
= 4.5%

======================================

=======================================

6. A fair coin is flipped three times. You win $5 every time the outcome is heads. Let the random variable X represent the total number of dollars you win.
(a) List the sample space.
(b) Determine the probability function of X.

======================================

Answer: a) 2^3= 8 possibilities
b) (.5+.5+.5)/15= 1/10

======================================

======================================
7. Suppose that there are nine adjacent parking spaces in one row of a parking lot. Nine cars are to be parked by an attendant. Three are SUV’s, three are compacts, and three are expensive sports cars. Assuming that the attendant parks the cars randomly, find the chance that the three expensive sports cars are parked next to one another.

======================================

Answer: not sure how to do this one.

======================================

For question 4:

(a) The probability formula needed to find the chance that the Republican will win the election is called the Law of Total Probability.

(b) To find the probability that the Republican will win the election, we need to consider all possible outcomes where the Republican wins against each Democratic nominee and calculate the probability for each outcome. Then we can use the Law of Total Probability to find the overall probability.

The probability that the Republican wins against D1 is 0.60, against D2 is 0.50, and against D3 is 0.40. The chances of each Democratic nominee gaining the Democratic nomination are 0.50, 0.35, and 0.15 respectively.

Using the Law of Total Probability, the probability that the Republican will win the election can be calculated as:

P(Republican wins) = P(Republican wins against D1) * P(D1) + P(Republican wins against D2) * P(D2) + P(Republican wins against D3) * P(D3)

P(Republican wins) = (0.60 * 0.50) + (0.50 * 0.35) + (0.40 * 0.15)

Calculating this expression will give you the probability that the Republican will win the election.