Answer:
// EDU HACK REDDIT EDITON //
if (running == null) {
var running = null; console.log("Program Loading...");
var iframe = document.getElementById("stageFrame");
for (i = 0; i < 1; i++) {
setInterval(function() {
if (running == null) { running = true; console.log('Program Loaded! Enjoy!') }
if (iframe.contentWindow.document.getElementsByClassName('FrameRight') != null) { iframe.contentWindow.document.getElementsByClassName('FrameRight')[0].onclick(); }
if (iframe.contentWindow.document.getElementById("invis-o-div") != null) { iframe.contentWindow.document.getElementById("invis-o-div").remove(); }
},1000);
}
} else {
console.log("Program already running!")
}
Explanation:
They have 6 faces
12 edges
8 edges
Answer:
Explanation:
A plane flies due north (90° from east) with a velocity of 100 km/h for 2 hours.
With no wind, it will be 100*2 = 200 km north of its starting point.
But a steady wind blows southeast at 30 km/h at an angle of 315° from due east.
So the wind itself will blow the plane 30*2 = 60km at an angle of 315° from due east.
That is the same as 60*cos315° = 42.43km due east and 60*sin315° = -42.43km north.
Combining, the plane is at 42.43km due east and 200-42.43 = 157.57km due north from its starting point.
Answer:
Explanation:
Action and reaction force are an integral part of third law of Newton . They are equal and opposite force - couple which act on two opposite objects. That is why they can not make a body in equilibrium.
In the given case, a bat is hit by a ball , at the point of contact , two equal and opposite forces emerge simultaneously , one acting on the ball and the other acting on the bat. As per the problem , force on the bat is called action . So the other force , that is force acting on the ball is called reaction force.
Potential energy at any point is (M G H). On the way down, only H changes. So halfway down, half of the potential energy remains, and the other half has turned to kinetic energy. Half of the (M G H) it had at the tpp is (0.5 x 9.8 x 10) = 49 joules.