document.write( "Question 195661: If a number cube is rolled two times, what is the probability of rolling a 1 both times? \n" ); document.write( "
Algebra.Com's Answer #146733 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
P(rolling 1 twice) = P(rolling a 1 AND rolling a 1) = P(rolling a 1) * P(rolling a 1) = (1/6)*(1/6) = (1*1)/(6*6) = 1/36 \n" ); document.write( "
\n" );