document.write( "Question 867205: A student studying for a vocabulary test knows the meanings of 12 words from a list of 26 words. If the test contains 10 words from the study list, what is the probability that at least 8 of the words on the test are words that the student knows? (Round your answer to three decimal places.) \n" ); document.write( "
Algebra.Com's Answer #522833 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p(knowing) = 12/26 = 6/13, n = 10 \n" ); document.write( "P(x ≥ 8) = 1 - binomcdf(10, 6/13, 7) = .0324 \n" ); document.write( " |