document.write( "Question 397744: suppose we roll two dice and let x and y be the two numbers that appear. find the distribution of |x-y|. \n" ); document.write( "
Algebra.Com's Answer #281826 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
Assume that the 2 dice are 6-sided and fair. Then the distribution of \"abs%28X-Y%29\" is as follows:\r
\n" ); document.write( "\n" ); document.write( "\"abs%28X-Y%29\" ---> 0 1 2 3 4 5
\n" ); document.write( "P(\"abs%28X-Y%29\") ---> 6/36 10/36 8/36 6/36 4/36 2/36
\n" ); document.write( "
\n" );