Calculating Binomial Probability for Car Color Preferences

tzx9633

Homework Statement



Car colour preferences changes over year . In this year , suppose that 10% of the car are randomly selected , let the sample of cars are 20 . Find the probabilities between thre and five cars ( inclusive ) are black ...

I am aksed to do this question using binomial .

Homework Equations

The Attempt at a Solution


I treated it as P ( 3 < x ≤ 5 ) , am i right ?
so , P( x = 4) + P ( x = 5)
=
(20c4) ((0.1)^4) ( 0.9^16) + (20c5) ((0.1)^5) ( 0.9^15) = 0.1217 ,

However , the ans given is = 0.312 , which part of my working is wrong ?
 
Physics news on Phys.org
tzx9633 said:
I treated it as P ( 3 < x ≤ 5 ) , am i right ?
so , P( x = 4) + P ( x = 5)
=
(20c4) ((0.1)^4) ( 0.9^16) + (20c5) ((0.1)^5) ( 0.9^15) = 0.1217 ,

It is supposed to be P( 3 ≤ x ≤ 5 ). For some reason you treated the '5' correct but not the '3'.

So it will be P( x = 3) + P (x = 4) + P ( x = 5 ) = 0.312
 
solved !
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top