document.write( "Question 841623: A coin is weighted so that heads is twice as likely to appear as tails.
\n" ); document.write( "a) What is the probability that one will get more than five heads if ten such coins are tossed?
\n" ); document.write( "b)In a school, students are admitted through an interview scores are assumed to follow a normal distribution as X->N (45,100)
\n" ); document.write( "I)find the probability that a randomly selected student will score between 40 and 60
\n" ); document.write( "ii)If 100 students take the test and the school needs to take 40 students,what should the pass mark be?
\n" ); document.write( "iii)explain the limitation of using these statistical limitations for admitting students.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #507137 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A coin is weighted so that heads is twice as likely to appear as tails.
\n" ); document.write( "P(heads) = 3/4 ; p(tails) = 1/3
\n" ); document.write( "--------------------------------------------
\n" ); document.write( "a) What is the probability that one will get more than five heads if ten such coins are tossed?
\n" ); document.write( "Ans: P(6<= x <=10) = 1 - binomcdf(10,3/4,5) = 0.9219
\n" ); document.write( "-----------------------------------------------------------
\n" ); document.write( "b)In a school, students are admitted through an interview scores are assumed to follow a normal distribution as X->N (45,100)
\n" ); document.write( "I)find the probability that a randomly selected student will score between 40 and 60
\n" ); document.write( "z(40) = (40-45)/100 = -5/100 = -1/20
\n" ); document.write( "z(60) = (60-45)/100 = 15/100 = 3/20
\n" ); document.write( "----
\n" ); document.write( "P(40<= x <= 60) = P(-1/20<= z <=3/20) = normalcdf(-1/20,3/20) = 0.0796
\n" ); document.write( "-----------------------------------------------------------------\r
\n" ); document.write( "\n" ); document.write( "ii)If 100 students take the test and the school needs to take 40 students,what should the pass mark be?
\n" ); document.write( "z(60) = 3/20
\n" ); document.write( "score = (3/20)*100+45 = 60
\n" ); document.write( "---------------------------------------\r
\n" ); document.write( "\n" ); document.write( "iii)explain the limitation of using these statistical limitations for admitting students.
\n" ); document.write( "I'll leave that to you.
\n" ); document.write( "============================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" ); document.write( "
\n" );