Answer:
s= 20.4 m
Explanation:
First lets write down equations for each ball:
s=so+vo*t+1/2a_c*t^2
for ball A:
s_a=30+5*t+1/2*9.81*t^2
for ball B:
s_b=20*t-1/2*9.81*t^2
to find time deeded to pass we just put that
s_a = s_b
30+5*t-4.91*t^2=20*t-4.9*t^2
t=2 s
now we just have to put that time in any of those equations an get distance from the ground:
s = 30 + 5*2 -1/2*9.81 *2^2
s= 20.4 m
Answer:
A safety manager is a person who designs and maintains the safety elements at workplace. A balance should be required for production and the job in providing work environment. As a safety officer in a medium sized manufacturing facility the following organizational system can be designed and maintained:
- Maintaining a workplace as per the guidelines by Occupational safety and health association. The rules and regulation should be such that maintains the manufacturing facilities.
- For warning to workers proper labelling, floor mapping, signs, posters should be used.
- Procurement and usage of safe tools.
- A guideline that describes safety standard and precautionary measures should be available to the workers. They should be aware about all the steps that needs to be taken in crisis.
- Ensuring that the workers have enough training safety and health or accident prevention.
- Identify and eliminate the hazardous elements from the workplace.
- A strict action should be taken against the worker in case of violation of rules and not adhering with guidelines.
Answer:
M = 281.25 lb*ft
Explanation:
Given
W<em>man</em> = 150 lb
Weight per linear foot of the boat: q = 3 lb/ft
L = 15.00 m
M<em>max</em> = ?
Initially, we have to calculate the Buoyant Force per linear foot (due to the water exerts a uniform distributed load upward on the bottom of the boat):
∑ Fy = 0 (+↑) ⇒ q'*L - W - q*L = 0
⇒ q' = (W + q*L) / L
⇒ q' = (150 lb + 3 lb/ft*15 ft) / 15 ft
⇒ q' = 13 lb/ft (+↑)
The free body diagram of the boat is shown in the pic.
Then, we apply the following equation
q(x) = (13 - 3) = 10 (+↑)
V(x) = ∫q(x) dx = ∫10 dx = 10x (0 ≤ x ≤ 7.5)
M(x) = ∫10x dx = 5x² (0 ≤ x ≤ 7.5)
The maximum internal bending moment occurs when x = 7.5 ft
then
M(7.5) = 5(7.5)² = 281.25 lb*ft
Answer:
Define Variables and Use List methods to do the following
Explanation:
#<em>Conjoins two lists together</em>
all_names = male_names.union(female_names)
#<em>Finds the names that appear in both lists, just returns those</em>
neutral_names = male_names.intersection(female_names)
#<em>Returns names that are NOT in both lists</em>
specific_names = male_names.symmetric_difference(female_names)
Answer:
Efficiency based on Otto cycle.
Effotto = 47.47%
Explanation:
Efficiency based on Otto cycle.
effotto = 1 – (V2 / V1)^γ-1
effotto = 1 – (1 / 5)^1.4 - 1
effotto = 47.47%