Answer:
Both Technician A and B are correct.
Explanation: A brake lathe is a special tool used to improve or work on the surface of brake pads it helps to smoothen the surface.
Brake lathe has been found to be very effective in removing rusts in rotors and unevenness in the brake pad surfaces in order to ensure the efficiency and effectiveness of the brake system of a vehicle. Hence, a brake lathe helps to make brake rotor surface as smooth as possible.
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:
The conversion factor is 0.00223 ( 1 gallon per minute equals 0.00223 cubic feet per second)
Explanation:
Since the given volume flow rate is gallons per minute.
We know that 1 gallon = 3.785 liters and
1 minute = 60 seconds
Let the flow rate be 
Now replacing the gallon and the minute by the above values we get

Thus 
Now since we know that 1 liter = 
Using this in above relation we get

From the above relation we can see that flow rate of 1 gallons per minute equals flow rate of 0.00223 cubic feet per second. Thus the conversion factor is 0.00223.
Answer:
The break force that must be applied to hold the plane stationary is 12597.4 N
Explanation:
p₁ = p₂, T₁ = T₂


The heat supplied =
× Heating value of jet fuel
The heat supplied = 0.5 kg/s × 42,700 kJ/kg = 21,350 kJ/s
The heat supplied =
·
= 20 kg/s
The heat supplied = 20*
= 21,350 kJ/s
= 1.15 kJ/kg
T₃ = 21,350/(1.15*20) + 485.03 = 1413.3 K
p₂ = p₁ × p₂/p₁ = 95×9 = 855 kPa
p₃ = p₂ = 855 kPa
T₃ - T₄ = T₂ - T₁ = 485.03 - 280.15 = 204.88 K
T₄ = 1413.3 - 204.88 = 1208.42 K

T₅ = 1208.42*(2/2.333) = 1035.94 K
= √(1.333*287.3*1035.94) = 629.87 m/s
The total thrust =
×
= 20*629.87 = 12597.4 N
Therefore;
The break force that must be applied to hold the plane stationary = 12597.4 N.
Answer:
Lay the person down and elevate thier legs slightly.
Explanation: