document.write( "Question 1153493: A security code consists of a person's first and last initials and four digits. Use 8 decimals places.\r
\n" );
document.write( "\n" );
document.write( "(a) What is the probability of guessing a person's code on the first try?\r
\n" );
document.write( "\n" );
document.write( "(b) What is the probability of not guessing a person's code on the first try?\r
\n" );
document.write( "\n" );
document.write( "(c) You know a person's first name and that the last digit is odd. What is the probability of guessing this persons code?\r
\n" );
document.write( "\n" );
document.write( "(d) Are the statements in parts (a) - (c) examples of classical probability, empirical probability, or subjective probability? \n" );
document.write( "
Algebra.Com's Answer #775773 by Boreal(15235) You can put this solution on YOUR website! there are 26 choices for each of the first two and 10 for each digit \n" ); document.write( "the number of possibilities is therefore 26^2*10000=6,760,000 \n" ); document.write( "the probability of guessing first try is 0.000000148 \n" ); document.write( "the probability of not is 1- that or 0.99999985 \n" ); document.write( "now 1*26*10*10*10*5 or 1 in 26000 or 0.00003846 \n" ); document.write( "classic probability, no evidence for actual experimental, and not subjective, since there is a specific rule. \n" ); document.write( " |