Answer:
Christian
Explanation:
Given that
Force applied by Sean ,F₁=100 N
Force applied by Christian ,F₂=200 N
Lets take mass of the box = m kg
As we know that from second law of Newton's
F= m a
F=Force,m=mass ,a=acceleration






From the above we can say that acceleration a₂ is greater than a₁ is for the same mass of the box.
Therefore Christian will acceleration more for the box.
Give me some answer choices and i will be happy to help
Turquoise is in metamorphic and sedimentary rocks. Hope that helped
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: