document.write( "Question 550170: a two digits number is formed using digits 3,4,5,6 and 7 without replacement .what is the probability that the number is a multiple of 3. \n" ); document.write( "
Algebra.Com's Answer #358496 by MathLover1(20849)\"\" \"About 
You can put this solution on YOUR website!
the answer is P(5, 2) = 5!/(5-2)! = 5!/3!= (5*4*3*2*1)/(3*2*1)=5*4 = 20\r
\n" ); document.write( "\n" ); document.write( "you can also find these two digits numbers by using a Cartesian Coordinate system if you put all numbers (3,4,5,6 and 7) on x and y axis, than find all pairs\r
\n" ); document.write( "\n" ); document.write( "after you find all pairs, you need to EXCLUDE pairs (3,3),(4,4),(5,5), (6,6) and (7,7)
\n" ); document.write( "
\n" );