Uhh? Do you have any questions or need help?
Answer:
The Sun's gravity pulls on the planets, just as Earth's gravity pulls down anything that is not held up by some other force and keeps you and me on the ground.
Explanation: Newton realized that the reason the planets orbit the Sun is related to why objects fall to Earth when we drop them. I am so sorry if I get this wrong, I'm in 5th grade! ♥
Answer:
Less powerful
Explanation:
Hurricanes rely on warm water. It sucks heat energy from the water to use for fuel. Warmer water means more moisture, which also mean a bigger and/or stronger hurricane. The North Atlantic is definitely much colder than the Caribbean so the hurricane will not have much fuel.
Have a great day!
Answer:
The answer is A.
Explanation:
The graph would show the unit rate otherwise known as a ratio
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: