262,449 views
42 votes
42 votes
there is a stack of cards, each given a different number 1-10, suppose we select a card randomly from the stack, replace it, then randomly select a card. what is the probability that the 1st card is an ODD number and the second card is Less then 5?

User Mozello
by
2.8k points

1 Answer

15 votes
15 votes

Given that:

- A stack of different cards numbered from 1 to 10.

- A card is randomly selected and then replaced. Then another card is randomly selected.

• You need to find the probability that the first card is an odd number.

By definition, Odd Numbers are those numbers that cannot be divided by 2. In this case, these are:


1,3,5,7,9

Knowing that the total number of cars is:


10

You can set up:


P(X=ODD)=(5)/(10)

Then:


P(X=ODD)=(1)/(2)

• You need to find the probability that the second card is less than 5.

Notice that the numbers cards from the stack that are less than 5 are:


1,2,3,4

Therefore, you can set up that:


\begin{gathered} P(X<5)=(4)/(10) \\ \\ P(X<5)=(2)/(5) \end{gathered}

• Now you can set up:


P=(1)/(2)\cdot(2)/(5)

Solving the Multiplication, you get:


\begin{gathered} P=(1\cdot2)/(2\cdot5) \\ \\ P=(2)/(10) \\ \\ P=(1)/(5) \end{gathered}

Hence, the answer is:


P=(1)/(5)

User Vinyuri
by
3.1k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.