Answer:
1.3cm
Explanation:
the arrow is 3 lines past the 1 so it is 1.3cm
Answer:
c
Explanation:
if someone is wrong that they can help with
Answer:
heat loss per 1-m length of this insulation is 4368.145 W
Explanation:
given data
inside radius r1 = 6 cm
outside radius r2 = 8 cm
thermal conductivity k = 0.5 W/m°C
inside temperature t1 = 430°C
outside temperature t2 = 30°C
to find out
Determine the heat loss per 1-m length of this insulation
solution
we know thermal resistance formula for cylinder that is express as
Rth =
.................1
here r1 is inside radius and r2 is outside radius L is length and k is thermal conductivity
so
heat loss is change in temperature divide thermal resistance
Q = 
Q = 
Q = 4368.145 W
so heat loss per 1-m length of this insulation is 4368.145 W
Answer:
a.) -147V
b.) -120V
c.) 51V
Explanation:
a.) Equation for potential difference is the integral of the electrical field from a to b for the voltage V_ba = V(b)-V(a).
b.) The problem becomes easier to solve if you draw out the circuit. Since potential at Q is 0, then Q is at ground. So voltage across V_MQ is the same as potential at V_M.
c.) Same process as part b. Draw out the circuit and you'll see that the potential a point V_N is the same as the voltage across V_NP added with the 2V from the other box.
Honestly, these things take practice to get used to. It's really hard to explain this.
Let “w” and “L” be the width and length of the rectangle. “p” and “a” are perimeter and area
For python,
w=int(input(“width”))
l=int(input(“length”))
a= w*l
p=2*w+2*l
print(str(a), str(p)