Answer: 6.0 x 10^7
Step-by-step explanation:
60000000 = 6.0 x 10^7
Answer:
and 
this is what i think, hope it helps
Answer:
Rider 1 does one round in 15 min, and will complete another in each consecutive multiple of 15 min
Rider 2 does one round in 18 min, and will complete another in each consecutive multiple of 18 min
Assuming that they start together, they will complete another round together in a time that is both multiples of 15min and 18 min.
Then we need to find the smallest common multiple between 15 and 18.
To smallest common multiple between two numbers, a and b, is equal to:
a*b/(greatest common factor between a and b).
Now, the greatest common factor between 15 and 18 can be found if we write those numbers as a product of prime numbers, such as:
15 = 3*5
18 = 2*3*3
The greatest common factor is 3.
Then the smallest common multiple will be:
(15*18)/3 = 90
This means that after 90 mins, they will meet again at the starting place.
Answer:
f (x) = -2 (x + 6)^2 + 2
Step-by-step explanation:
f (x) = -2x^2 - 24x - 70 <--- divide out -2 out of the first two terms...
f (x) = -2 (x^2 + 12x) - 70 <-- divide the x coefficient by 2 and then square it, then add AND subtract it)
f (x) = -2 (x^2 + 12x + (12/2)^2 - (12/2)^2) - 70
f (x) = -2 (x^2 + 12x + 36 - 36) - 70 <--- distribute the -2 onto -36 to get it out of the brackets..
f (x) = -2 (x^2 + 12x + 36) + 72 - 70 <-- combine constants and factor perfect square trinomial...
f (x) = -2 (x + 6)^2 + 2 <-- standard form...