document.write( "Question 417903: A computer assigns three-character log-in IDs that may contain the digits 0 to 9 as well as the letters a to z with repeats allowed.
\n" );
document.write( "what is the probability that the ID will not contain an x?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #292502 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "total no. of symbol that may be use = 26 + 10 = 36 \n" ); document.write( " \n" ); document.write( "no. of ways to form 3 character login id = 36*36*36\r \n" ); document.write( "\n" ); document.write( "no. of ways to form login id without using x = 35*35*35 \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "probability = 35^3 / 36^3 \r \n" ); document.write( "\n" ); document.write( "= (35/36)^3\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |