Home /
Expert Answers /
Computer Science /
program-1-mathematical-computation-roblem-description-write-a-python-program-to-calculate-the-ma-pa392
(Solved):
Program 1: Mathematical Computation roblem Description: Write a Python program to calculate the ma ...
Program 1: Mathematical Computation roblem Description: Write a Python program to calculate the mass of air, \( \mathrm{m} \) in an automobile tire using the given formula: \( \mathrm{PV}=0.37 \mathrm{~m}(\mathrm{~T}+460) \) Where \( \mathrm{P}= \) Pressure, psi \( \mathrm{V}= \) Volume, cubic feet \( \mathrm{m}= \) Mass of air, pounds \( \mathrm{T}= \) Temperature, degrees Fahrenheit Hints: Modify the given formula to calculate the value of mass of air, \( \mathrm{m} \). Sample Input and Output: Pressure: 32 Volume: 2 Temperature: \( 75.2 \) Mass of air, \( \mathrm{m}=0.32 \) pounds