On a clear summer afternoon, the wind speed is 4.2 m/s. Emission rate of PM10 from a coal-fired power plant is 5000 g/s. What is the downwind concentration (in mg/m³) at a point 1.5 km downwind and 300 m perpendicular to the plume centerline? Stack parameters: Physical stack height = 75.0 m Diameter 1.5 m Exit velocity 12.0 m/s AR Temperature = 595 K Atmospheric conditions: 5,-225 m S₂-170 m Pressure 100.0 kPa Temperature 301 K In the previous problem, how would the concentration of PM₁0 at this location change if there was an inversion present so that distance 2x3 km? a)Increase b)Decrease c)No change. If the atmospheric conditions were unstable and promoted plume spreading, how would it affect S, and S₂? a)Increase b)Decrease c)No change. How would cooler air temperature affect the plume rise? a) Increase b) Decrease c) No change

Answers

Answer 1

The correct option is b. Decrease. The stack parameters are S and S₂. If the atmospheric conditions were unstable and promoted plume spreading, it would increase the S and S₂ values. The correct option is a. Increase. Cooler air temperature would cause a decrease in plume rise, the correct option is b. Decrease.

Given that wind speed on a clear summer afternoon, V = 4.2 m/s.

Emission rate of PM10 from a coal-fired power plant is E = 5000 g/s.

The downwind distance of the point of interest from the source of emission, x = 1.5 km.

The perpendicular distance of the point of interest from the plume centerline, y = 300 m.

Stack parameters are as follows:

Physical stack height = H = 75.0 m

Diameter = D = 1.5 m

Exit velocity = V1 = 12.0 m/s

Stack gas temperature, Tg = 595 K

Atmospheric conditions are as follows: 5 km < z < H:

Adiabatic lapse rate = 6.49 °C/1000mH < z < 25 km:

Adiabatic lapse rate = 9.8 °C/1000m25 km < z:

Adiabatic lapse rate = 6.49 °C/1000m

S = -225 m and S₂ = -170 m

Pressure = 100.0 kPa

Temperature = Ta = 301 K

The downwind concentration at a point x = 1.5 km and y = 300 m can be calculated as follows:

The Gaussian plume model equation for ground-level concentrations can be written as

Cx,y = (E / 2π Vσyσz)exp[-(y²/2σy²) - {(z - H)² / 2σz²}] ---------(1)

where σy = (ayx.y + ay) x and

σz = (azx.y² + az) xσy = (0.38 x y + 28) mσz = (0.25 x y + 13) m for x ≤ 4σz = (1.4 x x0.6) m for x > 4

where,

ax = (V / V1)0.8

az = 0.0039 (Tg + Ta)/2(P / 101)0.5

ay = 1.4 (z / H)

azx = 2 x [tex]10^{-4[/tex] z

Where x is in km.

Calculating the downwind concentration at point P(1.5, 0.3) km:

ax = (V / V1)0.8

= (4.2 / 12)0.8

= 0.4002

az = 0.0039 (Tg + Ta)/2(P / 101)0.5

= 0.0039 (595 + 301)/2(100 / 101)0.5

= 0.0084

ay = 1.4 (z / H)

= 1.4 (-225 / 75)

= -4.2

azx = 2 x[tex]10^{-4[/tex] z

= 2 x [tex]10^{-4[/tex] (-225)

= -0.045

The value of ayx.y = 0 for this problem.

σy = (ayx.y + ay) x= (0 + (-4.2 x y + 28))

m= (-4.2 x 0.3 + 28)

m= 26.64

mσz = (azx.y² + az)

x= [(2 x [tex]10^{-4[/tex] x (-225)²) + 0.0039(595 + 301)/2(100 / 101)0.5]

x= [10.125 + 0.00699]

x= 10.132 m for x ≤ 4 km

For x > 4 km, σz = (1.4 x x0.6) m= (1.4 x [tex]4^{0.6[/tex]) m= 3.04 m

Using the values of E, V, σy, and σz in Equation (1), we can calculate the downwind concentration at point P(1.5, 0.3) km:

Cx,y = (E / 2π Vσyσz)exp[-(y²/2σy²) - {(z - H)² / 2σz²}]---------(1)

Cx,y = (5000 / 2π x 4.2 x 26.64 x 10.132)exp[-(0.3²/2 x 26.64²) - {(-225 - 75)² / 2 x 10.132²}]C(x, y)

= 0.303 mg/m³

The concentration of PM10 at point P (2x3 km away from the source) with an inversion would be less than 0.303 mg/m³ at point P.

Thus, the correct option is b. Decrease. The stack parameters are S and S₂. If the atmospheric conditions were unstable and promoted plume spreading, it would increase the S and S₂ values.

Hence, the correct option is a. Increase. Cooler air temperature would cause a decrease in plume rise, hence the correct option is b. Decrease.

To know more about Stack parameters visit:

https://brainly.com/question/33446834

#SPJ11


Related Questions

pls answer right away, in numerical solutions ty..
3. Fit the curve y = ax²+bx+c to the given data below using Lagrange Polynomial Interpolation. X 1 2 3 4 5 y 0.25 0.1768 0.1443 0.125 0.1118

Answers

Fit the curve y = ax² + bx + c to the given data using Lagrange Polynomial Interpolation, we can follow these steps:

1. Define the given data:

X = [1, 2, 3, 4, 5]y = [0.25, 0.1768, 0.1443, 0.125, 0.1118]

2. Determine the Lagrange polynomials for each data point:

Define the Lagrange polynomial for each data point as L_i(x), where i represents the index of the data point.L_i(x) = Π[(x - X_j) / (X_i - X_j)], where j ≠ i and Π denotes the product notation.

3. Express the curve y = ax² + bx + c in terms of Lagrange polynomials:

y(x) = Σ[y_i * L_i(x)], where y_i represents the corresponding y-value of each data point.

4. Calculate the coefficients a, b, and c by substituting the given data into the expression for y(x):

Substitute x = X_1, X_2, X_3, X_4, and X_5, and solve the resulting system of equations to obtain the coefficients.

5. Substitute the calculated coefficients into the equation y = ax² + bx + c to obtain the final curve that fits the given data.

By using Lagrange Polynomial Interpolation, we can determine the coefficients a, b, and c to fit the curve y = ax² + bx + c to the given data. This method provides a polynomial approximation that passes through all the given data points.

Learn more about Lagrange Polynomial Interpolation :

https://brainly.com/question/32644877

#SPJ11

A well of 0.4 m diameter fully penetrates a 25-m-thick confined aquifer of coefficient of permeability of 12 m/day. The well is located in the center of a circular island of radius 1km. The water level at the boundary of the island is 80 m. At what rate should the well be pumped so that the water level in the well remains 60 m above the bottom?

Answers

Therefore, the well should be pumped at a rate of 0.012 m³/day so that the water level in the well remains 60 m above the bottom.

Given, Diameter of the well = 0.4 m

Radius of the island = 1 km

Thickness of the confined aquifer = 25 m

Coefficient of permeability of the aquifer = 12 m/day

Initial water level at the boundary of the island = 80 m

Final water level in the well = 60 m above the bottom

We need to find the rate at which the well should be pumped.

Step 1: Determine the Transmissibility of the Aquifer

We know that,

Transmissibility (T) = coefficient of permeability * thickness of the aquifer

T = 12 m/day * 25 m = 300 m²/day

Step 2: Determine the Resistance of the Aquifer to Flow

The resistance of the aquifer to flow is equal to the distance from the well to the edge of the island.

Since the well is located in the center of the island, the radius of the island is the resistance of the aquifer to flow.

R = 1 km = 1000 m

Step 3: Determine the Drawdown

The drawdown is the difference between the initial water level and the final water level.

Drawdown = 80 m - 60 m = 20 m

Step 4: Calculate the Pumping Rate

The pumping rate can be calculated using the formula,

Q = (2πT/h) * (dC/dr)

Q = (2πT/h) * S

Where,

Q = pumping rate

T = transmissibility of the aquifer

h = resistance of the aquifer to flow

S = drawdown

dC/dr = the slope of the water table

We know that the slope of the water table is equal to the drawdown divided by the radius of the island.

dC/dr = S/R = 20/1000 = 0.02

Using this value in the formula, we get,

Q = (2πT/h) * S = (2π * 300 / 1000) * 0.02Q = 0.012 m³/day

Therefore, the well should be pumped at a rate of 0.012 m³/day so that the water level in the well remains 60 m above the bottom.

To know more about permeability  visit:

https://brainly.com/question/1023696

#SPJ11

The amount of potential energy, P, an object has is equal to the product of its mass, m, its height off the ground, h, and the gravitational constant, g. This can be modeled by the equation P = mgh.

The sum of the interior angles, s, in an n-sided polygon can be determined using the formula s=180(n−2), where n is the number of sides.

Using this formula, how many sides does a polygon have if the sum of the interior angles is 1,260°? Round to the nearest whole number.

6 sides
7 sides
8 sides
9 sides

Answers

The number of sides in the polygon is 9.

To determine the number of sides in a polygon when the sum of the interior angles is given, we can use the formula s = 180(n-2), where s represents the sum of the interior angles and n represents the number of sides.

In this case, we are given that the sum of the interior angles is 1,260°. We can substitute this value into the formula and solve for n:

1,260 = 180(n-2)

Dividing both sides of the equation by 180 gives:

7 = n - 2

Adding 2 to both sides of the equation gives:

n = 7 + 2

n = 9

Consequently, the polygon has nine sides.

for such more question on polygon

https://brainly.com/question/12622435

#SPJ8

reversible refrigerant A has 100 RT capacity and runs between -5 and 15 C calculate the COR when A makes ice from 10' water for 24 hr. Q9. reversible refrigerant A has 10 RT capacity with the temp. for condenser 25 C and boiler -20 C Calculate the power required to run A

Answers

Coefficient of Refrigeration is approximately 0.00095.

The power required to run reversible refrigerant A with a 10 RT capacity is approximately 35.169 kW.

To calculate the Coefficient of Refrigeration (COR) when reversible refrigerant A makes ice from 10°C water for 24 hours, we need to use the formula:
COR = Heat extracted / Work done

First, let's calculate the heat extracted. To do this, we need to find the change in enthalpy (ΔH) when the refrigerant changes state from water to ice. The heat extracted can be calculated using the formula:
Q = m * ΔH
where Q is the heat extracted, m is the mass of water, and ΔH is the change in enthalpy.

To calculate the mass of water, we need to know the specific heat capacity of water, which is 4.18 J/g°C. Let's assume the mass of water is 1 gram for simplicity.
Q = 1g * ΔH

Now, let's calculate the change in enthalpy (ΔH). The change in enthalpy when water changes state from liquid to solid (freezing) is known as the latent heat of fusion (Lf). The latent heat of fusion for water is 334 J/g.
ΔH = Lf = 334 J/g
Substituting the values into the formula:
Q = 1g * 334 J/g
Q = 334 J

Now, let's calculate the work done. The work done can be calculated using the formula:
Work done = COP * Energy input
where COP is the Coefficient of Performance. Since the refrigerant is reversible, the COP is equal to the Coefficient of Refrigeration (COR).

Given that the reversible refrigerant A has a 100 RT (Refrigeration Tons) capacity, we can calculate the energy input using the formula:
Energy input = RT * 3.5169 kW
Substituting the values into the formula:
Energy input = 100 RT * 3.5169 kW
Energy input = 351.69 kW

Now, let's calculate the COR:
COR = Heat extracted / Work done
COR = 334 J / 351.69 kW

To make the units compatible, we need to convert kW to J by multiplying by 1000:
COR = 334 J / (351.69 kW * 1000)
COR = 334 J / 351,690 J
COR ≈ 0.00095
Therefore, the Coefficient of Refrigeration (COR) when reversible refrigerant A makes ice from 10°C water for 24 hours is approximately 0.00095.


Moving on to the second part of the question, to calculate the power required to run reversible refrigerant A with a 10 RT capacity, we need to use the formula:

Power = Energy input / Time
Given that the refrigerant has a 10 RT capacity, we can calculate the energy input using the same formula as before:

Energy input = 10 RT * 3.5169 kW
Energy input = 35.169 kW
Assuming the time required to run the refrigerant is 1 hour:
Power = 35.169 kW / 1 hour
Power = 35.169 kW

Therefore, the power required to run reversible refrigerant A with a 10 RT capacity is approximately 35.169 kW.

To know more about the Coefficient of Refrigeration :

https://brainly.com/question/28336003

#SPJ11

1.If you roll two 20-sided dice, how many possible outcomes are there for each roll?
20
36
40
400
.2.Which of the following generating functions represents the series, 1,3,9,27,… ? (1/1−3x)
(1/1−x)
(3/1−x)
(1/1-2x)

Answers

The number of possible outcomes for each roll of two 20-sided dice is 400, and the generating function that represents the series 1, 3, 9, 27, ... is (1/1-3x).

1. If you roll two 20-sided dice, the number of possible outcomes for each roll can be determined by considering the number of sides on each die.

Since each die has 20 sides, there are 20 possible outcomes for the first die and 20 possible outcomes for the second die.

To find the total number of outcomes, we multiply the number of outcomes for each die together.

Therefore, the total number of possible outcomes for each roll is 20 * 20 = 400.

2. To determine which of the given generating functions represents the series 1, 3, 9, 27, ..., we need to analyze the pattern of the series.

In this series, each term is obtained by multiplying the previous term by 3. Starting with 1, we have:
1 * 3 = 3
3 * 3 = 9
9 * 3 = 27

This pattern continues indefinitely.

To express this pattern using a generating function, we need to consider the coefficient of each term. In this case, the coefficient is always 1 because we're multiplying the previous term by 3.

Among the given options, the generating function (1/1-3x) represents the series 1, 3, 9, 27, ... because it matches the pattern of multiplying the previous term by 3.

The coefficient of each term is 1, and the exponent of x increases by 1 with each term.

Therefore, the correct generating function is (1/1-3x).

In summary, the number of possible outcomes for each roll of two 20-sided dice is 400, and the generating function that represents the series 1, 3, 9, 27, ... is (1/1-3x).

Learn more about possible outcomes from this link:

https://brainly.com/question/30241901

#SPJ11

15. Give an example of four positive integers such that any three of them have a common divisor greater than although only +1 divide all four of them.

Answers

We can say that there are no four positive integers a, b, c, and d such that any three of them have a common divisor greater than 1, although only +1 divide all four of them.

Let's say that the four positive integers are a, b, c and d.

As per the given statement, although only +1 divide all four of them. Therefore, we can say that the four numbers are co-prime to each other. That is, the only common divisor they have is +1.

So, let us now assume that any three of the given numbers have a common divisor greater than 1. Let us suppose that the numbers a, b, c have a common divisor greater than 1. Then we can write the numbers as follows:

a = xk1

b = xk2

c = xk3

d = p

where x is the greatest common divisor of a, b, c and p is a prime number, and k1, k2, and k3 are positive integers. Since a, b, and c have a common divisor, we can say that x > 1.

Hence, the fourth number d can be written as follows:

d = xy

where y is an integer, not equal to k1, k2, or k3. We now need to prove that d is co-prime to a, b, and c. Since x is the greatest common divisor of a, b, and c, x cannot divide d.

Hence, the only common divisor that d shares with a, b, and c is +1.

Therefore, we can say that there are no four positive integers a, b, c, and d such that any three of them have a common divisor greater than 1, although only +1 divide all four of them.

To know more about prime number, visit:

https://brainly.com/question/4184435

#SPJ11

For each the following reactions, you start with 1.00 M of each of the reactants and products(except liquids and solids)at 298 K. a. Which way will each reaction run (to products or reactants)from the standard state? Calculate AGºto confirm. b. Let's say you don't start at equilibrium. Instead Q = 5 for each of the reactions. Which way would the reactions run? Would AG be positive, negative or about zero? No calculation needed. 2 NO2(g) = N2O4(g) Keq= 180 CO(g) + H2O(g) = CO2(g) + H2(g) Keq= 5 HF(aq)+H2O(l) = F(aq) + H3O*(aq) Keq= 6 x 10-4

Answers

2 NO2(g) = N2O4(g) Keq= 180a. The reaction will be spontaneous in the forward direction from the standard state because ΔGº is negative.

ΔGº for this reaction is calculated as follows:ΔGº = -RT

ln Keq= -8.314 x 298 x ln 180

= - 20.0 kJ/molb.

If Q is greater than Keq, the reaction will proceed in the backward direction to establish equilibrium. If Q is less than Keq, the reaction will proceed in the forward direction to establish equilibrium. If Q is equal to Keq, the reaction is already at equilibrium.

In this case, we don't need to calculate ΔGº. CO(g) + H2O(g) = CO2(g) + H2(g) Keq= 5a.

The reaction will be spontaneous in the backward direction from the standard state because ΔGº is positive. ΔGº for this reaction is calculated as follows:

ΔGº = -RT

ln Keq= -8.314 x 298 x ln (1/5)

= +7.15 kJ/molb.

If Q is greater than Keq, the reaction will proceed in the backward direction to establish equilibrium.

If Q is less than Keq, the reaction will proceed in the forward direction to establish equilibrium. If Q is equal to Keq, the reaction is already at equilibrium. In this case, we don't need to calculate

ΔGº. HF(aq)+H2O(l) = F(aq) + H3O*(aq) Keq= 6 x 10-4a.

The reaction will be spontaneous in the forward direction from the standard state because ΔGº is negative. ΔGº for this reaction is calculated as follows:

ΔGº = -RTln Keq= -8.314 x 298 x ln (6 x 10^-4)

= -20.6 kJ/molb.

If Q is greater than Keq, the reaction will proceed in the backward direction to establish equilibrium. If Q is less than Keq, the reaction will proceed in the forward direction to establish equilibrium. If Q is equal to Keq, the reaction is already at equilibrium.

In this case, we don't need to calculate ΔGº.

Therefore, the above-given reactions are written in the desired format and are solved based on the calculations of ΔGº.

To know more about equilibrium visit :

brainly.com/question/30694482

#SPJ11

A barge 2.4m long, 1.25m wide and 1m high is submerged in water at a depth of 0.4m. Compute the reinstating moment when the angle of tilt is 10° due to wind travelling along with the width of the barge.* 154.38 N-m, 1714.46N-m, 116.25 N-m, 1941.98 N-m.

Answers

The reinstating moment when the angle of tilt is 10° due to wind traveling along the width of the barge is 820.13 N-m.

To compute the reinstating moment when the barge is tilted due to wind,  use the principle of buoyancy and the lever arm concept. The reinstating moment is the product of the buoyant force acting on the barge and the lever arm distance.

calculate the buoyant force acting on the barge. The buoyant force is equal to the weight of the water displaced by the submerged part of the barge.

Volume of the submerged part of the barge:

Volume = Length × Width × Depth

Volume = 2.4m ×1.25m × 0.4m

Volume = 1.2 m³

Density of water = 1000 kg/m³ (approximately)

Buoyant force = Density × Volume × Gravity

Buoyant force = 1000 kg/m³ × 1.2 m³ ×9.8 m/s²

Buoyant force = 11760 N

calculate the lever arm distance. The lever arm is the perpendicular distance between the line of action of the buoyant force and the axis of rotation (tilt point).The tilt point is at the bottom of the barge.

Lever arm distance = Depth × sin(angle)

Lever arm distance = 0.4m × sin(10°)

Lever arm distance ≈ 0.0698 m

calculate the reinstating moment:

Reinstating moment = Buoyant force × Lever arm distance

Reinstating moment = 11760 N × 0.0698 m

Reinstating moment ≈ 820.13 N-m

To know more about  angle here

https://brainly.com/question/30147425

#SPJ4

Given the relationship for structure factor (Fhkl) in equation (1) and noting that exp(n.1t.i) = (-1)" predict which planes of a fcc alloy of composition A3B will yield reflections when the atoms are disordered and when they are ordered and thus explain the term superlattice reflections. n Fnki = Efn.exp(2.7.1.(hu, + kv , + lwn)) (1) (, ) = hkl n n 1 (hint: you should i) decide where atoms are positioned in ordered and disordered alloy and then ii) calculate F for (hkl) = (100), (110), (111), (200), (210) for both situations) = 10 c) Calculate the angle between the (111) (200) planes in a cubic crystal. 4

Answers

The angle between the (111) and (200) planes in a cubic crystal is cos^(-1)(1 / 3^(1/2)).

The given equation (1) represents the relationship for the structure factor (Fhkl) in a fcc alloy. The equation includes the exponential term exp(n.1t.i) = (-1)^n, where n is an integer. This term determines whether the planes of the alloy will yield reflections when the atoms are disordered or ordered.

To predict which planes will yield reflections, we need to consider the positions of atoms in both the ordered and disordered alloy.

1. Ordered Alloy:
In an ordered fcc alloy, the A and B atoms are arranged in a regular pattern. The atoms are positioned at the corner, face center, and body center of the unit cell. The arrangement can be represented as A-B-A-B along the (100) plane, A-A-B-B along the (110) plane, and A-B-B-A along the (111) plane. Since the positions of atoms are fixed, the structure factor Fhkl for these planes will be non-zero.

2. Disordered Alloy:
In a disordered fcc alloy, the A and B atoms are randomly mixed throughout the crystal lattice. There is no specific arrangement pattern. The atoms can occupy any position within the unit cell. In this case, the structure factor Fhkl will depend on the interference between A and B atoms and can be zero or non-zero depending on the combination of atoms.

Now, let's calculate the structure factor F for the given planes (100), (110), (111), (200), and (210) for both the ordered and disordered alloy situations:

- For the ordered alloy:
 - For the (100) plane, A-B-A-B arrangement, Fhkl = 4.
 - For the (110) plane, A-A-B-B arrangement, Fhkl = 0.
 - For the (111) plane, A-B-B-A arrangement, Fhkl = 4.
 - For the (200) plane, Fhkl = 0 as it does not intersect any atom.
 - For the (210) plane, Fhkl = 0 as it does not intersect any atom.

- For the disordered alloy:
 - The structure factor Fhkl will depend on the random arrangement of A and B atoms. It can be zero or non-zero, depending on the specific arrangement.

The term "superlattice reflections" refers to additional reflections observed in the diffraction pattern of a disordered alloy. These reflections occur due to the interference between the randomly arranged atoms. The intensity of these superlattice reflections depends on the arrangement of atoms and can provide information about the disorder in the alloy.

To calculate the angle between the (111) and (200) planes in a cubic crystal, we need to consider the Miller indices of the planes. The Miller indices for the (111) plane are (1, 1, 1) and for the (200) plane are (2, 0, 0). The angle between these planes can be determined using the formula:

cos(theta) = (h1h2 + k1k2 + l1l2) / [(h1^2 + k1^2 + l1^2)(h2^2 + k2^2 + l2^2)]^(1/2)

Substituting the values, we get:

cos(theta) = (1*2 + 1*0 + 1*0) / [(1^2 + 1^2 + 1^2)(2^2 + 0^2 + 0^2)]^(1/2)
          = 2 / (6 * 4)^(1/2)
          = 1 / 3^(1/2)

Taking the inverse cosine of both sides, we find:

theta = cos^(-1)(1 / 3^(1/2))

Therefore, the angle between the (111) and (200) planes in a cubic crystal is cos^(-1)(1 / 3^(1/2)).

Know more about cubic crystal:

https://brainly.com/question/5766163

#SPJ11

125 moles of gaseous propane are stored in a rigid 22.6 L tank. The temperature is 245°C.
Determine the pressure inside the tank (atm).

Answers

The pressure inside the tank is 20.5 atm.

To determine the pressure inside the tank, we can use the ideal gas law equation: PV = nRT, where P is the pressure, V is the volume, n is the number of moles, R is the ideal gas constant, and T is the temperature in Kelvin.

First, we need to convert the temperature from Celsius to Kelvin by adding 273.15. Thus, the temperature becomes 245 + 273.15 = 518.15 K.

Next, we can rearrange the ideal gas law equation to solve for pressure: P = (nRT) / V. Substituting the given values, we have P = (125 moles * 0.0821 L·atm/(mol·K) * 518.15 K) / 22.6 L.

Simplifying this equation gives us P = 20.5 atm.

Learn more about Pressure

brainly.com/question/29341536

#SPJ11

A rectangular concrete beam 450 mm wide and reinforced for tension by 5-f32 mm bars and for compression by 3-f28 mm bars has the following properties: Eff. depth of tension bars, d = 650 mm Eff. depth of compression bars, d’ = 70 mm Concrete strength, f’c = 20.7 MPa Reinforcing steel strength, fy = 344.8 MPa
a. Find the depth of compression block.
b. Find the ultimate moment capacity of the beam.
c. Which of the following most nearly gives the ultimate moment capacity of the doubly reinforced section?

Answers

a. Depth of compression block is 633 mm.

b. The ultimate moment capacity of the beam is Mu ≈ 1134.26 kN.m

c. The ultimate moment capacity of the doubly reinforced section is;

1.134 kN.m

A). Depth of compression block

The depth of the compression block can be found using the following formula;

Distance of centroid of tension steel from compression face;

0.85d = 0.85(650)

= 552.5 mm

Distance of centroid of compression steel from compression face;

d’ = 70 mm

Effective depth of the section; d = 650 mm

Therefore;

Depth of compression block = d - d' - 0.5

Φc = 650 - 70 - 0.5(32)

= 633 mm

B). Ultimate moment capacity of the beam

The ultimate moment capacity of the beam can be determined using the formula;

Mu = 0.87fyAst(d-d/2fyAs’(d’-(a’/2)))  

where;

Ast = Area of tension steel

As’ = Area of compression steel

Let Ast = 5 × (π/4)(32)² = 1280 mm²

Let As’ = 3 × (π/4)(28)² = 1848 mm²

Then;

Mu = 0.87 × 344.8 × 1280 × (650 - 650/2 - (0.5 × 32)) + (0.87/0.9) × 344.8 × 1848 × (70 - 70/2 - (0.5 × 28))

= 1134263.28 N.mm ≈ 1134.26 kN.m

C). Ultimate moment capacity of the doubly reinforced section

The answer that most nearly gives the ultimate moment capacity of the doubly reinforced section is; 1.134 kN.m

since the answer to part b is approximately 1134.26 kN.m, rounded off it gives 1.134 kN.m (to 3 significant figures).

To know more about capacity, visit:

https://brainly.com/question/33454758

#SPJ11

Solve the problem. James has set up an ordinary annuity to save for his retirement in 16 years. If his monthly payments are $225 and the annuity has an annual interest rate of 7%, what will be the value of the annuity when he retires? a.$83,260.33
b.$68,163.88
c.$59,445,24
d.$79,260,33

Answers

Rounding the value to two decimal places, the value of the annuity when James retires is approximately $83,179.29.

But, None of the provided answer choices match the result exactly, so it seems there might be an error in the answer choices or the question itself.

To calculate the value of an annuity, we can use the formula for the future value of an ordinary annuity:

FV = P * [(1 + r)^n - 1] / r

Where:

FV = Future value of the annuity

P = Monthly payment

r = Monthly interest rate (annual interest rate divided by 12)

n = Number of payments (number of years multiplied by 12)

Given information:

Monthly payment (P) = $225

Annual interest rate = 7%

Number of years (n) = 16

First, let's calculate the monthly interest rate (r):

r = (7% / 12) = 0.07 / 12 = 0.0058333

Next, let's calculate the number of payments (n):

n = 16 years * 12 months/year = 192 months

Now, let's calculate the future value of the annuity (FV):

FV = 225 * [(1 + 0.0058333)^192 - 1] / 0.0058333

Evaluating the expression inside the brackets first:

(1 + 0.0058333)^192 ≈ 3.2045162

FV = 225 * (3.2045162 - 1) / 0.0058333

Simplifying further:

FV = 225 * 2.2045162 / 0.0058333

FV ≈ 83179.2899

None of the provided answer choices match the result exactly, so it seems there might be an error in the answer choices or the question itself.

Learn more about value of an annuity:

https://brainly.com/question/25792915

#SPJ11

aracely and jonah went to breakfast and ordered chicken and waffles aracely ordered 1 waffle and 2 pieces of chick and paid $8.50 joah order 2 waffles and 1 piece of chicken and paid $7.25 how much is each waffle and each piece of chicken

Answers

Each waffle costs $2.00 and each piece of chicken costs $3.25.

Let's assume the cost of each waffle is 'w' dollars and the cost of each piece of chicken is 'c' dollars.

According to the given information, Aracely ordered 1 waffle and 2 pieces of chicken, paying $8.50. This can be represented as the equation:

1w + 2c = 8.50 ... (Equation 1)

Similarly, Jonah ordered 2 waffles and 1 piece of chicken, paying $7.25. This can be represented as the equation:

2w + 1c = 7.25 ... (Equation 2)

We now have a system of two equations with two variables. We can solve this system using various methods, such as substitution or elimination.

Let's solve this system using the elimination method:

Multiply Equation 1 by 2 and Equation 2 by 1 to make the coefficients of 'w' in both equations the same:

2(1w + 2c) = 2(8.50)

1(2w + 1c) = 1(7.25)

Simplifying these equations, we get:

2w + 4c = 17.00 ... (Equation 3)

2w + 1c = 7.25 ... (Equation 4)

Now, subtract Equation 4 from Equation 3 to eliminate 'w':

(2w + 4c) - (2w + 1c) = 17.00 - 7.25

Simplifying this equation, we get:

3c = 9.75

Divide both sides of the equation by 3:

c = 3.25

Now, substitute the value of 'c' into Equation 2 to find the value of 'w':

2w + 1(3.25) = 7.25

2w + 3.25 = 7.25

Subtract 3.25 from both sides of the equation:

2w = 7.25 - 3.25

2w = 4.00

Divide both sides of the equation by 2:

w = 2.00

For more such questions on costs visit:

https://brainly.com/question/2292799

#SPJ8

5.)Determine the maximum torque that can be applied to a hollow circular steel shaft of 100- mm outside diameter and an 80-mm inside diameter without exceeding a shearing stress of "S+60" MPa or a twist of 0.5deg/m. Use G = 83 GPa.

Answers

The maximum torque that can be applied to the hollow circular steel shaft without exceeding the shearing stress or twist limits is

1.45 × 10⁶ Nm.

To determine the maximum torque that can be applied to the hollow circular steel shaft without exceeding the shearing stress or twist limits, we'll use the following formulas and equations:

Shearing stress formula:

Shearing Stress (τ) = (T × r) / (J)

Where:

T is the torque applied

r is the radius from the centre to the outer surface of the shaft

J is the polar moment of inertia

Polar moment of inertia formula for a hollow circular shaft:

[tex]$J = (\pi / 32) * (D_{outer^4} - D_{inner^4})[/tex]

Where:

[tex]D_{outer}[/tex] is the outside diameter of the shaft

[tex]D_{inner}[/tex] is the inside diameter of the shaft

Twist formula:

Twist (θ) = (T × L) / (G × J)

Where:

L is the length of the shaft

G is the shear modulus of elasticity

Given values:

Outside diameter ([tex]D_{outer}[/tex] ) = 100 mm

= 0.1 m

Inside diameter ([tex]D_{inner}[/tex] ) = 80 mm

= 0.08 m

Shearing stress limit (S) = S + 60 MPa

= S + 60 × 10⁶ Pa

Twist limit (θ) = 0.5 deg/m

= 0.5 × π / 180 rad/m

Shear modulus of elasticity (G) = 83 GPa

= 83 × 10⁹ Pa

Step 1: Calculate the polar moment of inertia (J):

[tex]$J = (\pi / 32) * (D_{outer^4} - D_{inner^4})[/tex]

= (π / 32) × ((0.1⁴) - (0.08⁴))

= 1.205 × 10⁻⁶ m⁴

Step 2: Calculate the maximum torque (T) using the shearing stress limit:

τ = (T × r) / (J)

S + 60 × 10⁶ = (T × r) / (J)

We can rearrange this equation to solve for T:

T = (S + 60 × 10⁶) × (J / r)

Step 3: Calculate the length of the shaft (L):

Since the twist limit is given per meter, we assume L = 1 meter.

Step 4: Calculate the actual twist (θ) using the twist formula:

θ = (T × L) / (G × J)

Substitute the values:

0.5 × π / 180 = (T × 1) / (83 × 10⁹ × 1.205 × 10⁻⁶)

Solve for T:

T = (0.5 × π / 180) × (83 × 10⁹ × 1.205 × 10⁻⁶)

= 1.45 × 10⁶ Nm

Therefore, the maximum torque that can be applied to the hollow circular steel shaft without exceeding the shearing stress or twist limits is

1.45 × 10⁶ Nm.

To know more about inertia, visit

https://brainly.com/question/3268780

#SPJ11

Draw the full SN2 mechanism of KOH and Bromobutane. Include the transition state and mechanistic arrows when drawing S_N2 reactions.

Answers

Step 1: A lone pair on the hydroxide ion (nucleophile) attacks the carbon atom (electrophile) of bromobutane, resulting in the formation of a new bond between carbon and oxygen and the breaking of the bond between carbon and bromine.

The bond between carbon and bromine is completely broken, while the bond between oxygen and the hydrogen of the hydroxide ion is partially formed. (nucleophile attacks, bond between carbon and bromine breaks)

Step 2: After bond breaking, the intermediate carbocation and bromine ion are produced.

The carbocation is partially positively charged, and the bromine ion is completely negatively charged. (bromine ion leaves, carbocation forms)

Step 3: In the final step, a hydroxide ion (base) removes a hydrogen ion from a water molecule to form a neutral water molecule. (hydroxide ion removes a hydrogen ion from a water molecule to form water)

Here is the complete SN2 mechanism of KOH and bromobutane:

BrCH2CH2CH2Br + KOH → BrCH2CH2CH2OH + KBr

SN2 Mechanism:

BrCH2CH2CH2Br + KOH → BrCH2CH2CH2OH + KBr

Learn more about carbon from the given link:

https://brainly.com/question/19083306

#SPJ11

a) In the triaxial unconsolidated undrained test performed on a clayey soil with a zero internal friction angle and a cohesion of 0.90 kg/cm², what would be the load applied to the soil sample at the time of fracture when the cell pressure is 2.0 kg/cm²? Show the values ​​found on the Mohr circle? The soil sample has an initial diameter of 5.0 cm, an initial height of 10.0 cm, and a height of 9.28 cm at break. (pi= 3,14)

Answers

The triaxial unconsolidated undrained test performed on a clayey soil with a zero internal friction angle and a cohesion of 0.90 kg/cm² resulted in a load applied to the soil sample of 2.90 kg/cm² at the time of fracture.

In the triaxial unconsolidated undrained test, a zero internal friction angle and a cohesion of 0.90 kg/cm² was performed on a clayey soil. The soil sample has an initial diameter of 5.0 cm, an initial height of 10.0 cm, and a height of 9.28 cm at break. The cell pressure applied is 2.0 kg/cm².

The values ​​found on the Mohr circle can be shown as below[tex][tex](σ_1 + σ_3)/2[/tex] = P [tex](σ_1 - σ_3)/2[/tex]\\ C + P × tan φσ_1 = (P + C) + P × tan φσ_3 = C[/tex]

As the internal friction angle is zero, tan φ is zero. .

From the above equation, we can find that σ1 = σ3 + P + C, and σ3 = CAt the time of fracture, [tex]σ_3 = C = 0.90 kg/cm²[/tex].

Therefore, [tex][tex]σ_1 = 2.0 + 0.90 + 2.0 × 0 = 2.90 kg/cm²[/tex],[/tex]

Average stress [tex](σ_1 + σ_3)/2[/tex] = (2.90 + 0.90) / 2 = 1.90 kg/cm²Therefore, the main answer is as follows:At the time of fracture, the load applied to the soil sample is 2.90 kg/cm².

The values found on the Mohr circle are [tex]σ_1 = 2.90 kg/cm²[/tex] and [tex]\\σ_3 = 0.90 kg/cm²[/tex].

Triaxial testing is a laboratory testing procedure that is used to evaluate the mechanical properties of soil and rock samples. In triaxial testing, a cylindrical specimen of soil or rock is placed inside a pressure chamber, which is then filled with water or another liquid.

The specimen is then subjected to a confining pressure, which is applied evenly around its circumference. The purpose of this test is to determine the strength and deformation characteristics of soil or rock samples under different loading conditions. The triaxial unconsolidated undrained test is a type of triaxial test that is commonly used to measure the shear strength of soft soils.

In this test, the soil sample is loaded to failure without allowing it to drain or consolidate. The zero internal friction angle and a cohesion of 0.90 kg/cm² values were used to perform the triaxial unconsolidated undrained test on a clayey soil.

At the time of fracture, the load applied to the soil sample was found to be 2.90 kg/cm². The Mohr circle is a graphical representation of the stress state at a point in a material. It is commonly used in geotechnical engineering to evaluate the strength of soils and rocks.

The Mohr circle was used to determine the stress state of the soil sample at the time of fracture. The values found on the Mohr circle were [tex]σ_1 = 2.90 kg/cm²[/tex] and [tex]σ_3 = 0.90 kg/cm²[/tex].

Therefore, it can be concluded that the triaxial unconsolidated undrained test performed on a clayey soil with a zero internal friction angle and a cohesion of 0.90 kg/cm² resulted in a load applied to the soil sample of 2.90 kg/cm² at the time of fracture.

To know more about  friction angle visit:

brainly.com/question/33591302

#SPJ11

A single-effect continuous evaporator is used to concentrate a fruit juice from 15 to 40 wt%. The juice is fed at 25 °C, at a rate of 1.5 kg/s. The evaporator is operated at reduced pressure, corresponding to a boiling temperature of 65 °C. Heating is by saturated steam at 128 °C, totally condensing inside a heating coil. The condensate exits at 128 °C. Heat losses are estimated to amount of 2% of the energy supplied by the steam. Given : h = 4.187(1 - 0.7X)T Where: h is the enthalpy in kJ/kg, X=solid weight fraction, Tis temperature in °C. Assuming no boiling point rise while both he and hy are considered within the energy balance, evaluate: (a) required evaporation capacity in kg/s, [5 Marks] (b) enthalpy of feed in kJ/kg, [5 Marks] (c) steam consumption in kg/s, and [5 Marks] (d) steam economy.

Answers

(a) The required evaporation capacity in kg/s is [answer].
(b) The enthalpy of feed in kJ/kg is [answer].
(c) The steam consumption in kg/s is [answer].
(d) The steam economy is [answer].

(a) To calculate the required evaporation capacity, we need to use the equation for enthalpy (h) provided in the question: h = 4.187(1 - 0.7X)T. Given that the fruit juice is fed at 25 °C and concentrated to 40 wt%, we can assume X = 0.4. Plugging in the values, we can calculate the enthalpy difference between the feed and the desired concentration: Δh = h_feed - h_concentrated = 4.187(1 - 0.7(0.4)) (40 - 25). The required evaporation capacity can be calculated using the equation: Evaporation capacity = (mass flow rate * Δh) / latent heat of vaporization. Plugging in the given values and solving the equation will give us the required evaporation capacity.

(b) To calculate the enthalpy of the feed, we can use the same equation: h = 4.187(1 - 0.7X)T. Plugging in the values for X and T (25 °C), we can calculate the enthalpy of the feed.

(c) The steam consumption can be calculated using the equation: Steam consumption = Evaporation capacity / steam economy. The steam economy can be calculated as the ratio of the latent heat of vaporization to the enthalpy of the steam at 128 °C.

(d) The steam economy is the ratio of the latent heat of vaporization to the enthalpy of the steam at 128 °C. By calculating this ratio, we can determine the steam economy.

Know more about enthalpy here:

https://brainly.com/question/32882904

#SPJ11

the angle by which AB turns clockwise about point B to coincide with BC is ??

Answers

The angle of rotation is 0 degrees (or 0 radians) since no clockwise rotation is necessary for AB to coincide with BC.

To determine the angle by which AB turns clockwise about point B to coincide with BC, we need to consider the starting position of AB and the final position of BC.

Clockwise rotation is considered negative in terms of angles.

If AB and BC coincide, it means they align perfectly in the same direction. This indicates that no rotation is required. Thus, the angle by which AB turns clockwise about point B to coincide with BC would be 0 degrees or 0 radians.

Therefore, the angle of rotation is 0 degrees (or 0 radians) since no clockwise rotation is necessary for AB to coincide with BC.

for such more question on angle of rotation

https://brainly.com/question/25716982

#SPJ8

Question 4 A. With a help of a schematic diagram explain the basic principle of electrodialysis that is utilized for the production of fresh water from saline water. Also explain a methodology that can be used to find the maximum limiting current in ED units before polarization may occur.

Answers

Electrodialysis (ED) is a membrane separation technology that is used to desalinate saltwater, remove salt from brackish water, and concentrate solutions. An electrodialysis system includes three different types of ion-exchange membranes

Cation-exchange membranes (CEMs), anion-exchange membranes (AEMs), and bipolar membranes (BPMs). The basic principle of electrodialysis is based on the use of an electric field across the charged ion-exchange membranes. Positive ions are drawn to the negative electrode, while negative ions are drawn to the positive electrode.

The cation-exchange membrane allows only positive ions to pass through, whereas the anion-exchange membrane allows only negative ions to pass through. The salt ions are therefore transported from the seawater feed channel through the ion-exchange membranes and into the concentrate channel by a combination of convection and migration in the direction of the electric field.

In ED units, current is passed through the membranes to separate the ions. As the current increases, it may reach a point where it causes polarization, which means the accumulation of charged species at the surface of the membrane. This phenomenon will reduce the ionic transport and decrease the separation efficiency.

To find the maximum limiting current in ED units before polarization may occur, the limiting current density (IL) can be determined experimentally. The following methodology can be used to find IL:First, the unit is operated at a constant voltage and the current is measured over time. Then, the current density (J) is calculated as the ratio of the current (I) to the effective membrane area

(A)J = I/A

The limiting current density (IL) is the current density at which the current reaches a maximum value and the voltage starts to decrease. At this point, the polarization is occurring and the system is not operating efficiently.

Therefore, the current density should be kept below the limiting current density to avoid polarization.

To know more about limiting visit :

brainly.com/question/16688368

#SPJ11

Calculate the side resistance in kips using the US Army Corps of Engineers (EM 1110-2-2906, Figure 4-5a) alpha method. The undrained shear strength is 3244 psf, the pile diameter is 23 inches, and the pile depth is 15.

Answers

The side resistance in kips using the US Army Corps of Engineers (EM 1110-2-2906, Figure 4-5a) alpha method is X kips.

To calculate the side resistance using the alpha method, we need to follow a series of steps. Here's how it can be done:

Determine the pile tip resistance (Qtn) based on the undrained shear strength (Su) and pile diameter (D). This can be done using the equation Qtn = (0.15 + 0.4 × α) × Su × D, where α is a correction factor.

Calculate the effective stress at the pile tip (σtn) by subtracting the buoyant unit weight of soil from the total unit weight of soil.

Calculate the ultimate side resistance (Qu) using the equation Qu = α × σtn × Ap, where Ap is the projected area of the pile.

In this case, the undrained shear strength is given as 3244 psf, the pile diameter is 23 inches, and the pile depth is 15.

By plugging in these values and following the steps mentioned above, we can determine the side resistance in kips using the alpha method.

Learn more about alpha method

brainly.com/question/33140245

#SPJ11

The intergovernmental Panel on Climate Change (IPCC) states that carbon dioxide emissions from fossil fuel combustion have to be reduced down to at least 4 billion tonnes (Gt) per year by 2050 in orde

Answers

The IPCC states that carbon dioxide emissions from fossil fuel combustion need to be reduced to at least 4 billion tonnes (Gt) per year by 2050.

To address the urgent issue of climate change, the Intergovernmental Panel on Climate Change (IPCC) has set a target for reducing carbon dioxide (CO2) emissions from fossil fuel combustion. The IPCC states that by 2050, these emissions need to be reduced to at least 4 billion tonnes (Gt) per year.

This target is crucial to mitigate the impact of greenhouse gas emissions and limit global warming to well below 2 degrees Celsius above pre-industrial levels.

Fossil fuel combustion is the primary source of CO2 emissions, which contribute significantly to the greenhouse effect and climate change. By reducing these emissions, we can decrease the concentration of CO2 in the atmosphere and slow down the rate of global warming.

Achieving this target requires a significant transformation in our energy systems, transitioning from fossil fuels to cleaner and renewable sources of energy.

Transitioning to low-carbon and renewable energy sources, such as solar, wind, and hydroelectric power, is essential to achieve the emission reduction goal. This will require technological advancements, investment in renewable energy infrastructure, and the implementation of supportive policies and regulations.

Additionally, improving energy efficiency in various sectors and promoting sustainable practices can contribute to reducing emissions.

Learn more about Carbon dioxide emissions

brainly.com/question/10821859

#SPJ11

You have a ladle full of pig iron at a temperature of 1200°C. It weighs 300 tons, and
contains about 4% C as the only 'contaminant' in the melt. You insert an oxygen lance into
the ladle and turn on the gas, intending to reduce the carbon content to 1% C. Steel has a
specific heat of 750 J/(kg K), and the governing chemistry is the following:
C+0= CO
AH=-394,000 kJ/kg mol CO2
Assuming the temperature of the combustion is fully absorbed by the iron, what would the melt
temperature be when you are "done"?

Answers

The melt temperature is 1180°C.

The following is the reasoning: Initial Carbon weight = 4% x 300 tonne = 12 tonnes = 12,000 kg

Carbon reacting with Oxygen to form CO2: 1 kg of Carbon reacts with 1 kg of Oxygen (O2) to produce 3.67 kg of

CO2C + O2 → CO2 : ΔH = -394,000 kJ/kg mol CO2

So, 1 kg C reacts with 2.67 kg O2 and 3.67 kg CO2 are formed.

To burn 12,000 kg of carbon, the amount of oxygen required = 2.67 × 12000 kg = 32,040 kg

The amount of air required to get 32,040 kg of oxygen is roughly 100,000 kg.

Carbon monoxide reacting with Carbon:

CO + C → 2COC + CO2 → 2COQ released during the reaction of carbon monoxide and pig iron = -394,000 kJ/kg mol CO2 = -394 kJ/mol × 2.67 mol = -1050 kJ/kg

Therefore, the heat produced by combustion is:

Q = 0.04 x 300 x 10^6 x 750 x (1200 - T) (kg.°C)

= -0.04 × 12000 × 1050

= -5.04 × 10^5 J

The negative sign shows that heat is released from the system and absorbed by the pig iron.

Therefore, to reduce the carbon content from 4% to 1%, the amount of heat generated by the reaction should be

-0.04 x 300 x 10^6 x 750 x (1200 - T)

= 2.52 × 10^9 J.

The quantity of heat available for heating the melt = 5.04 x 10^5 J/g x 1,200,000 g

= 6.048 x 10^11 J.

The final temperature of the melt, T = (Q / (0.04 x 300 x 10^6 x 750)) + 1200

= 1180°C

Therefore, the melt temperature is 1180°C.

Know more about temperature  here:

https://brainly.com/question/27944554

#SPJ11

Consider a linear flow system given and the given data width=350', h=20 L=1200 ft k = 130 md $= 15%, }=2 cp When a slightly compressible multi-phase liquid, calculate the flow rate at both ends of the linear system. The liquid has an average compressibility of 16 x 105 psi ¹.

Answers


Width, w = 350 ft ; Height, h = 20 ft, Length, L = 1200 ft; Permeability; k = 130 md ;Viscosity, μ = 2 cp; Average; Compressibility, c_f = 16 x 10⁵ psi ⁻¹; Pressure gradient, ∆P = 15%. We have to calculate the flow rate at both ends of the linear system.

The flow rate at both ends of the linear system can be calculated by using the Darcy's law which is given as: Q = (kA(∆P))/μL. Where Q is the flow rate, k is the permeability, A is the cross-sectional area of the flow, μ is the viscosity of the fluid, L is the length of the flow, and ∆P is the pressure gradient.Cross-sectional area, A = wh = 350 × 20 = 7000 ft².  Flow rate at the start of the linear system: Q₁ = (kA₁(∆P))/μL₁ .A₁ = 7000 ft². L₁ = L/2 = 600 ft. ∆P = 15% = 0.15. Q₁ = (130 × 7000 × 0.15)/2 × 2 × 600 × 1 = 227.5 bbl/d. Flow rate at the end of the linear system: Q₂ = (kA₂(∆P))/μL₂. A₂ = 7000 ft². L₂ = L/2 = 600 ft. ∆P = 15% = 0.15. Q₂ = (130 × 7000 × 0.15)/(2 × 2 × 600 × 1) = 227.5 bbl/dThus, the flow rate at both ends of the linear system is 227.5 bbl/d. The given question asks us to calculate the flow rate at both ends of the linear system. Given Data: Width, w = 350 ft, Height, h = 20 ft, Length, L = 1200 ft, Permeability, k = 130 md, Viscosity, μ = 2 cp, Average Compressibility, c_f = 16 x 10⁵ psi ⁻¹, Pressure gradient, ∆P = 15%. The flow rate at both ends of the linear system can be calculated by using the Darcy's law which is given as:Q = (kA(∆P))/μL

Where Q is the flow rate, k is the permeability, A is the cross-sectional area of the flow, μ is the viscosity of the fluid, L is the length of the flow, and ∆P is the pressure gradient. After putting the given values in the above formula, we get Q₁ = 227.5 bbl/d and Q₂ = 227.5 bbl/d. Hence, the flow rate at both ends of the linear system is 227.5 bbl/d.CONCLUSION
The flow rate at both ends of the linear system is 227.5 bbl/d.

learn more about Compressibility visit:

brainly.com/question/31594326

#SPJ11

The flow rate at both ends of the linear system is approximately 1.3812 ft³/s.

To calculate the flow rate at both ends of the linear flow system, we can use Darcy's equation, which relates the flow rate to the pressure drop and the properties of the fluid and the system.

The equation is given as:

Q = (kAΔP)/(μL)

Where:

Q = Flow rate

k = Permeability of the formation

A = Cross-sectional area of flow

ΔP = Pressure drop

μ = Viscosity of the fluid

L = Length of the flow system

Given Data:

Width (A) = 350 ft

Height (h) = 20 ft

Length (L) = 1200 ft

k = 130 md (convert to ft: 130 * 1e-6 ft²)

$ = 15% (convert to decimal: 0.15)

μ = 2 cp (convert to psi·s: 2 * 0.00067196897507567 psi·s)

Average compressibility (β) = 16 x 10^5 psi^(-1)

First, we need to calculate the cross-sectional area (A). Since the system is linear and has a rectangular cross-section, the area is given by:

A = Width * Height

A = 350 ft * 20 ft

A = 7000 ft²

Next, we can calculate the pressure drop (ΔP) using the given data:

ΔP = $ * β * L

ΔP = 0.15 * ([tex]16 * 10^5\ psi^{-1}[/tex]) * 1200 ft

ΔP = 2.88 x [tex]10^5[/tex] psi

Now we can substitute the calculated values into Darcy's equation to find the flow rate (Q) at both ends of the linear system:

Q = (kAΔP)/(μL)

For the upstream end (left end):

Q_upstream = (130 * 1e-6 ft² * 7000 ft² * 2.88 x [tex]10^5[/tex] psi) / (2 * 0.00067196897507567 psi·s * 1200 ft)

Q_upstream ≈ 1.3812 ft³/s

For the downstream end (right end):

Q_downstream = (130 * 1e-6 ft² * 7000 ft² * 2.88 x [tex]10^5[/tex] psi) / (2 * 0.00067196897507567 psi·s * 1200 ft)

Q_downstream ≈ 1.3812 ft³/s

Therefore, the flow rate at both ends of the linear system is approximately 1.3812 ft³/s.

To know more about flow rate, refer here:

https://brainly.com/question/33722549

#SPJ4

Pradip bought some shares of micro-finance. But, after the continuous depreciation on the values of shares of a company every year, he got Rs.202500 after2 years by selling the shares he bought. Find how many shares of Rs. 100 per share did Pradip buy 2years ago?​

Answers

Pradip bought 225 shares of Rs. 100 per share two years ago.

Let the number of shares that Pradip bought be x. Therefore, the total cost of the shares is 100x, since each share cost Rs. 100.

Since the value of shares of the company depreciated every year, we must account for this depreciation in our calculations.

We know that the value of the shares after two years is Rs. 202500. Therefore, their value after one year is 1/2 of this, or Rs. 101250.

We also know that the value of the shares decreased by the same percentage every year. As a result, their value after the first year was 100% - d% of their initial value, and their value after the second year was (100% - d%) of their value after the first year, or(100% - d%) × Rs. 101250.

Substituting 100x for the initial value of the shares, we get:(100% - d%) × (100% - d%) × 100x = 202500Simplifying the equation, we get:(100% - d%)² = 202500 / 100x We need to find the value of x that satisfies this equation. We can use trial and error, or we can use a calculator to solve it.

The answer is x = 225.

For more such questions on two years

https://brainly.com/question/24274034

#SPJ8

4. Explain the interaction diagrams for reinforced concrete columns and divide into the three regions indicating three modes of failure and identify the three modes of failure? Balanced failure • Compression failure Tension failure

Answers

The interaction diagrams for reinforced concrete columns provide a graphical representation of the interaction between axial force and bending moment.


1. Balanced Failure: In this region, both compression and tension forces are present, but they are balanced. The column can resist both compression and tension loads without experiencing significant failure. The balanced failure occurs when the axial force is relatively small compared to the maximum axial capacity of the column. In this case, the column behaves like a pure compression member.

2. Compression Failure: In this region, the column experiences a high compressive force, causing the concrete to crush or fail in compression. The failure occurs when the axial force exceeds the maximum compressive strength of the concrete. This mode of failure is also known as crushing failure and can lead to significant damage to the column.

3. Tension Failure: In this region, the column experiences a high tensile force, causing the steel reinforcement to yield or fail in tension. The failure occurs when the axial force exceeds the tensile strength of the steel reinforcement. This mode of failure is also known as yielding failure and results in significant deformation and collapse of the column.

It is important to note that the interaction diagrams provide valuable information about the behavior of reinforced concrete columns under different loading conditions.


In summary, the interaction diagrams for reinforced concrete columns divide into three regions: balanced failure, compression failure, and tension failure. Balanced failure occurs when compression and tension forces are balanced, while compression failure occurs when the column fails in compression and tension failure occurs when the column fails in tension.

Learn more about bending moment from the given link!

https://brainly.com/question/27898558.

#SPJ11

A 300mm by 500mm rectangular beam section is reinforced with 4-28mm diameter bottom bars. Assume one layer of steel, the effective depth of the beam is 440mm, f’c=41.4 MPa, and fy=414 MPa. Calculate the depth of the neutral axis in mm.

Answers

To calculate the depth of the neutral axis in mm, we use the equation of the force of compression of the concrete and the force of tension of steel, the depth of the neutral axis is 460.06 mm

The force of compression of the concrete equals the force of tension of steel, i.e., compressive force = tensile force, which are given by:

We can simplify the above equation and solve it using the quadratic formula to get the value of x, which represents the depth of the neutral axis.

x² - 470.796x + 129.5759 = 0

The above quadratic equation can be solved using the quadratic formula, which is given by:For the given quadratic equation, the value of

a = 1,

b = -470.796, and

c = 129.5759.

Substituting the values in the formula, we get:

x = 460.06 mm or

x = 10.736 mmSince x represents the depth of the neutral axis, it cannot be negative. Therefore, the depth of the neutral axis is 460.06 mm (approx.).Therefore, the depth of the neutral axis is 460.06 mm (approx.).

To know more about equation visit:

https://brainly.com/question/29657983

#SPJ11

please help!! 50 points

Answers

The surface area of the cone in terms of π is as follows:

9. 372π unit²

10. 52π units²

How to find the surface area of a cone?

The diagram above is a cone. The surface area of the cone can be found as follows:

Surface area of a cone = πr(r + l)

where

r = radiusl = slant height

Hence,

9.

Surface area of a cone = πr(r + l)

r = 12

l = 19

Therefore,

Surface area of a cone = 12π(12 + 19)

Surface area of a cone = 372π unit²

10

Surface area of a cone = πr(r + l)

r = 9 units

l = 4 units

Surface area of a cone = 4π(4 + 9)

Surface area of a cone = 52π units²

learn more on cone here: https://brainly.com/question/29767724

#SPJ1

A counter flow shell-and-tube heat exchanger is designed to heat water (cp= 4186 J/Kg °C) entering the shell side of the heat exchanger at 40 °C with a mass flow rate of 20,000 Kg/h. Water, with a mass flow rate of 10,000 Kg/h at 200 °C, flows through the tube side. The tubes have an outside diameter of 2.5 cm and a length of 3.0 m. The overall heat transfer coefficient based on the outside heat transfer surface area is 450 W/m² °C and the temperature efficiency of the heat exchanger is 0.125, calculate the following: 1- The heat transfer rate, 2- The exit temperatures of water at the two exits, 3- The surface area of the heat exchanger, 4- The number of tubes used in the heat exchanger, and 5- The effectiveness of the heat exchanger

Answers

The heat transfer rate (Q), surface area (A), number of tubes (N), or the effectiveness of the heat exchanger (ε)

To solve the given problem, we'll use the following formulas and steps:

The heat transfer rate (Q) can be calculated using the formula:

[tex]Q = m_{shell} * cp_{shell} * (T_{shell_{out}} - T_{shell_{in}})[/tex]

The exit temperatures of water at the two exits:

[tex]T_{shell_{out}} = T_{shell_{in}} + (Q / (m_{shell} * cp_{shell}))[/tex]

[tex]T_{tube_{out}} = T_{tube_{in}} - (Q / (m_{tube} * cp_{tube}))[/tex]

The surface area of the heat exchanger (A) can be calculated using the formula:

Q = U * A × LMTD

A = Q / (U × LMTD)

The number of tubes (N) can be calculated using the formula:

N = [tex](A_{shell} / A_{tube})[/tex] × (1 - C)

The effectiveness of the heat exchanger (ε) can be calculated using the formula:

[tex]\epsilon = (Q / (m_{shell} * cp_{shell} * (T_{shell_{in}} - T_{shell_{out}})))[/tex]

Now, let's calculate each value step by step:

Given data:

[tex]m_{shell[/tex] = 20,000 kg/h

= 20,000 / 3600 kg/s

[tex]m_{tube[/tex]

= 10,000 kg/h

= 10,000 / 3600 kg/s

[tex]cp_{shell[/tex] = 4186 J/kg°C

[tex]T_{shell_{in}}[/tex] = 40°C

[tex]T_{tube_{in}}[/tex] = 200°C

[tex]d_{tube[/tex] = 2.5 cm

= 0.025 m

[tex]L_{tube[/tex] = 3.0 m

U = 450 W/m²°C

ε = 0.125

Heat transfer rate (Q):

[tex]Q = m_{shell} * cp_{shell} * (T_{shell_{out}} - T_{shell_{in}})[/tex]

We need to find [tex]T_{shell_{out}}[/tex] to calculate Q.

Exit temperatures of water at the two exits:

[tex]T_{shell_{out}} = T_{shell_{in}} + (Q / (m_{shell} * cp_{shell}))[/tex]

[tex]T_{tube_{out}} = T_{tube_{in}} - (Q / (m_{tube} * cp_{tube}))[/tex]

We need to calculate Q first to find [tex]T_{shell_{out}}[/tex] and [tex]T_{tube_{out}}[/tex].

Surface area of the heat exchanger (A):

A = Q / (U × LMTD)

We need to calculate Q first to find A.

Number of tubes (N):

N = ([tex]A_{shell} / A_{tube}[/tex]) × (1 - C)

We need to calculate A first to find N.

Effectiveness of the heat exchanger (ε):

[tex]\epsilon = (Q / (m_{shell} * cp_{shell} * (T_{shell_{in}} - T_{shell_{out}})))[/tex]

We need to calculate Q first to find ε.

Now, let's calculate each value step by step:

Step 1: Calculate the heat transfer rate (Q):

[tex]Q = m_{shell} * cp_{shell} * (T_{shell_{out}} - T_{shell_{in}})[/tex]

Step 2: Calculate the exit temperatures of water at the two exits:

[tex]T_{shell_{out}} = T_{shell_{in}} + (Q / (m_{shell} * cp_{shell}))[/tex]

[tex]T_{tube_{out}} = T_{tube_{in}} - (Q / (m_{tube} * cp_{tube}))[/tex]

Step 3: Calculate the surface area of the heat exchanger (A):

A = Q / (U × LMTD)

Step 4: Calculate the number of tubes (N):

N = ([tex]A_{shell} / A_{tube[/tex]) × (1 - C)

Step 5: Calculate the effectiveness of the heat exchanger (ε):

[tex]\epsilon = (Q / (m_{shell} * cp_{shell} * (T_{shell_{in}} - T_{shell_{out}})))[/tex]

Now, let's calculate each value step by step:

Step 1: Calculate the heat transfer rate (Q):

[tex]Q = m_{shell} * cp_{shell} * (T_{shell_{out}} - T_{shell_{in}})[/tex]

= (20,000 / 3600) × 4186 × ([tex]T_{shell_{out}}[/tex] - 40)

Step 2: Calculate the exit temperatures of water at the two exits:

[tex]T_{shell_{out}} = T_{shell_{in}} + (Q / (m_{shell} * cp_{shell}))[/tex]

[tex]T_{tube_{out}} = T_{tube_{in}} - (Q / (m_{tube} * cp_{tube}))[/tex]

Step 3: Calculate the surface area of the heat exchanger (A):

A = Q / (U × LMTD)

Step 4: Calculate the number of tubes (N):

N = ([tex]A_{shell} / A_{tube}[/tex]) × (1 - C)

Step 5: Calculate the effectiveness of the heat exchanger (ε):

[tex]\epsilon = (Q / (m_{shell} * cp_{shell} * (T_{shell_{in}} - T_{shell_{out}})))[/tex]

Note: To calculate the LMTD (Log Mean Temperature Difference), we need the temperature difference at each end.

To know more about heat transfer rate, visit

https://brainly.com/question/17029788

#SPJ11

The counter flow shell-and-tube heat exchanger is designed to heat water entering the shell side at 40 °C with a mass flow rate of 20,000 kg/h. Water flows through the tube side at a mass flow rate of 10,000 kg/h and an inlet temperature of 200 °C. The heat exchanger has an overall heat transfer coefficient of 450 W/m² °C and a temperature efficiency of 0.125.

1. The heat transfer rate is calculated using the equation: Q = mcΔT, where Q is the heat transfer rate, m is the mass flow rate, c is the specific heat capacity, and ΔT is the temperature difference. Substituting the given values, we have:

Q = (20,000 kg/h) × (4186 J/kg °C) × (200 °C - 40 °C) = 134,080,000 J/h = 37.24 kW.

2. The exit temperatures of water at the two exits can be determined using the equation: ΔT1/T1 = ΔT2/T2, where ΔT1 and ΔT2 are the temperature differences on the shell and tube sides, respectively. Rearranging the equation, we get:

T1 = T_in1 + ΔT1 = 40 °C + (ΔT1/T2) × (T2 - T_in2)

T2 = T_in2 - ΔT2 = 200 °C - (ΔT1/T2) × (T2 - T_in2)

3. The surface area of the heat exchanger can be calculated using the equation: Q = U × A × ΔT_lm, where U is the overall heat transfer coefficient, A is the heat transfer surface area, and ΔT_lm is the log mean temperature difference. Rearranging the equation, we have:

A = Q / (U × ΔT_lm)

4. The number of tubes used in the heat exchanger depends on the heat transfer area required. Assuming the tubes are evenly spaced, the total surface area of the tubes can be divided by the surface area of a single tube to determine the number of tubes.

5. The effectiveness of the heat exchanger can be calculated using the equation: ε = (Q / Q_max), where Q is the actual heat transfer rate and Q_max is the maximum possible heat transfer rate. The temperature efficiency given in the problem statement can be used to determine Q_max.

To learn more about coefficient refer:

https://brainly.com/question/24068089

#SPJ11

REACTOR DESIGN ASSIGNMENT Tasks: • Fully design a reactor for the Sabatier reaction. • Define rate law and provide research data on the kinetics and thermodynamic properties • State all assumptions and limitations • Identify the approximate costs related to this design Perform a sensitivity analysis on this design Design of a reactor for a catalysed reaction 1. Choose reaction 2. Find rate law for reaction 1. Gather all required kinetic and thermodynamic data 3. Collect physical property data required 4. Choose best reactor based upon conditions found in literature 5. Use reactor design equations to achieve desired conversion and yield (as found in literature) 1. Account for pressure drop if applicable 6. Select suitable materials of construction 7. Suggest a design for heat transfer requirements 8. Cost the proposed design, general and operating 1. Using scaling factors from Sinnott, determine cost of reactor 2. Optimise design 3. Perform sensitivity analysis of catalyst cost vs product revenue 9. Choose rate law for degradation of catalyst 1. Type of degradation and rate should be determined from literature 2. Determine at which point the catalyst should be changed using a financial analysis 10. Example of some of the calculations needed: Example of Design of a reactor for a catalysed reaction from Fogler text.pdf Download Example of Design of a

Answers

The Sabatier reaction involves the production of methane and water from carbon dioxide and hydrogen. The overall exothermic reaction is and can be expressed as follows: CO2 + 4H2 → CH4 + 2H2O. The reactor design for the Sabatier reaction is a fixed bed reactor.

The reaction is catalyzed by a nickel-based catalyst, which is supported on an inert material, such as alumina. The rate law for the Sabatier reaction is given by: r = kPco2PH2^3/2, where r is the reaction rate, k is the rate constant, Pco2 is the partial pressure of carbon dioxide, and PH2 is the partial pressure of hydrogen.The Sabatier reaction is an exothermic reaction, and the heat of reaction must be removed from the reactor. Heat transfer can be achieved by using a coolant, such as water or air, or by using a heat exchanger. The reactor must also be designed to account for pressure drop, which can be achieved by using a packed bed reactor. The cost of the proposed design will depend on the size and material of construction. The cost of the catalyst will also be a significant factor in the design, and sensitivity analysis will be required to determine the cost of the catalyst vs product revenue. The Sabatier reaction involves the production of methane and water from carbon dioxide and hydrogen.2. The reactor design for the Sabatier reaction is a fixed bed reactor.3. The rate law for the Sabatier reaction is given by: r = kPco2PH2^3/2.4. The reactor must be designed to account for pressure drop.5. Heat transfer can be achieved by using a coolant or a heat exchanger.6. The cost of the proposed design will depend on the size and material of construction.7. Sensitivity analysis will be required to determine the cost of the catalyst vs product revenue.

The design of a reactor for the Sabatier reaction requires the use of a fixed bed reactor and a nickel-based catalyst supported on an inert material. The rate law for the reaction is given by: r = kPco2PH2^3/2, and the reactor must be designed to account for pressure drop. Heat transfer can be achieved by using a coolant or a heat exchanger, and the cost of the proposed design will depend on the size and material of construction. Sensitivity analysis will be required to determine the cost of the catalyst vs product revenue. The Sabatier reaction is an important reaction in the field of renewable energy and has the potential to provide a sustainable source of methane gas.

learn more about exothermic visit:

brainly.com/question/4345448

#SPJ11

When phosphoric acid reacts with potassium bicarbonate the products that form are potassium phosphate, carbon dioxide, and water. What is the coefficient for carbon dioxide when this chemical equation is properly balanced?

Answers

The coefficient for carbon dioxide in the balanced chemical equation is 3.

When phosphoric acid (H₃PO₄) reacts with potassium bicarbonate (KHCO₃), the balanced chemical equation is:

2 H₃PO₄ + 3 KHCO₃ → K₃PO₄ + 3 CO₂ + 3 H₂O

In this equation, the coefficient for carbon dioxide (CO₂) is 3.

The balanced equation ensures that the number of atoms of each element is the same on both sides of the equation. By balancing the equation, we can see that two molecules of phosphoric acid react with three molecules of potassium bicarbonate to produce one molecule of potassium phosphate, three molecules of carbon dioxide, and three molecules of water.

The coefficient 3 in front of carbon dioxide indicates that three molecules of carbon dioxide are produced during the reaction. This means that for every two molecules of phosphoric acid and three molecules of potassium bicarbonate consumed, three molecules of carbon dioxide are formed as a product.

Therefore, when phosphoric acid reacts with potassium bicarbonate, the balanced equation indicates that three molecules of carbon dioxide are produced.

To know more about balancing chemical equations, visit:

https://brainly.com/question/12971167

#SPJ11

Other Questions
Question 64 Not yet. answered Marked out of 1.00 Flag question Question 65 Not yet answered Marked out of 1.00 Flag question. Question 66 Not yet answered Marked out of 1.00 Flag question Talking Dorothea Dix wrote, "Nobody wants to kiss when they are hungry." Which theory of motivation does this statement best represent? Select one: O A. drive reduction theory O B. Abraham Maslow's theory O C. arousal theory O D. homeostasis Kim is very late returning from a visit to her friend's house. As she drives into the garage, her parents quickly discuss what they are going to do to avoid her being late again. Instead of banning her from using the car for two weeks, they change their mind and decide instead to yell at her when she comes in the front door. What is the operant conditioning principle involved with this choice: Select one: O a. Positive reinforcement O b. Negative punishment O c. Positive punishment O d. Negative reinforcement Patricia is upset because she is convinced that her brother has a bigger piece of cake than she does. Her dad quickly slices Patricia's piece of cake in two and tells her that she now has "more" cake. If Patricia calms down and is convinced that she does have more cake than her brother, it would suggest that she Select one: O a. does not yet understand conservation O b. is displaying egocentric reasoning O c. has not yet mastered object permanence O d. does not understand the process of assimilation (6 + 6 + 12 = 24 marks) a. Consider each 3 consecutive digits in your ID as a key value. Using Open Hashing, insert items with those keys into an empty hash table and show your steps. Example ID: 201710349. You must use your own ID. Key values: 201, 710, 340 tableSize: 2 hash(x) = x mod table size b. Calculate the number of edges in a complete undirected graph with N vertices. Where N is equal to the 3rd and 4th digits in your ID. Show your steps. Example ID: 201710340. You must use your own ID. N = 17 c. Below an adjacency matrix representation of a directed graph where there are no weights assigned to the edges. Draw 1. The graph and 2. The adjacency list with this adjacency matrix representation 2 (6 3 Choose a bacterial or parasitic disease by browsing through general websites and finding one that interests you.1. Once you have chosen a bacterial disease, you must research it in great detail. The information you find can be organized into the following categories:(a) cause(b) symptoms,(c) treatment methods,(d) who does the disease affect, survival rates, etc.2. Organize this information into "notes" that you will submit along with your poster.3. Now organize this specific information into a "Wanted Poster". The poster will explain that the bacteria or virus is wanted dead, not alive. The wanted poster needs to include some kind of graphic (preferably a picture or a drawing), a description of the bacteria or parasite, and all of the categories listed above. The information should be clear, concise, and well-organized.4. You must include a bibliography that consists of at least 5 sources listed in the appropriate format. If you do not include a bibliography you will not receive credit for the assignment.5. Be prepared to answer questions from the instructor about your project. a 4. What is Mackie's reply to what he considers a fallacious theistic solution that evil is a necessary means to the good? D Question 9 Equating temporal order with causation is known as: O inference to the best explanation analogical induction O post hoc, ergo propter hoc fallacy O temporal correlation Question 10 2 pts Question 16 The Recurrence T(n) = 2T(n/4) + Ig(n) = (n). In addition, we achieve this by using Master Theorem's case 3. The recurrence cannot be resolved using the Master Theorem. (). In addition, we achieve this by using Master Theorem's case 1. (n). In addition, we achieve this by using Master Theorem's case 1. 3 pts Question 17 The Recurrence T(n) = 8T(n/2) + n = (n). In addition, we achieve this by using Master Theorem's case 3. (n). In addition, we achieve this by using Master Theorem's case 1. (n). In addition, we achieve this by using Master Theorem's case 2. The recurrence cannot be resolved using the Master Theorem. 3 pts Question 18 The Recurrence T(n) = 8T(n) + n = (). In addition, we achieve this by using Master Theorem's case 2. O (). In addition, we achieve this by using Master Theorem's case 3. The recurrence cannot be resolved using the Master Theorem. O (). In addition, we achieve this by using Master Theorem's case 1. 3 pts Question 19 The Recurrence T(n) = 2T(n/2) + 10n = (n log n). In addition, we achieve this by using Master Theorem's case 1. (n log n). In addition, we achieve this by using Master Theorem's case 2. The recurrence cannot be resolved using the Master Theorem. (n log n). In addition, we achieve this by using Master Theorem's case 3. 3 pts Question 20 The Recurrence T(n) = 2T(n/2) + n = (n). In addition, we achieve this by using Master Theorem's case 2. The recurrence cannot be resolved using the Master Theorem. (n). In addition, we achieve this by using Master Theorem's case 3. (n). In addition, we achieve this by using Master Theorem's case 1. 3 pts Life and works of RIZALDiscuss the item thoroughly. Write the question before each answer. Each answer should contain at least three (3) paragraphs of not less than four (4) sentences each.Develop your own list of historical figures that you consider to be national heroes. Justify your chosen list and recommend which historical figures may or may not fall within the criteria set by the National Heroes Commission. Explain the four products types with examples from Dr. Kraljic'sA. Leverage productsB. Routine ProductsC. Strategic ProductsD. Bottlenecks Products I need a step by step explanation please Thank you so much On January 1, 2022, Carla Vista Company issued bonds with a face value of $750,000. The bonds carry a stated interest of 7% payable each January 1. (a) Prepare the journal entry for the issuance assuming the bonds are issued at 96. (Credit account titles are automatically indented when the amount is entered. Do not indent manually.) Account Titles and Explanation Debit Credit 2) Every method of the HttpServlet class must be overridden in subclasses. (True or False)3) In which folder is the deployment descriptor located?Group of answer choicesa) src/main/resourcesb) src/main/javac) src/main/webapp/WEB-INFd) src/main/target how does repetition affect the narrators tone? Select the correct answer. In graph A, y intercept is at 0, x intercepts are at 1 and 4. Graph B, y intercept is at 0 and x intercepts are at -1, 4. Graph C is a parabola with y intercept at -4 and x intercepts at -1 and 4. Graph D, y intercept at 0, x intercepts at -2, 3. Which is the graph of the function f(x) = x3 3x2 4x? A. graph A B. graph B C. graph C D. graph D Purchasing strategy is a key component of a company's supply chainstrategy. What are the procurement strategies? What are the risksof using these strategies? 1) Draw a full-subtractor using two half-subtractors, and one more simple gate only. 2) Construct a full-subtractor using exactly one half-adder, one half-subtractor, and one more gate only. Which of the following is a possible reason why a project might have two or more valid IRR values? a. The project is mutually exclusive b. The project has changes in + and - signs for the future cash flows c. The project has both positive and negative NPVs at the same time d. The project is large in scale e. The project has a payback period below the cut-off value What are the production sharing contracts (PSC) and productionsharing agreements (PSA)? For the Darlington voltage follower in Fig.Evaluate Rin, Rout , and vo/vsig for the case IE= 5mA, 1=2=100,RE=1k, and Rsig=0. Solve the proportion for the missing values 5/12 = x/20 Iron has a resistivity of rho=9.71108m. a. An iron wire has a radius of 0.92 mm and a length of 72 cm. Calculate the resistance of this wire. b. State one factor that resistance depends on but resistivity doesn't depend on. (1)