Math Problem Statement

Một cầu thủ sút bóng vào cầu môn hai lần độc lập nhau. Biết rằng xác suất sút trúng vào cầu môn của cầu thủ đó là 0,7. Xác suất sao cho cầu thủ đó sút một lần trượt và một lần trúng cầu môn là:

Solution

The question involves calculating the probability that a soccer player scores a goal once and misses once, in two independent attempts, given the probability of scoring in one attempt is 0.70.7.

Solution:

  1. Let the probability of scoring in one attempt be P(score)=0.7P(\text{score}) = 0.7. Then, the probability of missing is P(miss)=10.7=0.3P(\text{miss}) = 1 - 0.7 = 0.3.

  2. The player needs to score once and miss once. This can happen in two ways:

    • The player scores first, then misses.
    • The player misses first, then scores.
  3. Using the rule for independent events, the probability of each sequence is: P(score then miss)=P(score)×P(miss)=0.7×0.3=0.21P(\text{score then miss}) = P(\text{score}) \times P(\text{miss}) = 0.7 \times 0.3 = 0.21 P(miss then score)=P(miss)×P(score)=0.3×0.7=0.21P(\text{miss then score}) = P(\text{miss}) \times P(\text{score}) = 0.3 \times 0.7 = 0.21

  4. Add the probabilities for the two cases: P(one score and one miss)=0.21+0.21=0.42P(\text{one score and one miss}) = 0.21 + 0.21 = 0.42

Answer:

The probability that the player scores one goal and misses one goal is 0.42\mathbf{0.42}. The correct option is B.


Would you like a more detailed explanation or further clarification?

Here are 5 related questions to expand your understanding:

  1. How would the result change if the probability of scoring was 0.50.5?
  2. What is the probability of scoring both attempts instead of just one?
  3. How can this problem be generalized for nn independent attempts?
  4. What is the total probability of missing at least one goal out of two attempts?
  5. How does independence of events influence the calculation?

Tip: When events are independent, their joint probability is the product of their individual probabilities.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Probability
Independent Events

Formulas

P(A ∩ B) = P(A) × P(B) for independent events
P(miss) = 1 - P(score)

Theorems

Multiplication Rule for Independent Events

Suitable Grade Level

Grades 9-11