Answer:
Only Technician B is right.
Explanation:
The cylindrical braking system for a car works through the mode of pressure transmission, that is, the pressure applied to the brake pedals, is transmitted to the brake pad through the cylindrical piston.
Pressure applied on the pedal, P(pedal) = P(pad)
And the Pressure is the applied force/area for either pad or pedal. That is, P(pad) = Force(pad)/A(pad) & P(pedal) = F(pedal)/A(pedal)
If the area of piston increases, A(pad) increases and the P(pad) drops, Meaning, the pressure transmitted to the pad reduces. And for most cars, there's a pressure limit for the braking system to work.
If the A(pad) increases, P(pad) decreases and the braking force applied has to increase, to counter balance the dropping pressure and raise it.
This whole setup does not depend on the length of the braking lines; it only depends on the applied force and cross sectional Area (size) of the piston.
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;
}
Mass affects the weight of an airplane because everything has mass
Answer:
Explanation:
We have learned that three things are required for the anodic and cathodic steps of corrosion to occur: an electrolyte, an exposed metal surface, and an electron acceptor. It follows, then, that we can prevent corrosion by removing one of these essential conditions.
Answer:
P = 0.490 kip
Explanation:
given data
allowable bearing stress = 2 ksi
allowable tensile stress = 18 ksi
diameter = 0.31 in
outer diameter = 0.75 in
inner diameter (hole) = 0.50 in
solution
we find here cross section area of shank that is express as
Area =
..................1
area =
area = 0.0754 in²
and
now we get here allowable load in bolt will be
...................2
P =
P = 18 × 10³ × 0.0754
P = 1357.2 = 1.357 kip
and
now find here area of washer is
Area =
.......................3
put here value
Area =
area = 0.2454 in²
so now we get here allowable load of washer will be
.....................4
P = 2 × 10³ × 0.245
P = 490 = 0.490 kip