document.write( "Question 44685: Two dice are thrown. Determine the number of ways to obtain a score of at least 4. Hint In how many ways can you fail to obtain a score of at least 4? How many outcomes are possible all told? \n" ); document.write( "
Algebra.Com's Answer #29565 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Well two dice can roll out a total of 6x6 = 36 ways...
\n" ); document.write( "Of those 36 ways, only three ways are possible to be a total less than four, they are 1-1, 1-2, and 2-1.
\n" ); document.write( "Thus 33 ways are possible for a total of at least four.
\n" ); document.write( "
\n" );