document.write( "Question 906920: Please help me solve the two questions:
\n" );
document.write( "1.A person selects 3 letters randomly from 26 upper case letters of English alphabet. Find the probability that Z does not come in these three letters.
\n" );
document.write( "2.A student arranges letters of the word UNIVERSITY randomly. What is the probability that two numbers of ‘I’ do not come together. \n" );
document.write( "
Algebra.Com's Answer #550097 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Please help me solve the two questions: \n" ); document.write( "1.A person selects 3 letters randomly from 26 upper case letters of English alphabet. Find the probability that Z does not come in these three letters. \n" ); document.write( "# of ways to succeed: 25C3 \n" ); document.write( "# of random triples:: 26C3 \n" ); document.write( "P(no Z in 3) = 25C3/26C3 = 0.8846 \n" ); document.write( "-------------------------------------------------- \n" ); document.write( " 2.A student arranges letters of the word UNIVERSITY randomly. What is the probability that two numbers of ‘I’ do not come together. \n" ); document.write( "# of possible arrangements:: 10!/2! = 1814400 \n" ); document.write( "# of ways the 2 I's CAN come together:: 9 \n" ); document.write( "--- \n" ); document.write( "P(I's do not come together) (1814400-9)/1814400) \n" ); document.write( "------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " |