Answer:
0.1 m
Explanation:
F = Force exerted on spring = 3 N
k = Spring constant = 60 N/m
x = Displacement of the block
As the energy of the system is conserved we have




The position of the block is 0.1 from the initial position.
The charge on each of the equally charged drops of hairspray willl be 7 × 10 ⁻¹³ C
<h3>What is Columb's law?</h3>
The force of attraction between two charges, according to Coulomb's law, is directly proportional to the product of the charges and inversely proportional to the square of the distance between them.
Similar charges repel each other, whereas charges that are opposed attract each other.
Given data;
Electric force,F = 9 × 10 ⁻⁹ N
Distance between charges,d = 7 × 10⁻⁴ m
Chrge,q₁ = q₂ =q C
From Columb's law;

Hence the charge on each of the equally charged drops of hairspray willl be 7 × 10 ⁻¹³ C
To learn more about Columb's law refer to the link;
brainly.com/question/1616890
#SPJ1
Answer:
The rate of the boat in still water is 44 mph and the rate of the current is 4 mph
Explanation:
x = the rate of the boat in still water
y = the rate of the current.
Distance travelled = 120 mi
Time taken upstream = 3 hr
Time taken downstream = 2.5 hr
Speed = Distance / Time
Speed upstream

Speed downstream

Adding both the equations


The rate of the boat in still water is <u>44 mph</u> and the rate of the current is <u>4 mph</u>
Line of code will call force with a value of 10 for mass and a value of 9.81 for acceleration is force(10, 9.81).
<h3 /><h3>Line of code for force and acceleration</h3>
- In mechanics, acceleration refers to the rate at which an object's velocity with respect to time varies.
- Acceleration is a vector quantity (in that they have magnitude and direction).
- The direction of an object's acceleration is determined by the direction of the net force acting on it.
- Newton's Second Law states that the combined effect of two factors determines how much an item accelerates.
- The size of the net balance of all external forces acting on the object is, in accordance with the materials used to create it.
- It inversely proportional to its mass, whereas the magnitude of the net resultant force is directly proportional to the net force.
def force(mass, acceleration):
force_val = mass*acceleration
return force_val
10 is assigned to mass and 9.81 is assigned to acceleration
def force(10, 9.81)
So, Line of code will call force with a value of 10 for mass and a value of 9.81 for acceleration is force(10, 9.81).
Learn more about acceleration here:
brainly.com/question/460763
#SPJ4