The answer to the question
I can answer this but I need more terms
Complete question is;
Multiple-choice questions each have 5 possible answers, one of which is correct. Assume that you guess the answers to 5 such questions.
Use the multiplication rule to find the probability that the first four guesses are wrong and the fifth is correct. That is, find P(WWWWC), where C denotes a correct answer and W denotes a wrong answer.
P(WWWWC) =
Answer:
P(WWWWC) = 0.0819
Step-by-step explanation:
We are told that each question has 5 possible answers and only 1 is correct. Thus, the probability of getting the right answer in any question is =
(number of correct choices)/(total number of choices) = 1/5
Meanwhile,since only 1 of the possible answers is correct, then there will be 4 incorrect answers. Thus, the probability of choosing the wrong answer would be;
(number of incorrect choices)/(total number of choices) = 4/5
Now, we want to find the probability of getting the 1st 4 guesses wrong and the 5th one correct. To do this we will simply multiply the probabilities of each individual event by each other.
Thus;
P(WWWWC) = (4/5) × (4/5) × (4/5) × (4/5) × (1/5) = 256/3125 ≈ 0.0819
P(WWWWC) = 0.0819
The correct answer would be
C. All Real Numbers
The conditional statement is
if x < y:
result = x * 5
<h3>How to write the if/else statement as the conditional expression that performs the same option?</h3>
The statement is given as:
result = x < y ? x * 5
The above means that,
the variable result is assigned x * 5 if x < y
So, the conditional statement is
if x < y:
result = x * 5
Read more about conditional statement at
brainly.com/question/11073037
#SPJ4