407074: GYM102697 045 Planet Omicron Persei VIII
Description
You are on planet Omicron Persei VIII and you find that the force due to gravity on you is Fg newtons, you also know that you have a mass of M. Using this information you want to know how long it will take for an object to fall (time T in seconds) a distance D starting from rest (Vi speed when the object is initially released). Using the following equations Fg = MG and D = ViT+½GT^2.
InputThe first line will be the force due to gravity of you (Fg), the second line is your mass (M) and the third is the distance the object is going to fall (D).
OutputPrint the time that it will take for the object to fall d meters in the following format: "It will take the object T seconds to fall D meters". Your answer should also be rounded to the nearest tenth.
ExampleInput500 70 10Output
It will take the object 1.7 seconds to fall 10.0 metersNote
If you are getting confused by the Vi part here is a hint. When an object is at rest, meaning not moving, what is its speed.