answersLogoWhite

0

What else can I help you with?

Related Questions

What is the temp in c if the temp is 122 f?

122 degrees Fahrenheit = 50 degrees Celsius[°C] = ([°F] − 32) × 5⁄9


How many calories are needed to raise the temp of 100 grams of water from 20 degree C to 50 degree C?

Heat required = (mass) x (specific heat of substance) x (temp difference) In this case it would be (100) x (1) x (50-20) = 100 x 30 = 3000 cals


Temp of Sahara desert in the day?

The average temperature in the Sahara desert during the day is about 50 C, or a little over 100 F.


What is the maximum allowable operating temperature of an oil-filled transformer?

For a transformer 50 degree c is stable. In most transformers if temp rises above 60 an alaram will sound ,if above 90 trip off. a temp controller which will measure the oil temp will do this actions.


What is the average temp of a tundra?

the average temp is............................................................................................................................................................................................................go find it your self u lazy bum


What is the temperature ranges for low medium and high refrigeration applications?

Low refrigeration applications typically range from -50°C to -18°C, medium refrigeration applications range from -18°C to 0°C, and high refrigeration applications range from 0°C to 10°C. These temperature ranges may vary depending on the specific requirements of the application and the type of refrigeration system being used.


What is the temp range on planet Mercury?

The temp range is between -184o C to 427o C(-300o F to 800o F)


How can you write a c program to find maximum element in row and minimum element in column of a matrix?

#include <stdio.h> main() { int m, n, c, d, A[10][10],temp=0; printf("\nEnter the number of rows and columns for matrix A:\n"); scanf("%d%d", &m, &n); printf("\nEnter the elements of matrix A:\n"); for ( c = 0 ; c < m ; c++ ) for ( d = 0 ; d < n ; d++ ) scanf("%d", &A[c][d]); printf("\nMatrix entered is:\n"); for ( c = 0 ; c < m ; c++ ) { for ( d = 0 ; d < n ; d++ ) printf("%d\t", A[c][d]); printf("\n"); } printf("\n\nMaximum element of each row is:\n"); for(c=0;c<m;c++) { for(d=0;d<n;d++) { if(A[c][d]>temp) temp=A[c][d]; } printf("\n\t\tRow %d: %d",c+1,temp); temp=0; } temp=A[0][0]; printf("\n\nMinimum element of each coloumn is:\n"); for(c=0;c<n;c++) { for(d=0;d<m;d++) { if(A[d][c]<temp) temp=A[d][c]; } printf("\n\t\tColoumn %d: %d",c+1,temp); temp=A[d][c] ; } return 0; }


Warmest temp. football game?

the warmest temp in footy was 36 degrees c.


If a temp is 325 degrees Celsius then what is the temp on a kelvin?

c+273.15 so... 598.15


What is the upper and lower critical temperature of steel?

The upper critical temperature of steel is around 1370°C (2498°F) and the lower critical temperature is around 723°C (1333°F). These temperatures are important in heat treatment processes to control the microstructure and properties of steel.


Why doesn't the 48 to 50 C temperature of the melted agar kill most of the bacteria?

Agar is typically heated to 100°C to ensure it is sterilized. Lower temperatures like 48-50°C may not be sufficient to kill all bacteria present in the agar, especially heat-resistant spores. Some bacteria may survive and grow under these conditions, which is why proper sterilization techniques are important.