document.write( "Question 130766: I need help with this homework question ASAP. It is not from textbook. it is for the probability and statistics class.
\n" );
document.write( "can i solve this question this way:
\n" );
document.write( "P(X = 3) = since each component has probability of functioning as 0.9. the probability of not functioning is 1-0.9 = 0.1.
\n" );
document.write( "so 3 system out of 5 will have = (0.9)(0.9)(0.9) = 0.729 ? is this correct for part a?
\n" );
document.write( "b. atleast 3 out of 5 will function. is this correct?
\n" );
document.write( "c. (3)(0.9) = 2.7?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "question: A k out of n system is one in which there is a group of n components, and the system will function if at least k of the components function. Assume the components function independently of one another.\r
\n" );
document.write( "\n" );
document.write( "1). In 3 out 5 system, each component has probability 0.9 of functioning. What is the probability that the system will function?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "2). Based on the information given in 1), what is the expected number of components that function.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "3). In a 3 out n system, in which each component has probability 0.9 of functioning, what is the smallest values of n needed so that the probability that the system functions is at least 0.90?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I really appreciate the help with homeworks that you guys provide. \n" );
document.write( "
Algebra.Com's Answer #95480 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! P(X = 3) = since each component has probability of functioning as 0.9. the probability of not functioning is 1-0.9 = 0.1. \n" ); document.write( "so 3 system out of 5 will have = (0.9)(0.9)(0.9) = 0.729 ? is this correct for part a? \n" ); document.write( "P(3 successes in 5 trials) = 5C3(0.9)^3(0.1)^2 = 0.0729 \n" ); document.write( "----------------------- \n" ); document.write( "b. at least 3 out of 5 will function. \n" ); document.write( "P(at least 3 out of 5) = 1 - binomcdf(5,0.9,2) = 0.99144 \n" ); document.write( "------------------------- \n" ); document.write( "c. (3)(0.9) = 2.7? \n" ); document.write( "I don't understand your \"c\" question. \n" ); document.write( "--------------------------- \r \n" ); document.write( "\n" ); document.write( "question: A k out of n system is one in which there is a group of n components, and the system will function if at least k of the components function. Assume the components function independently of one another. \n" ); document.write( "1). In 3 out 5 system, each component has probability 0.9 of functioning. What is the probability that the system will function? \n" ); document.write( "Prob = 1-binomcdf(5,0.9,2) = \r \n" ); document.write( "\n" ); document.write( "2). Based on the information given in 1), what is the expected number of components that function. \n" ); document.write( "Expected value is the mean which is np for binomial distributions. \n" ); document.write( "Expected value = 5*0.9 = 4.5 \n" ); document.write( "----------------------------------- \n" ); document.write( "3). In a 3 out n system, in which each component has probability 0.9 of functioning, what is the smallest values of n needed so that the probability that the system functions is at least 0.90? \n" ); document.write( "We know 3 out of 5 is 0.99 \n" ); document.write( "Try 3 out of 4: 1-binomcdf(4,0.9,2)= 0.9477 \n" ); document.write( "Try 3 out of 3: 1-binomcdf(3,0.9,2)= 0.729 \n" ); document.write( "Looks like n=4 will do the job. \n" ); document.write( "====================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |