Numerical Problem On Pressure

Numerical problem on pressure

graph TD; B["Numerical Problem on Pressure"]; B --> C1["Problem Statement"]; B --> C2["Given Data"]; B --> C3["Formula to Use"]; B --> C4["Solution Steps"]; B --> C5["Final Answer"]; C1 --> D1["Calculate the pressure exerted by a force of 300 N acting on an area of 15 m²."]; C2 --> D2["Force = 300 N"]; C2 --> D3["Area = 15 m²"]; C3 --> D4["Pressure = Force / Area"]; C4 --> D5["Substitute the given values into the formula."]; C5 --> D6["Pressure = 300 N / 15 m² = 20 Pa"];