Using the hypergeometric distribution, it is found that there is a 0.4953 = 49.53% probability that he will choose exactly 1 dime or exactly 1 quarter.
------------------
The coins are chosen without replacement, which means that the hypergeometric distribution is used to solve this question.
Hypergeometric distribution:
[tex]P(X = x) = h(x,N,n,k) = \frac{C_{k,x}C_{N-k,n-x}}{C_{N,n}}[/tex]
[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]
The parameters are:
In this problem:
Then:
[tex]P(X = x) = h(x,N,n,k) = \frac{C_{k,x}C_{N-k,n-x}}{C_{N,n}}[/tex]
[tex]P(X = 1) = h(1,10,4,6) = \frac{C_{6,1}C_{4,3}}{C_{10,4}} = 0.1143[/tex]
[tex]P(X = 3) = h(3,10,4,6) = \frac{C_{6,3}C_{4,1}}{C_{10,4}} = 0.381[/tex]
[tex]p = P(X = 1) + P(X = 3) = 0.1143 + 0.381 = 0.4953[/tex]
0.4953 = 49.53% probability that he will choose exactly 1 dime or exactly 1 quarter.
A similar problem is given at https://brainly.com/question/4818951