\n" );
document.write( "Hi,
\n" );
document.write( "Best to separate what we have to work with: rules, principals,distributions,
\n" );
document.write( "definitions, rules governing combinations & permutations etc
\n" );
document.write( "and what decisions need to made to apply what we have to work with. \r
\n" );
document.write( "\n" );
document.write( "First question is handled using the definition of the mean and standard deviation
\n" );
document.write( "for a Bionaomial Distribution
\n" );
document.write( "STATISTIC QUESTION:CONSIDERED A BINOMIAL RANDOM VARIABLE WHERE THENUMBER OF
\n" );
document.write( "TRIALS IS 12 AND THE PROBABILITY OF SUCCESS ON EACH TRIAL IS 0.25 .
\n" );
document.write( "FIND THE MEAN AND STANDARD DEVIATION OF THE RANDOM VARIABLE.
\n" );
document.write( "P = nCx*
*
where p and q are the probabilities of success and failure
\n" );
document.write( "respectively. In this case both p = .25 or 1/4
\n" );
document.write( "nCx = 
\n" );
document.write( "Definition of mean = n*p = 12*(1/4) = 3
\n" );
document.write( "Definition of standard deviation =
\r
\n" );
document.write( "\n" );
document.write( "Second question: How many different combinations
\n" );
document.write( "\"IF I GO INTO AN ICREAM PARLOR ,AND I HAVE THE CHOICE OF HAVING ONE OF 10 DIFFRENT FLAVORS , WITH ONE OF 5 TOPINGS AND ONE OF 3 DIFFRENT TYPES OF CONES, HOW MANY TIMES CAN I COME BACK TO THIS PLACE AND GET A DIFFRENT ICE CREAM CONE COMBINATION?
\n" );
document.write( "Flavors = 10 Toppings = 5 Cone type = 3
\n" );
document.write( "different combinations of ice cream cones =10*5*3 = 150\r
\n" );
document.write( "\n" );
document.write( "Third question: Probability involving \"and\"
\n" );
document.write( "3THERE ARE 10 COLORED BALLS IN A BOX(5RED,3BLUE,2GREEN). WHAT IS THE PROBABILITY
\n" );
document.write( "OF PICKING OUT THE RED BALL THEN A BLUE BALL (IF I DONOT REPLACE THE RED BALL)?
\n" );
document.write( "P(first is a red ball)= 5/10 or 1/2
\n" );
document.write( "P(Blue ball with a red one on gone)= 3/9 or 1/3
\n" );
document.write( "P(red and then blues)= (1/2)*)1/3) =1/6
\n" );
document.write( "Hope this helps.
\n" );
document.write( "