document.write( "Question 453825: The phone system within a school assigns 4-digit phone numbers.
\n" );
document.write( "If the phone numbers are randomly assigned, what is the probability that you will be assigned a phone number that ends in 0, if the digits may repeat. \n" );
document.write( "
Algebra.Com's Answer #311730 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The phone system within a school assigns 4-digit phone numbers. \n" ); document.write( "If the phone numbers are randomly assigned, what is the probability that you will be assigned a phone number that ends in 0, if the digits may repeat. \n" ); document.write( "----- \n" ); document.write( "Ways to pick each of the first three digits: 10 \n" ); document.write( "Ways to pick the 4 digit: 1 \n" ); document.write( "---- \n" ); document.write( "# of phone numbers ending in zero: 10^3*1 = 1000 \n" ); document.write( "--- \n" ); document.write( "Total # of possible phone numbers: 10^4 \n" ); document.write( "--------------------- \n" ); document.write( "P(phone number ending in 0) = 1000/10,000 = 1/10 \n" ); document.write( "==================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H \n" ); document.write( " |