Explanation:
Below is an attachment containing the solution.
Answer:
0.304 L of Freon is needed
Explanation:
Q = mCT
Q is quantity of energy that must be removed = 47 BTU = 47×1055.06 = 49587.82 J
C is specific heat of Freon = 74 J/mol.K = 74 J/mol.K × 1 mol/120 g = 0.617 J/g.K
T is temperature in the area of Mars = 189 K
m = Q/CT = 49587.82/(0.617×189) = 452.23 g = 452.24/1000 = 0.45223 kg
Density of Freon = specific gravity of Freon × density of water = 1.49 × 1000 kg/m^3 = 1490 kg/m^3
Volume of Freon = mass/density = 0.45223/1490 = 0.000304 m^3 = 0.000304×1000 = 0.304 L
Answer:
Upper bounds 22.07 GPa
Lower bounds 17.59 GPa
Explanation:
Calculation to estimate the upper and lower bounds of the modulus of this composite.
First step is to calculate the maximum modulus for the combined material using this formula
Modulus of Elasticity for mixture
E= EcuVcu+EwVw
Let pug in the formula
E =( 110 x 0.40)+ (407 x 0.60)
E=44+244.2 GPa
E=288.2GPa
Second step is to calculate the combined specific gravity using this formula
p= pcuVcu+pwTw
Let plug in the formula
p = (19.3 x 0.40) + (8.9 x 0.60)
p=7.72+5.34
p=13.06
Now let calculate the UPPER BOUNDS and the LOWER BOUNDS of the Specific stiffness
UPPER BOUNDS
Using this formula
Upper bounds=E/p
Let plug in the formula
Upper bounds=288.2/13.06
Upper bounds=22.07 GPa
LOWER BOUNDS
Using this formula
Lower bounds=EcuVcu/pcu+EwVw/pw
Let plug in the formula
Lower bounds =( 110 x 0.40)/8.9+ (407 x 0.60)/19.3
Lower bounds=(44/8.9)+(244.2/19.3)
Lower bounds=4.94+12.65
Lower bounds=17.59 GPa
Therefore the Estimated upper and lower bounds of the modulus of this composite will be:
Upper bounds 22.07 GPa
Lower bounds 17.59 GPa
In order to create a robotic dog, you are needing the necessary parts to create Goddard from Jimmy nutreon boy genius
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);
}
}