Here we have a case of the least common multipl(lcm) of 6 and 20.
Prime numbers 2,3,5,7,11,13,17,19... (natural numbers greater than 1 that has no positive divisors other than 1 and itself) .
lcm(6,20)= 6 20 | 2
3 10 | 3
1 10 | 2
5 | 5
1
2*3*2*5=60 The first one to get both calendar and the animal toy will be 60th.
Explenation: First we look for the smallest prime number with wich 6 and 20 can be devided by. That is 2. Next is 3. Since 10 is not divisible by 3, we only copy it. Under the 6 we got 1, wich is our goal. Now we continue to devide 10 by prime numbers till we also get 1. We now multiple all divisors and we get the least common multiple.
Answer:
10
Step-by-step explanation:
The ratio of abc/def=1.5
15/1.5=10
if you have insta follow me if you want at riztofu
Answer:
The average temperature of coffee in the sample, which is 70.2.
Step-by-step explanation:
The population is all the costumers. The company has determined that they want the average coffee temperature to be 65 degrees C. So, 65 degrees C is the average of the population.
The sample is the 20 orders. The mean of the sample is 70.2C(That is, the mean of the 20 orders0. So, the correct answer is:
The average temperature of coffee in the sample, which is 70.2.
Answer:
If they mean written as a fraction, you have three total outcomes. As a fraction you can say 1/3 to say you have a one in three chance of landing on a specific one.
Answers:
x = -8/5 or x = 8/5
Sum of the first ten terms where all terms are positive = 4092
========================================================
Explanation:
r = common ratio
- first term = 4
- second term = (first term)*(common ratio) = 4r
- third term = (second term)*(common ratio) = (4r)*r = 4r^2
The first three terms are: 4, 4r, 4r^2
We're given that the sequence is: 4, 5x, 16
Therefore, we have these two equations
Solve the second equation for r and you should find that r = -2 or r = 2 are the only possible solutions. If r = -2, then 5x = 4r solves to x = -8/5. If r = 2, then 5x = 4r solves to x = 8/5.
-----------------
To find the sum of the first n terms, we use this geometric series formula
Sn = a*(1 - r^n)/(1 - r)
We have
- a = 4 = first term
- r = 2, since we want all the terms to be positive
- n = 10 = number of terms to sum up
So,
Sn = a*(1 - r^n)/(1 - r)
S10 = 4*(1 - 2^10)/(1 - 2)
S10 = 4*(1 - 1024)/(-1)
S10 = 4*(-1023)/(-1)
S10 = 4092