document.write( "Question 38643: Given the following set of numbers: {-1, 1 , 2, 3}
\n" );
document.write( "One number is to be chosen at random and labeled x.
\n" );
document.write( "Then the second number is to be chosen and labeled y.
\n" );
document.write( "If repetition of the digits is not allowed, what is the probability that when plotted in rectangular coordinates, the point (x,y) will be in the first quadrant? \n" );
document.write( "
Algebra.Com's Answer #24194 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! The amount of times that the x-values are positive are: nine \n" ); document.write( "The amount of times the possible outcomes are: twelve \n" ); document.write( " \n" ); document.write( "75% \n" ); document.write( " |