Answer:
q=2313.04
T=690.86°C
Explanation:
Given that
Thickness t= 20 cm
Thermal conductivity of firebrick= 1.6 W/m.K
Thermal conductivity of structural brick= 0.7 W/m.K
Inner temperature of firebrick=980°C
Outer temperature of structural brick =30°C
We know that thermal resistance

These are connect in series

Heat transfer

So heat flux
q=2313.04
Lets temperature between interface is T
Now by equating heat in both bricks

So T=690.86°C
Answer:
/* C Program to rotate matrix by 90 degrees */
#include<stdio.h>
int main()
{
int matrix[100][100];
int m,n,i,j;
printf("Enter row and columns of matrix: ");
scanf("%d%d",&m,&n);
/* Enter m*n array elements */
printf("Enter matrix elements: \n");
for(i=0;i<m;i++)
{
for(j=0;j<n;j++)
{
scanf("%d",&matrix[i][j]);
}
}
/* matrix after the 90 degrees rotation */
printf("Matrix after 90 degrees roration \n");
for(i=0;i<n;i++)
{
for(j=m-1;j>=0;j--)
{
printf("%d ",matrix[j][i]);
}
printf("\n");
}
return 0;
}
Answer: freemasonry is Being a Mason is about a father helping his son make better decisions; a business leader striving to bring morality to the workplace; a thoughtful man learning to work through tough issues in his life.
Explanation:
Answer:
Some examples of predator and prey are lion and zebra, bear and fish, and fox and rabbit. ... The words "predator" and "prey" are almost always used to mean only animals that eat animals, but the same concept also applies to plants: Bear and berry, rabbit and lettuce, grasshopper and leaf
Explanation: