document.write( "Question 431284: What is the probability that a random 2 digit number is a multiple of 7? \n" ); document.write( "
Algebra.Com's Answer #299361 by robertb(5830)![]() ![]() You can put this solution on YOUR website! Without loss of generality, assume only positive integers. There are 90 2-digit positive integers, while there are 13 2-digit positive integers divisible by 7.\r \n" ); document.write( "\n" ); document.write( "Hence the probability is 13/90.\r \n" ); document.write( "\n" ); document.write( "Why 13 2-digit positive integers divisible by 7?\r \n" ); document.write( "\n" ); document.write( "98 = 14 + (n-1)7, from the arithmetic sequence formula. \n" ); document.write( "==> 84 = (n-1)7 \n" ); document.write( "==> 12 = n-1 \n" ); document.write( "==> n = 13. \n" ); document.write( " |