Answer:
The surface area of the primary settling tank is 0.0095 m^2.
The effective theoretical detention time is 0.05 s.
Explanation:
The surface area of the tank is calculated by dividing the volumetric flow rate by the overflow rate.
Volumetric flow rate = 0.570 m^3/s
Overflow rate = 60 m/s
Surface area = 0.570 m^3/s ÷ 60 m/s = 0.0095 m^2
Detention time is calculated by dividing the volume of the tank by the its volumetric flow rate
Volume of the tank = surface area × depth = 0.0095 m^2 × 3 m = 0.0285 m^3
Detention time = 0.0285 m^3 ÷ 0.570 m^3/s = 0.05 s
Answer:
//The program prompts user to input three integers and it displays them, adds and gets their average
//begin
public class Test
{
public static void Main()
{
//input intergers
int[] score = new int[3];
int avg,rem,sum = 0;
for(int i=0;i<3;i++)
{
Console.WriteLine("Enter an integer score ");
score[i] = Convert.ToInt32(Console.ReadLine());
sum = sum + score[i];
}
avg = sum/3;
rem = sum%3;
Console.WriteLine("The average of "+score[0]+","+score[1]+","+score[2]+" is "+avg +" with a remainder of "+rem);
}
}
Answer:
Noise or sound is the energy produced by sounding object which can be felt by our hearing organs .
Explanation:
Noise is produced by vibration in a body.
Answer:
Magnitude of velocity=10.67 m/s
Magnitude of acceleration=24.62 ft/
Explanation:
The solution of the problem is given in the attachments
Answer:

Explanation:
Given that
Vrms= 60 V
Vf= 0.7 V
We know that peak value of AC voltage given as

Now by putting the values

The output voltage of the DC current given as



Therefore output voltage of the DC current is 84.15 V.