Answer:
The given function will return an integer in term of j on each iteration of while loop. However, it is noted that this program has some syntax error. The complete code executed in an online R compiler with explanation is given below
Explanation:
def<-function(j){
k=0;
i=1;
while (i<j**3) #j raise to power 3
{
k<-k+1;#k=k+1
i <- i*2;#i=i*2
print(k);#
}
}
def(6)# if you pass the value 6 to function def(j)
Answer:
I think it's 23 ohms.
Explanation:
Not entirely sure about it.
hope this helps
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:




