You need to explain it more simple as everyone is clueless
Answer:
19063.6051 g
Explanation:
Pressure = Atmospheric pressure + Gauge Pressure
Atmospheric pressure = 97 kPa
Gauge pressure = 500 kPa
Total pressure = 500 + 97 kPa = 597 kPa
Also, P (kPa) = 1/101.325 P(atm)
Pressure = 5.89193 atm
Volume = 2.5 m³ = 2500 L ( As m³ = 1000 L)
Temperature = 28 °C
The conversion of T( °C) to T(K) is shown below:
T(K) = T( °C) + 273.15
So,
T₁ = (28.2 + 273.15) K = 301.15 K
Using ideal gas equation as:
PV=nRT
where,
P is the pressure
V is the volume
n is the number of moles
T is the temperature
R is Gas constant having value = 0.0821 L.atm/K.mol
Applying the equation as:
5.89193 atm × 2500 L = n × 0.0821 L.atm/K.mol × 301.15 K
⇒n = 595.76 moles
Molar mass of oxygen gas = 31.9988 g/mol
Mass = Moles * Molar mass = 595.76 * 31.9988 g = 19063.6051 g
Snap rings, and bearings can be used to keep a gear on a shaft, hope this helps!!
Answer:
The code is attached.
Explanation:
I created a string s including 6 colors with spaces in between. Then I converted the string into a list x by using split() method. I used three different methods for removing elements from the list. These methods are remove(), pop() and del.
Then I used methods append(), insert() and extend() for adding elements to the list.
Finally I converted list into a string using join() and adding space in between the elements of the list.
Answer:
Explanation:
We know that Drag force

Where
is the drag force constant.
A is the projected area.
V is the velocity.
ρ is the density of fluid.
Form the above expression of drag force we can say that drag force depends on the area .So We should need to take care of correct are before finding drag force on body.
Example:
When we place our hand out of the window in a moving car ,we feel a force in the opposite direction and feel like some one trying to pull our hand .This pulling force is nothing but it is drag force.