Answer:
21: False 22: Unprofessional behavior 23: True Explanation:
Hope this helps!
Answer:
Rate of internal heat transfer = 23.2 Btu/Ibm
mass flow rate = 21.55 Ibm/s
Explanation:
using given data to obtain values from table F7.1
Enthalpy of water at temperature of 100 F = 68.04Btu/Ibm
Enthalpy of water at temperature of 50 F = 18.05 Btu/Ibm
from table F.3
specific constant of glycerin 
<u>The rate of internal heat transfer ( change in enthalpy ) </u>
h4 - h3 = Cp ( T4 - T3 ) --------------- ( 1 )
where ; T4 = 50 F
T3 = 10 F
Cp = 0.58 Btu/Ibm-R
substitute given values into equation 1
change in enthalpy ( h4 - h3 ) = 23.2 Btu/Ibm
<u>Determine mass flow rate of glycol</u>
attached below is the detailed solution
mass flow rate of glycol = 21.55 Ibm/s
Answer:
Work done by the fluid in the piston=164.5kJ/kg
Specific gas constant= 0.263 kJ/kg K
Molecular weight of gas= 31.54 kmol
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:
810 g
Explanation:
Mass is the product of density and volume:
m = ρV
m = (8.1 g/cm³)(100 cm³) = 810 g
The mass of the chunk is 810 grams.