Answer:
The code will be:
#include <stdio.h>
#include <stdlib.h>
main () {
double weight, shippingCharge, rate, segments;
int distance;
printf("Enter the weight: \n");
scanf("%lf", &weight);
printf("Enter the distance: \n");
scanf("%i", &distance);
if (weight <= 10) {
printf("Rate is $3.00 \n");
rate = 3;
} else {
printf("Rate is $5.00 \n");
rate = 5;
}
if (distance % 500 == 0) {
segments = distance / 500;
} else {
segments = distance / 500 + 1;
}
shippingCharge = rate * segments;
if (distance >1000) {
shippingCharge = shippingCharge + 10;
}
printf("Your shipping charge is $%lf\n", shippingCharge);
system ("pause");
}
Answer:
4.8°C
Explanation:
The rate of heat transfer through the wall is given by:


Assumptions:
1) the system is at equilibrium
2) the heat transfer from foam side to interface and interface to block side is equal. There is no heat retention at any point
3) the external surface of the wall (concrete block side) is large enough that all heat is dissipated and there is no increase in temperature of the air on that side






temperature at the interface
Solving for
will give the temperature at the interface:





Answer:
The correct answer is "1341.288 W/m".
Explanation:
Given that:
T₁ = 300 K
T₂ = 500 K
Diameter,
d = 0.2 m
Length,
l = 1 m
As we know,
The shape factor will be:
⇒ ![SF=\frac{2 \pi l}{ln[\frac{1.08 b }{d} ]}](https://tex.z-dn.net/?f=SF%3D%5Cfrac%7B2%20%5Cpi%20l%7D%7Bln%5B%5Cfrac%7B1.08%20b%20%7D%7Bd%7D%20%5D%7D)
By putting the value, we get
⇒ ![=\frac{2 \pi l}{ln[\frac{1.08\times 1}{0.2} ]}](https://tex.z-dn.net/?f=%3D%5Cfrac%7B2%20%5Cpi%20l%7D%7Bln%5B%5Cfrac%7B1.08%5Ctimes%201%7D%7B0.2%7D%20%5D%7D)
⇒ 
hence,
The heat loss will be:
⇒ 



Answer:
well what do you wanna talk about friend?
Explanation:
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.