document.write( "Question 252101: a die is loaded in such a way that the probabilityof the face with j dots turning up is proportional to j for j=1,2,3,4,5,6. in 6 independent throws of this die , what is the probability that each face turns up exactly one? \n" ); document.write( "
Algebra.Com's Answer #183876 by vksarvepalli(154)\"\" \"About 
You can put this solution on YOUR website!
let the probability of face with 1 dot turning up be 1k
\n" ); document.write( "the probability of face with 2 dots turning up 2k
\n" ); document.write( "the probability of face with 3 dots turning up 3k\r
\n" ); document.write( "\n" ); document.write( "and so on\r
\n" ); document.write( "\n" ); document.write( "but since an outcome should be any one the face the sum of all these should be 1
\n" ); document.write( "so,1k+2k+3k+4k+5k+6k=1\r
\n" ); document.write( "\n" ); document.write( "that is 21k=1\r
\n" ); document.write( "\n" ); document.write( "we get k= 1/21\r
\n" ); document.write( "\n" ); document.write( "now the probability that each face turns up exactly once in 6 throws is \r
\n" ); document.write( "\n" ); document.write( "1k*2k*3k*4k*5k*6k
\n" ); document.write( "that is \"Factorial+6+%2A+k%5E6\"\r
\n" ); document.write( "\n" ); document.write( "so the answer is \"720%2F%2821%29%5E6\" or Factorial 6/21^6
\n" ); document.write( "
\n" );