For a pipe system with a pump (pumping uphill), the change in elevation is 400 feet and the total head loss is 408.5 feet. Assuming gage pressure at the entrance and exit and no difference in velocity between the entrance and exit, determine the total energy transferred to the water. Estimate the required power input if the pump efficie

Answers

Answer 1

Answer:

Explanation:

From the given information;

There is no change or any difference in velocity in between the inlet and the outlet.

Therefore by using Bernoulli's equation, we have:

\(\dfrac{V_1^2}{2g}+ \dfrac{P_1}{\gamma}+ z_1 + Epump= \dfrac{V_2^2}{2g}+ \dfrac{P_2}{\gamma}+ z_2+ H_L\)

By dividing like terms on both sides, the equation is reduced to:

\(z_1 + E_{pump} = z_2+H_L \\ \\ E_{pump} =(z_2-z_1)+H_L\)

where;

\(\Delta z = 400\)

\(\Delta z = z_2-z_1\)

\(\text{total head loss}= 408.5\)

\(E_{pump} =(400)+408.5\)

\(E_{pump} = 808.5 \ ft\)

The required power input can be determined by using the formula:

\(P= \dfrac{\gamma_wQH_{pump}}{\eta}\)

Assuming the missing pump efficiency = 70% and the flow rate Q= 1.34

Then:

\(P= \dfrac{62.40\times 1.34 \times 808.5}{0.7}\)

\(P = \dfrac{96576.48 \ ft.lb/s}{550\dfrac{ ft*lb/s}{hp}}\)

P = 175.594 hp


Related Questions

Describe the standard algorithm for finding the binary representation of a positive decimal integer
in English.
in pseudocode

Answers

Answer:

the perimeter of a square room is 48m. what is the area of the room? What cost will incur if the rate of carpeting the room is Rs. 10 per m square

5. According to the FMCSRs, you are qualified to operate a CMV if you:
A. are at least 15-years old.
B. have passed an IQ test.
C. have only one current CDL.
D. are currently disqualified from operating a motor vehicle.

Answers

Answer:

currently states that a person is qualified to drive a commercial motor vehicle if he/she “can read and speak the English language sufficiently to converse with the general public, to understand highway traffic signs and signals

So I think B

The average repair cost of a microwave oven is 55$, with a standard deviation of 8$. the costs are normally distributed. If 12 ovens are repaired, find the probability that the mean of the repair bills will be greater than 60$.

Answers

The probability that the mean of the repair bills for 12 microwave ovens will be greater than $60 is 0.015 or about 1.5%.

What is Probability?

The distribution of the sample means for repair costs of 12 microwave ovens can be approximated to a normal distribution, with a mean of the population repair cost, μ = $55 and a standard deviation of the sample mean, σ/√n = $8/√12 ≈ $2.31.

We need to find the probability that the sample mean is greater than $60. Using the formula for z-score:

z = (x - μ) / (σ / √n)

= (60 - 55) / (2.31)

≈ 2.16

We can look up the area under the standard normal distribution curve for z-score 2.16 in a z-table or calculate it using software. The probability is approximately 0.015.

Therefore, the probability that the mean of the repair bills for 12 microwave ovens will be greater than $60 is 0.015 or about 1.5%.

Learn more about probability on:

https://brainly.com/question/30034780

#SPJ1

The air conditioner in a house or a car has a cooler that brings atmospheric air from 30C to 10C, with both states at 101KPa. If the flow rate is 0.75kg/s, find the rate of heat transfer using constant specific heat of 1.004kj/kg.K

Answers

The rate of heat transfer by the air conditioner using constant specific heat of 1.004kj/kg.K is 15.06 kW.

What is the rate of heat transfer?

Rate of heat transfer is the power rating of the machine.

Work done and changes in potential and kinetic energy are neglected since it is a steady state process.

The specific heat in terms of specific heat capacity and temperature change is given as:

\(q_{out} = Cp(Ti - Te)\)

\(q_{out} = 1.004(30 - 10) = 20.08 kJ/kg \\ \)

The rate of heat transfer, is then determined as follows:

Qout = flow rate × specific heat

Qout = 0.75 × 20.08 = 15.06 kW

Therefore, the rate of heat transfer by the air conditioner is 15.06 kW.

Learn more about rate of heat transfer at: https://brainly.com/question/17152804

#SPJ1

When choosing a respirator for your job, you must conduct a
test.

Answers

Answer: A fit test. Either qualitative or quantitative.
You could use a fit test.


I hope this helps.

technician a says that rear gear trains are used on engines because they operate with less noise. technician b says that rear gear trains are used because they have less wear than a front gear train mechanism. who is correct?

Answers

The amount of electrical energy a battery may produce depends on the size, weight, and active area of the plates, claims Technician B.

When a battery is fully charged, it should display 12.6 volts. A value of 12.4 volts, or roughly a charge of 75%, is satisfactory for further testing. Any electrical or electronic device that regulates voltage maintains a power source's voltage within acceptable ranges. The voltage regulator's job is to keep voltages within the range that the electrical equipment using that voltage is capable of withstanding. The hydrogen and oxygen gasses that were present when the battery was first charged are once again created from the water.

Learn more about voltage here-

https://brainly.com/question/16795586

#SPJ4

Type the correct answer in the box. Spell all words correctly.
Thomas is checking an electrical wire in a washroom with a wet floor. What in the electrical wire will help prevent electrical shock

Type the correct answer in the box. Spell all words correctly.Thomas is checking an electrical wire in

Answers

Thomas is checking an electrical wire in a washroom with a wet floor. Ground-fault circuit interrupters in the electrical wire will help prevent electrical shock.

What is Ground-fault circuit interrupters?

The ground-fault circuit interrupter, or GFCI, is a quick-response circuit breaker that may cut off electricity in as little as 1/40 of a second in the event of a ground fault.

It compares the current flowing into and out of the machinery along the conductors of the circuit.

Therefore, electrical shock can be avoided with the aid of ground-fault circuit interrupters in the electrical line.

To learn more about GFCIs, refer to the link:

https://brainly.com/question/12615861

#SPJ1

Hey guys can anyone list chemical engineering advancement that has been discovered within the past 20 years

Answers

Top 10 Emerging Technologies in Chemistry
Nanopesticides. The world population keeps growing. ...
Enantio selective organocatalysis. ...
Solid-state batteries. ...
Flow Chemistry. ...
Porous material for Water Harvesting. ...
Directed evolution of selective enzymes. ...
From plastics to monomers. ...

Throw a rangeerror exception if any of the numbers is greater than 50. Throw an error exception if the parameter has less than 2 elements.

Throw a RangeError exception if any of the numbers is greater than 75. Throw an Error exception if the parameter has less than 4 elements 1 function processNumbers (numList) // Code will be tested with different values of numList var result = 0; 4 for (var indexindex

Answers

The javascript code that satisfies the given question that throws a range error exception if any of the numbers is greater than 50.  is given below

The Program

function processNumbers(numList) {

   var result = 0;

   if (numList.length < 4)

       throw new Error();

   for (var index = 0; index < numList.length; index++) {

       if (numList[index] > 75)

           throw new RangeError();

       result += numList[index] * 1.3 * index;

   }

   return result;

}

Read more about index arrays here:

https://brainly.com/question/29979088

#SPJ1

characteristics of 3 types of soil​

Answers

fertile, infertile and corroded soil

T/F : The voltage through a resistor with current i(t) in the s-domain is sri(s).

Answers

False.

The voltage through a resistor with current i(t) in the s-domain is simply Ri(s), where R is the resistance value of the resistor. In the s-domain, the relationship between voltage and current through a resistor can be expressed using Ohm's law as V(s) = I(s)R.

Therefore, the voltage across a resistor in the s-domain is proportional to the current through it, with the proportionality constant being the resistance value. It's important to note that this relationship only holds true for resistive elements in linear circuits. Non-linear circuit elements such as diodes and transistors have much more complex voltage-current relationships that cannot be described using a simple linear equation.

To know more about diodes visit:

https://brainly.com/question/32612539

#SPJ11

Assume a car's exhaust system can be approximated as 14 ft of 0. 125-ft-diameter cast-iron pipe with the equivalent of six 90 degree flanged elbows and a muffler. (See Video V8. 5) The muffler acts as a resistor with a loss coefficient of K_L = 8. 5. Determine the pressure at the beginning of the exhaust system if the flowrate is 0. 10 cfs, the temperature is 250 degree F, and the exhaust has the same properties as air. Mu = 4. 7 times 10^- 7 lb. S/ft^2 rho = 1. 74 times 10^- 3 slugs/ft^3 Element = 0. 00085 ft

Answers

The formula of head loss calculation for pipe fittings is given as hf = K_f × (v^2/2g).Where, hf is the head loss due to the pipe fittings. Kf is the resistance coefficient of the fitting. V is the velocity of fluid flow in the pipe. g is the acceleration due to gravity. The velocity of fluid flow in the pipe can be found using the formula of discharge:

Q = A × VWhere,Q is the flow rate of fluid. A is the cross-sectional area of the pipe.V is the velocity of fluid flow in the pipe. According to the question, A car's exhaust system can be approximated as 14 ft of 0.125-ft-diameter cast-iron pipe with the equivalent of six 90 degree flanged elbows and a muffler.

Mu = 4.7 × 10^-7 lb.s/ft^2ρ =

1.74 × 10^-3 slugs/ft^3L

= 14 ftD = 0.125 ft

K_L = 8.5

Element = 0.00085 ft

The cross-sectional area of the pipe can be found as follows:

A = (π/4) × D^2A

= (π/4) × (0.125)^2A

= 0.01227 ft^2

The velocity of fluid flow in the pipe can be found as follows:

Q = A × VV

= Q/AV

= 0.10/(0.01227)

= 8.146 ft/s

The Reynolds number can be found using the formula:

Re = (ρVD)/μ

Re = (1.74 × 10^-3 × 8.146 × 0.125)/4.7 × 10^-7

Re = 3.668 × 10^5

The pressure at the beginning of the exhaust system is 0.0596 psi.

To know more about acceleration visit:

https://brainly.com/question/2303856

#SPJ11

According to Ref. 213/91, fire extinguishing equipment can be frozen True or False

Answers

False. Fire extinguishing equipment cannot be frozen according to Ref. 213/91.

According to Ref. 213/91, fire extinguishing equipment cannot be frozen. Fire extinguishers are essential safety devices designed to combat fires effectively. They contain pressurized agents that are specifically formulated to extinguish different types of fires. Freezing temperatures can significantly impair the functionality of fire extinguishers and render them ineffective in emergency situations.

When fire extinguishing equipment freezes, several issues can arise. First, the contents of the extinguisher may expand as they freeze, potentially leading to ruptures or leaks in the container. This can cause the extinguisher to malfunction or become hazardous when used. Second, freezing temperatures can affect the performance of the extinguishing agent itself. Certain agents, such as water-based solutions, can solidify or lose their effectiveness when exposed to extreme cold.

It is crucial to store fire extinguishers in suitable environments that are above freezing temperatures. This ensures that the equipment remains in optimal condition and is ready for immediate use during emergencies. Regular inspections and maintenance are also essential to identify any signs of damage or deterioration that may compromise the functionality of fire extinguishers.

Learn more about Fire extinguishing equipment

brainly.com/question/32767668

#SPJ11

describe potential errors due to trim heel and transducer separations in ships​

Answers

Answer:

Trim heel and transducer separations are two potential errors that can affect the accuracy of a ship's draft and trim readings.

Trim heel refers to the angle of inclination of a ship in the water, which can affect the readings taken by the ship's sensors. If the ship is not perfectly level in the water, the sensors may not provide accurate measurements of the draft or the amount of cargo on board. This can result in incorrect calculations of the ship's stability, which can lead to dangerous situations.

Transducer separation is another potential source of error that can affect the accuracy of a ship's draft readings. Transducers are sensors that are mounted on the hull of a ship to measure the water level and provide information on the ship's draft. If these sensors are not properly calibrated or if they are separated from the hull, they may provide inaccurate readings, which can lead to errors in the ship's stability calculations.

In summary, trim heel and transducer separations can result in inaccurate readings of a ship's draft and cargo load, which can affect the ship's stability and safety. It is important for ship operators to regularly calibrate and maintain their sensors to minimize the risk of errors due to trim heel and transducer separations.

Hope this helps!

Make an accurate estimate of the number and length of joists and headers required to construct the floor frame for a single story rectangular building. The joists will be 12’ long and the headers will be 32’ along each of the 2 walls

Answers

To construct the floor frame for a single-story rectangular building, the number and length of joists and headers required depend on the size of the building.

To make an accurate estimate of the number and length of joists and headers, one can use the following steps:Step 1: Determine the size of the buildingTo determine the size of the building, one needs to know the length and width of the building. Let's assume the length of the building is 30 feet, and the width is 20 feet.Step 2: Calculate the distance between the joistsThe distance between the joists depends on the weight the floor needs to support. The standard spacing for joists is 16 inches on center.

To calculate the number of joists, divide the length of the building by the spacing between the joists. For example, 30 feet divided by 16 inches equals 23.4375. Round up to the nearest whole number to get 24. t 1. Therefore, 1 header is required.The number of headers can be determined by using this formula:Number of Headers = (Width of Building / Length of Headers) + 1Step 5: Calculate the total length of the headersThe headers will be 32 feet long along each of the 2 walls, so multiply the number of headers by 32 to get the total length of the headers. For example, 1 header multiplied by 32 feet equals 32 feet.

Therefore, 32 feet of headers are required.In conclusion, to construct the floor frame for a single-story rectangular building with a length of 30 feet and a width of 20 feet, 24 joists of 12 feet length and 32 feet of headers along each of the 2 walls are required. The total length of the joists required is 288 feet, while the total length of the headers required is 32 feet.

To know more about rectangular visit:

https://brainly.com/question/32444543

Prove that the center of pressure of a completely sub-merged plane surface is always below the center of gravity of the sub-merged surface or at most coincide with the center of gravity when the plane surface is horizontal.

Answers

The location at which the joined forces of a pressure distribution on a wholly submerged plane surface counteracts is determined by its shape, orientation, and furthermore the pressure composition.

How to show this?

To exemplify, when a plane surface displays an evenly distributed pressure around its center of gravity, then the center of pressure will be found beneath the center of gravity when the surface inclines.

Yet, if the same plane surface remains horizontal, the pressure arrangement will remain homogenous and thus the two centers merge. Generally speaking, the center of pressure stands below, or at most level with, the center of gravity when the plane surface is straight.

Read more about pressure here:

https://brainly.com/question/28012687
#SPJ1

The yield stress for a zirconium-magnesium alloy is σY = 15. 3 ksi. A machine part is made of this material and a critical point in the material is subjected to in-plane principal stresses σ1 and σ2 = −0. 54 σ1.

Determine the magnitude of σ1 that will cause yielding according to the maximum-shear-stress theory

Answers

The magnitude of σ1 that will cause yielding according to the maximum-shear-stress theory is 9.94 ksi.

Yield stress for the zirconium-magnesium alloy, σY = 15.3 ksi

In-plane principal stresses are σ1 and σ2 = −0.54σ1

To find the maximum shear stress theory, the equation used is τ_max=1/2(σ1-σ2)

The maximum shear stress theory states that yielding begins when the maximum shear stress in a part equals or exceeds the shear strength of the material. It is represented as τ_max = τ_yield

Where τ_max is the maximum shear stress in a part and τ_yield is the shear strength of the material. In-plane principal stresses are σ1 and σ2 = −0.54σ1

Let us replace the value of σ2 in terms of σ1σ2 = −0.54σ1,σ1 = 1.85σ2

Substitute the values in the τ_max=1/2(σ1-σ2)

τ_max=1/2(σ1-(-0.54σ1))

τ_max=0.77σ1

Now, τ_yield= σY/2 = 7.65 ksi

Therefore, 0.77σ1 = 7.65

σ1 = 9.94 ksi

You can learn more about magnitude at: brainly.com/question/31022175

#SPJ11

any vertex not having three edges connected to it means a(n) ____________________ is missing.

Answers

If a vertex in a graph does not have three edges connected to it, it means that a triangle is missing. In graph theory, a triangle refers to a set of three vertices that are connected by edges.

Therefore, if a vertex does not have three edges connected to it, it cannot be part of a triangle, which means that a triangle is missing from the graph. The presence of triangles in a graph is important in various applications, such as social network analysis and clustering algorithms. Triangles can reveal information about the relationships and connections between vertices, which can help in understanding the structure and behavior of the graph.

To know more about vertex visit :

https://brainly.com/question/30940247

#SPJ11

we wish to design a closed circuit supersonic wind tunnel that produces a mach 2.8 flow at standard sea level conditions in the test section and has a mass flow rate of air of 15 kg/s. calculate the necessary reservoir pressure and temperature, the nozzle throat area, the test section area, and the diffuser throat area. assume a worst case stagnation pressure loss in the test section based on a normal shock.

Answers

How fast is the fastest wind tunnel?

The JF-22 wind tunnel, which would be the fastest in the world, would be situated in the Huairou District of northern Beijing and be capable of simulating flights at speeds of up to 10 km/s, or 30 times the speed of sound.

What is wind tunnel?They measure conditions that affect aircraft and other equipment, such as elevation, drag, shockwaves, and others. that speed against the wind. Additionally, those tunnels can assist engineers in figuring out how wind interacts with stationary objects like buildings and bridges and finding ways to strengthen and make them safer.

Learn more about wind tunnels here:

brainly.com/question/15561541

#SPJ4

A simply supported beam of square cross section, is subject to a moment 51 kNm. The beam is of uniform sectional and geometric properties, with an E value of 201 GPa. If the radius of curvature of the beam under the action of the applied bending moment is 142147 mm,
what is the dimensional value of the beam's cross-section, that would be squared to determine its cross-sectional area?
Present your answer in millimeters, to three decimal places.

Answers

The dimensional value of the beam's cross-section, which would be squared to determine its cross-sectional area, is 2010 mm².

To find the dimensional value of the beam's cross-section, we can use the formula for the moment of inertia (I) of a square cross-section beam, which is given by (b * h³) / 12, where b is the base length and h is the height of the square cross-section.

Since the beam is subject to a bending moment, we can relate the moment of inertia (I) to the radius of curvature (R) using the formula I = E * (b * h³) / 12 * R, where E is the Young's modulus.

Rearranging the equation, we can solve for (b * h³), which represents the dimensional value of the beam's cross-section squared: (b * h³) = (12 * I * R) / (E).

Substituting the given values, I = 51 kNm, R = 142147 mm, and E = 201 GPa (or 201000 MPa), we can calculate the dimensional value of the cross-section squared: (b * h³) = (12 * 51 kNm * 142147 mm) / (201000 MPa).

Calculating the right side of the equation, we find that (b * h³) is approximately equal to 8590800 mm⁴.

To determine the dimensional value of the beam's cross-section, we need to find the square root of (b * h³), which gives us √(8590800 mm⁴) ≈ 2930 mm².

Therefore, the dimensional value of the beam's cross-section, which would be squared to determine its cross-sectional area, is 2010 mm².

Learn more about beam's cross-section

brainly.com/question/32875846

#SPJ11

when a user has connectivity issues yet can reach some destinations by using ip addresses, the problem is most likely due to which of the following?A slow network connectionA problem reaching the DNS serverUser error when entering website namesA defective network cable

Answers

It seems that when a user has connectivity issues but can reach some destinations by using IP addresses, the problem is most likely due to "A problem reaching the DNS server."

The DNS (Domain Name System) server is responsible for translating domain names (like www.example.com) into IP addresses that the computer can understand. If a user can access websites using IP addresses but not domain names, it indicates that the DNS server might not be functioning properly or there's a problem with the connection to the DNS server.
In this situation, it's recommended to check the DNS server settings on the user's device, and if necessary, try using an alternative DNS server or contact the Internet Service Provider for further assistance.

To know more about destination visit:

https://brainly.com/question/14693696

#SPJ11

what is a computer device

Answers

electronic equipment

which production machines are used to manufacture the motorcycle from start to finish of assembly. provide Step by step procedure

Answers

The manufacturing process of motorcycles involves multiple steps. The production machines used include CNC laser cutting and welding machines for frame building, CNC machines, grinders, and boring machines for engine building, a paint booth with a robot for painting and finishing, wire-cutting machines for electrical installation, and dyno machines for quality control.

The manufacturing process of motorcycles involves the following steps:

Step 1: Frame Building

- CNC laser cutting machine cuts steel sheets to shape.

- Welding machine joins steel sheets to form the frame.

Step 2: Engine Building

- CNC machines for milling, lathing, grinders, and boring machines are used.

- Parts are fabricated and assembled to create the engine.

Step 3: Paint and Finishing

- Motorcycle is taken to a painting booth.

- Paint robot sprays paint onto the motorcycle.

- Motorcycle is dried and finished.

Step 4: Electrical Installation

- Electrical components such as headlights, turn signals, and ignition switch are installed.

- Wiring harnesses are built using a wire-cutting machine and installed.

Step 5: Quality Control

- Motorcycle is tested on a dyno machine for proper functioning.

- Quality control team inspects the motorcycle to ensure it meets standards.

- Defects are corrected before shipping.

Learn more about manufacturing process here :-

https://brainly.com/question/33283853

#SPJ11

CompTIA Network Plus N10-008 Question:
How many hosts are on a /30 network?
a.) None, as there are only two addresses: Network ID and Broadcast ID.
b.) 2
c.) 4
d.) None of the Above

Answers

There are 2 hosts on a /30 network.

a /30 network is a subnet mask that comprises 4 bits, resulting in 2 bits available to use as host bits. There are two IP addresses that can be used to assign to hosts on a /30 network as a result of this. These two addresses are the host address and the broadcast address. The total number of host bits available on a /30 network is 2, as we have seen, which means that there are only two usable IP addresses on a /30 network. Furthermore, it is worth noting that the two IP addresses are usually not assigned to the hosts directly but rather to the connected routers, as they are used for point-to-point connections.

Learn more about network:

https://brainly.com/question/20535662

#SPJ11

What signal propagation phenomena causes the diffusion, or the reflection in multiple different directions, of a signal?

Answers

In the radio communication system, multipath is the propagation phenomenon that causes diffusion or reflection in multiple different directions of a signal.

Multipath is a propagation mechanism that impacts the propagation of signals in radio communication. Multipath results in the transmission of data to the receiving antenna by two or more paths. Diffusion and reflection are the causes that create multiple paths for the signal to be delivered.

Diffraction occurs when a signal bends around sharp corners; while reflection occurs when a signal impinges on a smooth object. When a signal is received through more than one path because of the diffraction or reflection, it creates phase shifting and interference of the signal.

You can learn more about signal propagation at

https://brainly.com/question/14452898

#SPJ4

Resistors are used to reduce current flow, adjust signal levels to divide voltages, bias active elements and terminate transmission line.true or false

Answers

Answer:

True

Explanation:

Those are the exact uses of a resistor

Design a reinforced concrete cantilever beam that has a rectangular cross section with a high (h) to width (b) ratio of around 2. The beam is fixed at one end and free at the other witha span of 16ft. It carries aservicelive load of1.2kip/ft. in addition to its own weight. The design should satisfyACI 318 specifications, includingthe load factors, strength factors, minimum depth,and minimum reinforcement.The flexural reinforcement remains the same along the whole length of the beam. Use Grade

Answers

To design a reinforced concrete cantilever beam that has a rectangular cross-section with a high (h) to width (b) ratio of about 2, given it is fixed at one end and free at the other with a span of 16ft, carries a service live load of 1.2kip/ft, and is to satisfy ACI 318 specifications, the following steps are taken.

Step 1: Determine loads on the beamLoad from the service live load of the beam plus its weightWL = 1.2 × 16 = 19.2 kip/mTotal load on the beam, wu = 1.2 + 0.125 = 1.325 kip/ft (using load factors from ACI 318-19 section 5.2.1)Step 2: Determine ultimate moment at the fixed endMu = wuL²/8 = 1.325 × 16²/8 = 42 kip-ft = 504 kip-inStep 3: Determine the depth of the beamFrom ACI 318-19, section 9.5.1, d ≥ h/12 and h ≤ b. Assume h = 24 inches, then d = 2 inches. Using the same breadth, b = h/2 = 12 inches.

Step 4: Determine effective depthAssuming a cover of 1.5 inches for both the top and the bottom, the effective depth, d’ = d - 1.5 - 0.5#5 bar = 2 - 1.5 - 0.5(0.625) = 0.813 inches ≈ 0.75 inches (assume)Therefore, effective depth, d’ = 2 - 1.5 - 0.75 = 0.75 inches.Step 5: Determine reinforcement area at fixed endFrom ACI 318-19, the design moment strength of a singly reinforced beam is given byMn = 0.9f_yAs (d - a/2)whereAs = area of tension steel, f_y = yield strength of steel = 60 ksi (Grade 60 steel)Mn = ultimate moment capacity of the sectiona = distance from the extreme compression fiber to the centroid of tension steel = distance of reinforcement to the center of the beamThe minimum area of reinforcement is given by the section 24.4.

Assuming a 1.5 inches cover, the actual bond length is given byl_d = 0.5 β_1 d_bfy/τ_bwhereβ_1 = 0.8d_b = 0.375 inches (diameter of #3 bar)fy = yield strength of steel = 60 ksiτ_b = 3.0 psi (using a normal weight concrete, assume 4000 psi)l_d = 0.5 × 0.8 × 0.375 × 60000/3.0l_d = 30.0 inches < L/3 = 16/3 = 5.33 inches ∴ OkBond stressτ_b = V_bd/0.2 bd’WhereV_bd = shear force transmitted to the concrete per inch width of the beam along its depthd’ = effective depth of beamb = breadth of the beamAssume a maximum shear force of V = wuL/2 = 1.325 × 16/2 = 10.6 kipV_bd = V/bd’ => τ_b = 10.6 × 12/(0.2 × 12 × 0.75)τ_b = 28.16 psi < 3.0√f’_c = 89.1 psi ∴ OkTherefore, the design of a reinforced concrete cantilever beam with a rectangular cross-section that has a high (h) to width (b) ratio of about 2, given it is fixed at one end and free at the other with a span of 16ft, carries a service live load of 1.2kip/ft, and is to satisfy ACI 318 specifications has been satisfactorily completed.

To know more about steps visit:

https://brainly.com/question/16996355

#SPJ11

on a wiring diagram, s110 with a ".8 brn/blk" means ________.

Answers

On a wiring diagram, s110 with a ".8 brn/blk" means that a Wire number 8 (W/8) that has brown and black color codes are terminated or connected on slot number 110 in the connector.

S110 or Slot 110 is a pinout location where the wire is terminated in the connector.Slot 110 is the location in which the wire is connected or terminated in the connector. A wiring diagram is a comprehensive graphical representation of an electrical circuit system that includes wire colors and numbers that represent the wiring connections of the system. The wire color and number allow technicians and engineers to follow the path of electricity in the circuit system and troubleshoot any problems that may arise in the system.

Learn more about wiring diagram here :-

https://brainly.com/question/13439314

#SPJ11

By using order of magnitude analysis, the continuity and Navier-Stokes equations can be simplified to the Prandtl boundary-layer equations. For steady, incompressible, and two-dimensional flow, neglecting gravity, the result is delta u/ delta x + delta v/ delta y= 0; u delta u/ delta x +v delta u/ delta y= -1/p(delta u/ delta x)+ v delta^2 u/ delta y^2 Use L and V0 as characteristic length and velocity, respectively. Non-dimensionalize these equations and identify the similarity parameters that result.

Answers

Answer: Attached below is the well written question and solution

answer:

i) Attached below

ii) similar parameter =  \(\frac{V}{VoL } = 1 / Re\)

Explanation:

Using ;  L as characteristic length and Vo as reference velocity

i) Nondimensionalize the equations

ii) Identifying similarity parameters

the similar parameters are  = \(\frac{V}{VoL } = 1 / Re\)

Attached below is the detailed solution

By using order of magnitude analysis, the continuity and Navier-Stokes equations can be simplified to
By using order of magnitude analysis, the continuity and Navier-Stokes equations can be simplified to
By using order of magnitude analysis, the continuity and Navier-Stokes equations can be simplified to

what is 7/8 + 1/2 on a ruler

Answers

Answer:

11/8

Explanation:

7/8+4/8=11/8 if you want it on a ruler you need to go online and type fraction to decimal converter and put in 11/8 into a decimal

11/8 or 1.375 as a decimal
Other Questions
The country of Oman is ruled by a monarchy, therefore Oman has which type of government? (2 points) Group of answer choices oligarchy democracy autocracy republic Jorge worries that he might be dehydrated. Which symptom MOST likely demonstrates that Jorge is dehydrated?A. He has dark urine.B. He is gaining weight.C. He is losing hair.D. He has tooth decay. please help on this question. A caterer charges an initial fee of $120 plus $5 per guest. How many guests can you invite if you can afford topay the caterer a total of $430? Write an equation and solve. is the condition that exists when a service is available but there is little or no consumer demand for the service offered. Select even before the united states(blank) the louisiana territory jefferson wanted to explore this land. one(blank) of the lewis and clark expedition was to find a northwest passage. one of the result of the expedition was the people wanted to move west What is 12 + t , when t = 17 Which change of state involves a release of energy? boiling condensation melting sublimation Which deity was the god of the water and the Nile River, according to the ancient Egyptians?AnubisHapiIsisOsiris why do the reactions of the calvin cycle usually not occur at night? Divide. Express your answer in simplest form. 8 divided by 2 4/9 The radius of cylinder A is 4 times the radius of cylinder B, and the height of cylinder A is 4 times the height of cylinder B. What is the ratio of the lateral surface area of A to the lateral surface area of B? HELP 3x + 1 over 4 y2What is the value of the expression above when x = 2 and y = 8? You must show all work and calculations to receive full credit. (4 points) Select the two locations that would ideal for a civilization to form. Which function grows at the fastest rate for increasing values of x? A. f(x)=4x^2+9xB. g(x)=18xC. h(x)=2^x After seeing the results of the segment analysis for the Nylon Fibers division, James Cameron wants all three divisions focusing on the correct avenues for improving division performance. Refer to Exhibit 10.4 and the related information on page 10-14 to answer the following questions.Requireda. Calculate the margin and asset turnover for Centex Yarns three divisions. Show that margin asset turnover equals the return on investment for each division as reported in the text.b. Compare the margin and asset turnover for the three divisions and make suggestions for increasing the return on investment of each division. ABCDE CEO John Lenon used a strategy of rapid innovation and low-cost manufacturing to propel his company to become one of Singapore's top-selling electronics manufacturers. If you were given the opportunity to operate a major electronics company, why would you pursue a similar strategy for brand growth? (rapid innovation and low cost manufacturing) why is earth known as diatomaceous Earth???From biology Most people in _______ and _______ are hindus Answer all parts (a), (b) and (c) of this question.(a) Stan and Ollie are two students who share a flat. Both of them prefer to live in a clean flat. However, neither is too fond of housecleaning. Each of them receives a payoff of 12 if they both clean the flat. If neither person cleans the flat, they receive a payoff of 6 each. If one person cleans the flat but the other person does not, then the payoff for the person who does the cleaning is 5 and the payoff for the person who doesnt do any cleaning is 15.(i) [4 marks] Write down the payoff matrix of this game.(ii) [6 marks] Derive the dominant strategy equilibrium. Is this also a Nash equilibrium? Explain your reasoning.(b) [5 marks] Consider a game with N players. Each player chooses Black or White. If a player chooses Black, she gets 100 if everyone else also chooses Black, and she gets 0 if any of the other players does not choose Black. If a player chooses White, she always gets 50. Show that everyone choosing Black and everyone choosing White are both Nash equilibria of this game.(c) Two firms, Smart and Gold, compete in the mobile phone market. They play a game in two stages. First, Smart has to decide whether or not to introduce a new type of mobile phone. After that decision is made by Smart and observed by Gold, Gold must decide whether or not to introduce its own new type of mobile phone. The profits are as follows, where the first number in each pair refers to Smarts profit and the second number to Golds profit: If both firms introduce a new phone: (3, 3) If only Smart introduces a new phone: (7, 2) If only Gold introduces a new phone: (2, 7) If neither firm introduces a new phone: (5, 5).(i) [4 marks] Draw a game tree to represent this game.(ii) [6 marks] Using backward induction, find the subgame perfect equilibrium of the game. Explain your reasoning.