Answer:
1123.6 pounds/ square inch.
Explanation:
Fluid pressure is the ratio of force or weight applied by the fluid per unit area.
i.e Fluid pressure = 
The maximum load of the jack is obtained at its maximum capacity = 5000 pounds
Area of the large piston on the jack = 4.45 square inches
Thus,
Fluid pressure = 
= 1123.5955
Fluid pressure = 1123.6 pounds/ square inch
Thu, the fluid pressure in the jack at maximum load is 1123.6 pounds/ square inch.
B is the correct answe it will fail if more than 12.000
Hope this helps
:)
Jake because the more speed, the more kinetic energy which = force.
The answer is deindividuation - a psychological state in which a person does not feel individual responsibility.
Explanation:
def checklist(a_list, a_value):// def //used to name a function, the //arguments being passed into the //functions are a_list and a_value
if a_value in list://if statement to
//check if it's in the list or not
print("")//print statement to do
//nothing
else://else statement for if the
//a_value is in a_list
a_list.append(a_value)//this adds
//the value to the list