adriananderson0109 adriananderson0109
  • 01-03-2021
  • Physics
contestada

A toy remote car drives in a circle. It makes 2 revolutions in 20 seconds. What is the period of the object?​

Respuesta :

Muscardinus Muscardinus
  • 06-03-2021

Answer:

T = 10 seconds

Explanation:

Given that,

A remote car makes 2 revolutions in 20 seconds.

We need to find the period of the object.

It means, it will make [tex]\dfrac{2}{20}=0.1\ \text{revolutions/second}[/tex] .

lt T be the period of the object. So,

[tex]T=\dfrac{1}{0.1}\\\\T=10\ s[/tex]

It will take 10 seconds for one revolution.

Answer Link

Otras preguntas

A ______________ interview is one that has the potential to bring about strong emotional reactions in the respondent.
A ________ is the final sequence of DNA put together from overlapping sequences. A. pairwise-end B. frameup C. contig D. ladder
What did the writer mean when he described the polar bears as, fat and hearty... in the bosom of icy wilderness' ?​
If the Earth were flat, then the shadows of two towers at two different places on the Earth would:__________. A. be different lengths with the one further South
Equivalent ratio to 12:6
Task Radioactive isotopes decay by emitting radiation. A scientist just received a sample of two different radioactive isotopes, tellurium-131 and neptunium-240
find the mean of given data 32,41,28,54,35,26,23,33,38,40.​
the first word is first​
If you add 0.001 moles of sodium chloride to a liter of water, what will be the pH of the solution?
What is the output of this program? numA = 2 numB = 3 if numA == 2 or numB == 2: print("yes") elif numA == 2 and numB == 3: print("no") Output: