document.write( "Question 388791: Two integers are randomly selected from the set of integers greater than or equal to -6 and less than or equal to 6. The two numbers need not be different. What is the probability that the sum of the two integers is less than their product? Give your answer in as a common fraction in lowest terms? \n" ); document.write( "
Algebra.Com's Answer #275256 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Let the two integers picked be x and y.\r\n" );
document.write( "\r\n" );
document.write( "First we'll determine the denominator of the desired probability, which\r\n" );
document.write( "is this set of points (x,y) so that \"-6%3C=x%3C=6\", \"-6%3C=y%3C=6\", \r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "That is an array of 13x13 or 169 points (x,y).  So the denominator of the\r\n" );
document.write( "desired probability is 169.  \r\n" );
document.write( " \r\n" );
document.write( "Now let's find the numerator.  We require that (x,y) be such that\r\n" );
document.write( " \r\n" );
document.write( "x + y < xy\r\n" );
document.write( " \r\n" );
document.write( "y - xy < -x\r\n" );
document.write( " \r\n" );
document.write( "y(1-x) < -x\r\n" );
document.write( " \r\n" );
document.write( "Case 1:  1-x > 0\r\n" );
document.write( "          -x > -1\r\n" );
document.write( "           x < 1\r\n" );
document.write( "\r\n" );
document.write( "which of course means \"-6+%3C=+x+%3C+1\"\r\n" );
document.write( " \r\n" );
document.write( "Divide both sides of\r\n" );
document.write( "\r\n" );
document.write( "y(1-x) < -x\r\n" );
document.write( "\r\n" );
document.write( "by 1-x which is positive and doesn't reverse the <\r\n" );
document.write( " \r\n" );
document.write( "y < \"%28-x%29%2F%281-x%29\"\r\n" );
document.write( " \r\n" );
document.write( "y < \"expr%28%28-x%29%2F%281-x%29%29%2A%28%28-1%29%2F%28-1%29%29\"\r\n" );
document.write( " \r\n" );
document.write( "y < \"x%2F%28-1%2Bx%29\"\r\n" );
document.write( " \r\n" );
document.write( "y < \"x%2F%28x-1%29\"\r\n" );
document.write( " \r\n" );
document.write( "Let's draw the boundary curve y = \"x%2F%28x-1%29\" for the part involved\r\n" );
document.write( "in case 1: \r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( " \r\n" );
document.write( " \r\n" );
document.write( "The solutions for case 1 are the 48 points indicated below the graph above\r\n" );
document.write( "They form a 7x7 array of points except for (0,0), which is on the graph.\r\n" );
document.write( "So that makes 49-1 or 48 points, marked above with dots.\r\n" );
document.write( " \r\n" );
document.write( "-------------\r\n" );
document.write( " \r\n" );
document.write( "Case 2:  1-x < 0\r\n" );
document.write( "          -x < -1\r\n" );
document.write( "           x > 1\r\n" );
document.write( " \r\n" );
document.write( "which of course means \"1+%3C+x+%3C=+6\"\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Divide both sides of\r\n" );
document.write( "\r\n" );
document.write( "y(1-x) < -x\r\n" );
document.write( "\r\n" );
document.write( "by 1-x which is negative and thus reverses the <\r\n" );
document.write( " \r\n" );
document.write( "y > \"%28-x%29%2F%281-x%29\"\r\n" );
document.write( " \r\n" );
document.write( "y > \"expr%28%28-x%29%2F%281-x%29%29%2A%28%28-1%29%2F%28-1%29%29\"\r\n" );
document.write( " \r\n" );
document.write( "y > \"x%2F%28-1%2Bx%29\"\r\n" );
document.write( " \r\n" );
document.write( "y > \"x%2F%28x-1%29\"\r\n" );
document.write( " \r\n" );
document.write( "Let's draw the boundary curve y = \"x%2F%28x-1%29\" for the part involved\r\n" );
document.write( "in case 2: \r\n" );
document.write( "\r\n" );
document.write( " \r\n" );
document.write( " \r\n" );
document.write( "The solutions for case 2 are the 24 points indicated above the graph above.\r\n" );
document.write( "They form a 5x5 array of points except for (2,2), which is on the graph.\r\n" );
document.write( "So that makes 25-1 or 24 points marked above with dots.\r\n" );
document.write( "\r\n" );
document.write( "That's a total of 48+24 = 72 points. \r\n" );
document.write( "\r\n" );
document.write( "So the probability is \"72%2F169\"\r\n" );
document.write( "\r\n" );
document.write( "To see all 72 points (x,y), let's graph the whole thing. You can see the 48 \r\n" );
document.write( "points (x,y) under the curve on the left, which came from case 1, and the 24\r\n" );
document.write( "points (x,y) above the curve on the right, which came from case 2, making 72\r\n" );
document.write( "in all:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Answer: \"72%2F169\"\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );