1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
valina [46]
3 years ago
6

A completely mixed activated-sludge process is being designed for a wastewater flow of 10,000 m3/d (2.64 mgd) using the kinetics

equations. The influent BOD5 of 180 mg/l is essentially all soluble, and the design effluent BOD5 is 20 mg/L. The effluent biosolids concentration is 15 mg/l, of which 80% is volatile and 65% is biodegradable. For sizing the aeration tank, the SRT is selected to be 8 d and the MLVSS 3000 mg/L. The kinetic constants are as follows:
Y=0.6 mg VSS/mg BOD, ka = 0.06 d-1, Ks = 60 mg/L of BOD, and k = 5.0 day-1.
Determine the efficiency of soluble BOD removal, using the formula
E=S0-Se/S0 X 100
Here, S0 is influent soluble BOD concentration and Se is influent soluble BOD concentration.
Engineering
1 answer:
Elan Coil [88]3 years ago
5 0

Answer:

The efficiency of soluble BOD removal is 88.8889%

Explanation:

For this question not all the given parameters will be used, only the following:

BODi = influent soluble concentration = 180 mg/L

BODe = effluent soluble concentration = 20 mg/L

Question: Determine the efficiency of soluble BOD removal, η = ?

The efficiency of soluble BOD removal can be calculated using the following formula:

\eta =\frac{BOD_{i}-BOD_{e}}{BOD_{i} } *100=\frac{180-20}{180} *100=88.8889%

You might be interested in
A 150-lbm astronaut took his bathroom scale (a spring scale) and a beam scale (compares masses) to the moon where the local grav
kozerog [31]

Answer:

a)Wt =25.68 lbf

b)Wt = 150 lbf

F= 899.59 N

Explanation:

Given that

g = 5.48 ft/s^2.

m= 150 lbm

a)

Weight on the spring scale(Wt) = m g

We know that

1\ lbf=32.17 \ lmb.ft/s^2

Wt = 150 x 5.48/32 lbf

Wt =25.68 lbf

b)

On the beam scale

This is scale which does not affects by gravitational acceleration.So the wight on the beam scale will be 150 lbf.

Wt = 150 lbf

If the plane is moving upward with acceleration 6 g's then the for F

F = m a

We know that

1\ ft/s^2= 0.304\ m/s^2

5.48\ ft/s^2= 1.66\ m/s^2

a=6 g's

a=9.99\ m/s^2

So

F = 90 x 9.99 N

F= 899.59 N

3 0
3 years ago
A motor cycle is moving up an incline of 1 in 30 at a speed of 80 km/h,and then suddenly the engine shuts down.The tractive resi
Ad libitum [116K]

Explanation:

option iii is the right answer.

4 0
3 years ago
Rotating magnetic field inside a set of conducting wires is a simple description of a what
Advocard [28]

Answer:

hii there

It is called an electromagnet. The strength of the magnetic field produced is determined by the amount of current passing through the conductor. The rotating magnetic field is the rotor and the windings in which current is produced are in the fixed stator.

Explanation:

hope it helps

have a nice day : )

5 0
2 years ago
Refrigerant-134a enters the expansion valve of a refrigeration system at 120 psia as a saturated liquid and leaves at 20 psia. D
Shkiper50 [21]

Solution :

$P_1 = 120 \ psia$

$P_2 = 20 \ psia$

Using the data table for refrigerant-134a at P = 120 psia

$h_1=h_f=40.8365 \ Btu/lbm$

$u_1=u_f=40.5485 \ Btu/lbm$

$T_{sat}=87.745^\circ  F$

∴ $h_2=h_1=40.8365 \ Btu/lbm$

For pressure, P = 20 psia

$h_{2f} = 11.445 \ Btu/lbm$

$h_{2g} = 102.73 \ Btu/lbm$

$u_{2f} = 11.401 \ Btu/lbm$

$u_{2g} = 94.3 \ Btu/lbm$

$T_2=T_{sat}=-2.43^\circ  F$

Change in temperature, $\Delta T = T_2-T_1$

                                         $\Delta T = -2.43-87.745$

                                           $\Delta T=-90.175^\circ  F$

Now we find the quality,

$h_2=h_f+x_2(h_g-h_f)$

$40.8365=11.445+x_2(91.282)$

$x_2=0.32198$

The final energy,

$u_2=u_f+x_2.u_{fg}$

   $=11.401+0.32198(82.898)$

   $=38.09297 \ Btu/lbm$

Change in internal energy  

$\Delta u= u_2-u_1$

   = 38.09297-40.5485

  = -2.4556        

5 0
2 years ago
Assume the availability of an existing class, ICalculator, that models an integer arithmetic calculator and contains: an instanc
shtirl [24]

We connect with computers through coding, often known as computer programming.

<h3>How to code?</h3>
  • We connect with computers through coding, often understood as computer programming.
  • Coding exists similar to writing a set of instructions because it instructs a machine what to do.
  • You can instruct computers what to do or how to behave much more quickly by learning to write code.

class ICalculator {

int currentValue;

int add(int value) {

this.currentValue = currentValue + value;

return currentValue;

}

int sub(int value) {

this.currentValue = currentValue - value;

return currentValue;

}

int mul(int value) {

this.currentValue = currentValue * value;

return currentValue;

}

int div(int value) {

this.currentValue = currentValue / value;

return currentValue;

}

}

public class ICalculator2 extends ICalculator {

int negate() {

if (currentValue != 0)

this.currentValue = -currentValue;

return currentValue;

}

public static void main(String[] args) {

ICalculator2 ic = new ICalculator2();

ic.currentValue=5;

System.out.println(ic.add(2));

System.out.println(ic.sub(5));

System.out.println(ic.mul(3));

System.out.println(ic.div(3));

System.out.println(ic.negate());

}

}

To learn more about code, refer to

brainly.com/question/22654163

#SPJ4

3 0
1 year ago
Other questions:
  • Classify the terms as related to a thermal system or mechanical system.
    8·1 answer
  • The speed of an aircraft is given to be 260 m/s in air. If the speed of sound at that location is 330 m/s, the flight of the air
    6·1 answer
  • A 4-pole, 3-phase induction motor operates from a supply whose frequency is 60 Hz. calculate: 1- the speed at which the magnetic
    10·1 answer
  • Different metabolic control systems have different characteristic time scales for a control response to be achieved. Match the t
    6·1 answer
  • Select the correct answer.
    6·1 answer
  • A restaurant and dairy are participating in a community digester pilot program within the UMD Industrial Park. The following was
    9·1 answer
  • Find all the words, Figure out my puzzle!
    14·2 answers
  • Consider coaxial, parallel, black disks separated a distance of 0.20 m. The lower disk of diameter 0.40 m is maintained at 500 K
    13·1 answer
  • Which lists the order of Energy Career Pathways from the source to the customer?
    9·2 answers
  • Is the science of measurement
    13·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!