Answer: (B) 100
Explanation:
Given that;
Pstatic = 20 psig , hz = 160ft, hf = 20ft
Now total head will be;
T.h = hz + hf
T.h= 160 + 20
T.h = 180ft
Minimum pressure = Psatic + egh
we know that specific weight of water is 62.4 (lb/ft3)
so
P.min = (20 bf/in² ) + (62.4 b/ft³ × 180 fr
P.min = (20 bf/in² ) + ( 62.4 × 180 × 1 ft²/144 in²)
P.min = 20 + 78
P.min = 98 lbf/in²
Therefore the minimum pressure rating (psi) of the piping system is most nearly B) 100
Answer:
see explaination
Explanation:
import java.util.InputMismatchException;
import java.util.Scanner;
public class calculate {
static float a=0,b=0;
double cal()
{
if(a==0||b==0)
{
System.out.println("no values found in a or b");
start();
}
double x=(a*a)+(b*b);
double h=Math.sqrt(x);
a=0;
b=0;
return h;
}
float enter()
{
float val=0;
try
{
System.out.println("Enter side");
Scanner sc1 = new Scanner(System.in);
val = sc1.nextFloat();
return val;
}
catch(InputMismatchException e)
{
System.out.println("Enter correct value");
}
return val;
}
void start()
{
calculate c=new calculate();
while(true)
{
System.out.println("Enter Command");
Scanner sc = new Scanner(System.in);
String input = sc.nextLine();
switch(input)
{
case "A":
a=c.enter();
break;
case "B":
b=c.enter();
break;
case "C":
double res=c.cal();
System.out.println("Hypotenuse is : "+res);
break;
case "Q":
System.exit(0);
default:System.out.println("wrong command");
}
}
}
public static void main(String[] args) {
calculate c=new calculate();
c.start();
}
}
Answer:
def output_ints_less_than_or_equal_to_threshold(user_values, upper_threshold):
for value in user_values:
if value < upper_threshold:
print(value)
def get_user_values():
n = int(input())
lst = []
for i in range(n):
lst.append(int(input()))
return lst
if __name__ == '__main__':
userValues = get_user_values()
upperThreshold = int(input())
output_ints_less_than_or_equal_to_threshold(userValues, upperThreshold)
1 micro gram of Strontium-90 has an activity of
0.0000053 terabecquerels (TBq),
Explanation:
Given information denotes that .,one gram of Strontium-90 has an activity of 5.3 terabecquerels (TBq)
the activity of 1 micro gram is
1 gram = 1,000,000 micro gram has activities of 5.3 terabecquerels
therefore 1 micro gram has the activity of (5.3 ÷ 1,000,000 = 0.0000053 )
= 
Hence ., 1 micro gram of Strontium-90 has an activity of
0.0000053 terabecquerels (TBq),
Answer:
Power = 371.28 kW
Explanation:
Initial pressure, P1 = 5 bar
Final pressure, P2 = 1 bar
Initial temperature, T1 = 320°C
Final temperature, T2 = 160°C
Volume flow rate, V = 0.65m³/s
From steam tables at state 1,
h1 = 3105.6 kJ/kg, s1 = 7.5308 kJ/kgK
v1 = 0.5416 m³/kg
Mass flow rate, m = V/v1
m = 1.2 kg/s
From steam tables, at state 2
h2 = 2796.2 kJ/kg, s2 = 7.6597 kJ/kgK
Power developed, P = m(h1 - h2)
P = 1.2(3105.6-2796.2)
P = 371.28 kW