document.write( "Question 1119153: 2. What would be the probability that randomly choosing four states from the top 7 murder states would actually be the top 4 states for murders in the United States in exact correct decreasing order?
\n" );
document.write( " (1. CA, 2. TX, 3. PA, 4. NY) Simplify all fraction answers.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #734644 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "One nice thing about probability problems is that you can usually solve them by several different methods. \n" ); document.write( "The solution by tutor @ikleyn shows (and explains) one method for this problem: there are 7*6*5*4 = 840 different orders in which you can choose 4 of the 7 states; only one of those orders has the top four in the right order, so the probability is 1/840. \n" ); document.write( "You can also look at solving the problem by considering the probability that each choice made is the correct choice: \n" ); document.write( "The probability of choosing the right state for 1st place is 1/7; \n" ); document.write( "the probability of choosing the right state for 2nd place is 1/6; \n" ); document.write( "the probability of choosing the right state for 3rd place is 1/5; \n" ); document.write( "the probability of choosing the right state for 4th place is 1/4; \n" ); document.write( "Then the probability of making all the right choices is \n" ); document.write( "(1/7)(1/6)(1/5)(1/4) = 1/840. \n" ); document.write( " |