document.write( "Question 1079513: If a number cube is tossed twice, what is the probability that both rolls will display a number less than three? \n" ); document.write( "
Algebra.Com's Answer #693789 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "P{(1  or  2) and (1 or 2)] = \r\n" );
document.write( "\r\n" );
document.write( "[P(1) + P(2)] * [P(1)+P(2)] \r\n" );
document.write( "\r\n" );
document.write( "  {1/6 + 1/6} * (1/6 + 1/6)\r\n" );
document.write( "\r\n" );
document.write( "        (2/6) * (2/6)\r\n" );
document.write( "\r\n" );
document.write( "        (1/3) * (1/3)\r\n" );
document.write( "\r\n" );
document.write( "            1/9\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );