document.write( "Question 550546: If two numbers chosen from [-2011, 2012] are multiplied, find the probability that their product is greater than zero. \n" ); document.write( "
Algebra.Com's Answer #358964 by Edwin McCravy(20063)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "[-2011, 2012]\r\n" );
document.write( "\r\n" );
document.write( "There are 2012 positive numbers, and 2011 negative numbers, and 1 zero.\r\n" );
document.write( "\r\n" );
document.write( "So there are 2012+2011+1 or 4024 numbers to choose from.\r\n" );
document.write( "\r\n" );
document.write( "We have to choose a pair of positive numbers or a pair of negative numbers.\r\n" );
document.write( "\r\n" );
document.write( "If we choose the numbers with replacement:\r\n" );
document.write( "\r\n" );
document.write( "P[(positive 1st AND positive 2nd) OR (negative 1st AND negative 2nd)] =\r\n" );
document.write( "\r\n" );
document.write( "P(positive 1st)×P(positive 2nd) + P(negative 1st)×P(negative 2nd)\r\n" );
document.write( "\r\n" );
document.write( "If the choosing of the numbers is done with replacement\r\n" );
document.write( "\r\n" );
document.write( "\"2012%2F4024\"×\"2012%2F4024\" + \"2011%2F4024\"×\"2011%2F4024\"\r\n" );
document.write( "\r\n" );
document.write( "which works out to be \"4023%2F8050\" = .4997515528\r\n" );
document.write( "\r\n" );
document.write( "If the choosing of the numbers is done without replacement\r\n" );
document.write( "\r\n" );
document.write( "\"2012%2F4024\"×\"2011%2F4023\" + \"2011%2F4024\"×\"2010%2F4023\"\r\n" );
document.write( "\r\n" );
document.write( "which works out to be .4996272675\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );