Answer:
Explanation:if you stretch the hose more tightly the speed of the pulse will reduce..
Get the app socratic I saw the answer to your question on the app but I ran out of screen time to show you
Answer:
P > 142.5 N (→)
the motion sliding
Explanation:
Given
W = 959 N
μs = 0.3
If we apply
∑ Fy = 0 (+↑)
Ay + By = W
If Ay = By
2*By = W
By = W / 2
By = 950 N / 2
By = 475 N (↑)
Then we can get F (the force of friction) as follows
F = μs*N = μs*By
F = 0.3*475 N
F = 142.5 N (←)
we can apply
P - F > 0
P > 142.5 N (→)
the motion sliding
Answer:
Using the above algorithm matches one pair of Ghostbuster and Ghost. On each side of the line formed by the pairing, the number of Ghostbusters and Ghosts are the same, so use the algorithm recursively on each side of the line to find pairings. The worst case is when, after each iteration, one side of the line contains no Ghostbusters or Ghosts. Then, we need n/2 total iterations to find pairings, giving us an P(
)- time algorithm.