abriannaoullette abriannaoullette
  • 19-05-2021
  • Mathematics
contestada

If you were the number keep 660 times how many times will you likely roll a two or five

Respuesta :

jadenw13850 jadenw13850
  • 19-05-2021

Answer:

220

Step-by-step explanation:

a dice has 6 sides

660 divided by 6 = 110

you asked for 2 numbers so

110 times 2 = 220

Answer Link

Otras preguntas

measures of 2 variables go into a mathematical formula and produce a ___________ (r), which represents 2 things--
If our lab rocket was launched in a complete vacuum then it would
Where to write Visualforce code? Hint: You can write the code basically in 3 ways." a) In the Developer Console b) In the Visualforce Editor c) In the Lightning
Who reaches out to Arthur's lawyer and what does the lawyer say/?
What did Paul do for money while in Thessalonica? a) He worked as a tentmaker. b) He relied on financial support from other churches. c) He sold his possessions
What technique does the teacher demonstrate when instructing, modeling, and having students practice the procedure for getting into their cooperative learning g
How do you reveal the speed indicator area in the Timeline?
Which group is described as the highest income, best educated, fastest growing racial group in US?
After first starting off at a bad start, what finally pushed North Koreans out of South Korea?A) Lack of support from local allies.B) Military losses and setbac
int a = 30;if( a == 10 ){ printf("Value of a is 10\n" );}else if( a == 20 ){ printf("Value of a is 20\n" );}else if( a == 30 ){ printf("Value of a is 30\n" );}G