document.write( "Question 70812: Our country has had 43 presidents. Write each president's last name on a card and place all 43 cards in a box. Note that several names ( e.g., Cleveland) occur twice. Now, randomly select 2 cards from the box.
\n" );
document.write( "What's the probability that the 2 names begin with the same letter?\r
\n" );
document.write( "\n" );
document.write( "
\n" );
document.write( "1. G. Washington
\n" );
document.write( "2. J. Adams
\n" );
document.write( "3. T. Jefferson
\n" );
document.write( "4. J. Madison
\n" );
document.write( "5. J. Monroe
\n" );
document.write( "6. J.Q. Adams
\n" );
document.write( "7. A. Jackson
\n" );
document.write( "8. M. Van Buren
\n" );
document.write( "9. W. H. Harrison
\n" );
document.write( "10. J. Tyler
\n" );
document.write( "11. J. Polk
\n" );
document.write( "12. Z. Taylor
\n" );
document.write( "13. M. Fillmore
\n" );
document.write( "14. F. Pierce
\n" );
document.write( "15. J. Buchanan
\n" );
document.write( "16. A. Lincoln
\n" );
document.write( "17. A. Johnson
\n" );
document.write( "18. U.S. Grant
\n" );
document.write( "19. R. Hayes
\n" );
document.write( "20. J. Garfield
\n" );
document.write( "21. C. Arthur
\n" );
document.write( "22. G. Cleveland
\n" );
document.write( "23. B. Harrison
\n" );
document.write( "24. G. Cleveland
\n" );
document.write( "25. W. McKinley
\n" );
document.write( "26. T. Roosevelt
\n" );
document.write( "27. W. Taft
\n" );
document.write( "28. W. Wilson
\n" );
document.write( "29. W. Harding
\n" );
document.write( "30. C. Coolidge
\n" );
document.write( "31. H. Hoover
\n" );
document.write( "32. F.D. Roosevelt
\n" );
document.write( "33. H. Truman
\n" );
document.write( "34. D. Eisenhower
\n" );
document.write( "35. J. F. Kennedy
\n" );
document.write( "36. L.B. Johnson
\n" );
document.write( "37. R. Nixon
\n" );
document.write( "38. G. Ford
\n" );
document.write( "39. J. Carter
\n" );
document.write( "40. R. Reagan
\n" );
document.write( "41. G.H.W. Bush
\n" );
document.write( "42. B. Clinton
\n" );
document.write( "43. G.W. Bush
\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #50625 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! This is how you should proceed. \n" ); document.write( "Develop a count of the number of last names that start \n" ); document.write( "with A, then B, then C, etc. \n" ); document.write( "Then find \n" ); document.write( "Prob(A and A) = P(A)*P(A|A) \n" ); document.write( "Prob(B and B) = P(B)*P(B|B) \n" ); document.write( "etc \n" ); document.write( "Then add up all the probabilities to get the answer you want.\r \n" ); document.write( "\n" ); document.write( "--------------- \n" ); document.write( "For example. \n" ); document.write( "There are three names that start with A: Adams, Adams, Arther \n" ); document.write( "Prob(A and A) = (3/43)(2/42)= 0.003 \n" ); document.write( "Some are going to be zero like P(Z and Z) \n" ); document.write( "All those letters that have less than two names will be zero. \n" ); document.write( "Hope this helps. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |