Answer:
0.76
Explanation:
we are given:
radius (r) =5.7 m
speed (s) = 1 revolution in 5.5 seconds
acceleration due to gravity (g) = 9.8 m/s^{2}
coefficient of friction (Uk) = ?
we can get the minimum coefficient of friction from the equation below
centrifugal force = frictional force
m x r x ω^{2} = Uk x m x g
r x ω^{2} = Uk x g
Uk = 
where ω (angular velocity) = 
=
= 1.14
Uk =
= 0.76
The net force on particle particle q1 is 13.06 N towards the left.
<h3>
Force on q1 due to q2</h3>
F(12) = kq₁q₂/r₂
F(12) = (9 x 10⁹ x 13 x 10⁻⁶ x 7.7 x 10⁻⁶)/(0.25²)
F(12) = -14.41 N (towards left)
<h3>Force
on q1 due to q3</h3>
F(13) = (9 x 10⁹ x 7.7 x 10⁻⁶ x 5.9 x 10⁻⁶)/(0.55²)
F(13) = 1.352 N (towards right)
<h3>Net force on q1</h3>
F(net) = 1.352 N - 14.41 N
F(net) = -13.06 N
Thus, the net force on particle particle q1 is 13.06 N towards the left.
Learn more about force here: brainly.com/question/12970081
#SPJ1
The correct answer is A. 32.5
Mechanical advantage is the ratio of force that is input into a machine to the force output.
Mechanical advantage of a wheel and axle is calculated by dividing the radius of the wheel by that of the axle.
MA=R/r where R is the radius of the wheel and r is the radius of the axle.
Substituting for the values in the question gives:
MA=26cm/0.8cm
=32.5
Answer: The IF clause.
Explanation: This is the IF clause; you can use it as:
IF (something = true) then "something happens"
else "other thing happens"
Some example of it can be, suppose that your program reads a number X that the user inputs, then you can do:
If ( X > 5) then
print: "the number X is bigger than five"
Else
print: "the number X is smaller than five"
Where, of course, the statements depend on the language used, but the "if" clause works almost the same in every language.