Answer:
4140 steel contains 0.4% C having higher yield strength and ultimate strength than the 1045 steel contains 0.45% C
Explanation:
we have given 4140 steel contains 0.4% C
we know here that 4140 steel is low steel alloy , and it have low amount of chromium , manganese etc alloying element
and these elements which are present in 4140 steel they increase yield strength and ultimate strength of steel
while in 1045 steel contains 0.45 % c is plain carbon steel
and it do not contain any alloying element
so that 4140 steel contains 0.4% C having higher yield strength and ultimate strength than the 1045 steel contains 0.45% 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:
D
Explanation:
ensuring project end on time through carefully planning and organizing
Answer:
Relative density = 0.545
Degree of saturation = 24.77%
Explanation:
Data provided in the question:
Water content, w = 5%
Bulk unit weight = 18.0 kN/m³
Void ratio in the densest state,
= 0.51
Void ratio in the loosest state,
= 0.87
Now,
Dry density, 

= 17.14 kN/m³
Also,

here, G = Specific gravity = 2.7 for sand

or
e = 0.545
Relative density = 
= 
= 0.902
Also,
Se = wG
here,
S is the degree of saturation
therefore,
S(0.545) = (0.05)()2.7
or
S = 0.2477
or
S = 0.2477 × 100% = 24.77%