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:
Explanation:
first rule of parallel circuits : the voltage is the same in the whole circuit, no matter where we measure.
so, we have 1.5V at every bulb.
second rule of parallel circuits : the total current is the sum of the individual branch currents.
so, if the battery really allows it, then we have 3 times 0.4 A = 3×0.4 = 1.2 A as current in the circuit.
Answer:
A and D
Explanation:
Acceleration is the active change in speed, increasing or decreasing.
Answer:
The kinetic energy of the cell phone is 9J
Explanation:
The kinetic energy is the energy possessed by a body by virtue of motion.
The kinetic energy is expressed as
KE= 1/2m(v)²
Given data
Mass of cell phone m= 80g--to kg=80/1000= 0.08kg
Velocity of cell phone v= 15m/s
Substituting our given data we have
KE= 1/2*0.08(15)²
KE= (0.08*225)/2
KE=18/2
KE= 9J