Answer:
When one of charge is doubled, the magnitude of the force between them gets doubled.
Explanation:
The electric force between two electric charges is given by :

Here,
k is the electrostatic force
d is the separation between charges
are charges
If one of the charges is doubled in magnitude while maintaining the same separation between the charges, 
New force becomes,



When one of charge is doubled, the magnitude of the force between them gets doubled. Hence, this is the required solution.
Answer
given,
intial velocity = 504 mph
wind speed = 219 mph
at an angle of 29◦
from the data
The resultant velocity =



the magnitude of velocity

V = 703.59 m/s
direction
tan θ = 
θ = 8.676°
Answer:
2. ( b ) zero
3. ( c ) 10 s
4. Uniform then decreasing
Explanation:
2.
Since the motion is uniform, initial and final velocity will be 0, hence acceleration will be zero.
3.
Initial velocity ( u ) = 5 m/s
Final velocity ( v ) = 35 m/s
Acceleration ( a ) 3 m/s^2
To find : Time ( t )
Formula : -
t = v - u / a
= 35 - 5 / 3
= 30 / 3
t = 10 s
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: