document.write( "Question 1105926: Listed below is the population by state for the 15 states with the largest population. Also included is whether that state's border touches the Gulf of Mexico, the Atlantic Ocean, or the Pacific Ocean (coastline).
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "Rank State Population Coastline
\n" );
document.write( "1 California 38,802,500 Yes
\n" );
document.write( "2 Texas 26,956,958 Yes
\n" );
document.write( "3 Florida 19,893,297 Yes
\n" );
document.write( "4 New York 19,746,227 Yes
\n" );
document.write( "5 Illinois 12,880,580 No
\n" );
document.write( "6 Pennsylvania 12,787,209 No
\n" );
document.write( "7 Ohio 11,459,163 No
\n" );
document.write( "8 Georgia 10,097,343 Yes
\n" );
document.write( "9 North Carolina 9,943,964 Yes
\n" );
document.write( "10 Michigan 9,909,877 No
\n" );
document.write( "11 New Jersey 8,938,175 Yes
\n" );
document.write( "12 Virginia 8,326,289 Yes
\n" );
document.write( "13 Washington 7,061,530 Yes
\n" );
document.write( "14 Massachusetts 6,745,408 Yes
\n" );
document.write( "15 Arizona 6,731,484 No
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "Suppose three states are selected at random. Calculate the probability for the following:
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "a. None of the states selected have a population of more than 9 000 000. (Round your answer to 3 decimal places.)\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "b. Exactly one of the selected states has a population of more than 9 000 000. (Round your answer to 3 decimal places.)\r
\n" );
document.write( "\n" );
document.write( "
\n" );
document.write( "c. At least one of the selected states has a population of more than 9 000 000. (Round your answer to 3 decimal places.)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #720815 by greenestamps(13208) You can put this solution on YOUR website! \n" ); document.write( "You are selecting 3 of the 15 states in the list, so the denominator of the probability fraction for all three cases is \"15 choose 3\": \n" ); document.write( "In all three cases you are looking for states with populations of more than 9 million. 10 of the 15 have populations of more than 9 million; 5 do not. \n" ); document.write( "a) To have none of the three state you choose having populations over 9 million, you need to choose 3 of the 5 states with lower populations (5 choose 3) and none of the 10 with higher populations (10 choose 0). \n" ); document.write( "The probability for this case to 3 decimal places is \n" ); document.write( "b) To have exactly one of the three state you choose having populations over 9 million, you need to choose 2 of the 5 states with lower populations (5 choose 2) and 1 of the 10 with higher populations (10 choose 1). \n" ); document.write( "The probability for this case to 3 decimal places is \n" ); document.write( "c) This case is just the \"opposite\" or complement of the first case: \"at least one\" is the complement of \"none\". So the probability for this case is 1-.022 = .978. \n" ); document.write( " |