Answer:
The corresponding absolute pressure of the boiler is 24.696 pounds per square inch.
Explanation:
From Fluid Mechanics, we remember that absolute pressure (
), measured in pounds per square inch, is the sum of the atmospheric pressure and the working pressure (gauge pressure). That is:
(1)
Where:
- Atmospheric pressure, measured in pounds per square inch.
- Working pressured of the boiler (gauge pressure), measured in pounds per square inch.
If we suppose that
and
, then the absolute pressure is:


The corresponding absolute pressure of the boiler is 24.696 pounds per square inch.
Answer:
import java.util.Scanner;
public class InputExample {
public static void main(String[] args) {
Scanner scnr = new Scanner(System.in);
int birthMonth;
int birthYear;
birthMonth = scnr.nextInt();
birthYear = scnr.nextInt();
System.out.println(birthMonth+"/"+birthYear);
}
}
Answer:
835,175.68W
Explanation:
Calculation to determine the required power input to the pump
First step is to calculate the power needed
Using this formula
P=V*p*g*h
Where,
P represent power
V represent Volume flow rate =0.3 m³/s
p represent brine density=1050 kg/m³
g represent gravity=9.81m/s²
h represent height=200m
Let plug in the formula
P=0.3 m³/s *1050 kg/m³*9.81m/s² *200m
P=618,030 W
Now let calculate the required power input to the pump
Using this formula
Required power input=P/μ
Where,
P represent power=618,030 W
μ represent pump efficiency=74%
Let plug in the formula
Required power input=618,030W/0.74
Required power input=835,175.68W
Therefore the required power input to the pump will be 835,175.68W