Answer:
Realigning the mirror
Explanation:
mirrors should be aligned to minimize blind spots, not look at the tires.
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:
thickness1=1.4m
thickness2=2.2m
convection coefficient=0.33W/m^2K
Explanation:
you must use this equation to calculate the thickness:
L=K(T2-T1)/Q
L=thickness
T=temperature
Q=heat
L1=0.04*(0--350)/10=1.4m
L2=0.1(220-0)/10=2.2m
Then use this equation to calculate the convective coefficient
H=Q/(T2-T1)
H=10/(250-220)=0.33W/m^2K