Answer:
3 I think not sure.........
259,200 seconds!!
hope this helps :)
Answer:
The code is attached. I used python to define the function and matplotlib library to plot the histogram.
Step-by-step explanation:
- I defined a function called roll_hundred_pair
- I imported matplotlib.pyplot as plt and random
- I defined a list called dice
- I created an empty list to collect dice results
- I simulated 100 dice roll using a <em>loop</em> and <em>random.sample</em>
- finally I plot the histogram using plt.hist method
Answer:
-x² - (⅔)x + 2
Step-by-step explanation:
(3x³/-3x) + (2x²/-3x) - (6x/-3x)
-x² - 2x/3 - (-2)
-x² - (⅔)x + 2
Hello!
GCF, or greatest common factor, is the greatest factor shared between two numbers. (A factor is something which you can divide a number by to get a whole number)
To do this, first list out all the factors of 21 and 25. (There are other methods to do this, but, this method will work for smaller numbers)
21: 1, 3, 7, 21
25: 1, 5, 25
As you can see, the greatest factor shared between them is the number 1.
Therefore, the GCF of 21 and 25 is 1.
Hope this helps!
(Side note: a better method to do this for larger numbers is to list out the prime factorization for each number, then find all the numbers in common, and multiply)