answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
marishachu
24 days ago
9

Water is flowing in a metal pipe. The pipe OD (outside diameter) is 61 cm. The pipe length is 120 m. The pipe wall thickness is

0.9 cm. The water density is 1.0 kg/L. The empty weight of the metal pipe is 2500 N/m. In kN, what is the total weight (pipe plus water)?

Engineering
1 answer:
Viktor [230]24 days ago
7 0

Answer:

1113kN

Explanation:

The outer diameter of the pipe is 61cm, and its thickness is 0.9cm, leading to an inner diameter of:

Inner Diameter = Outer Diameter - Thickness

Inner Diameter = 61cm - 0.9cm = 60.1cm

Converting this measurement into meters gives us:

60.1cm*\frac{1m}{100cm}=0.601m

This inner diameter is relevant for calculating the volume V of water contained within the pipe, which can be defined as the volume of a cylinder:

V_{water}=\pi r^{2}h

V_{water}=\pi (\frac{0.601m}{2})^{2}*120m

V_{water}=113.28m^{3}

The water density provided is d = 1.0kg/L, but we must adjust it to appropriate units:

d_{water}=1.0\frac{Kg}{L}*\frac{1L}{1000cm^{3}}*(\frac{100cm}{1m})^{3}

d_{water}=1000\frac{Kg}{m^{3}}

Substituting into the mass of the water yields:

d=\frac{m}{V}

m_{water}=d_{water}.V_{water}

m_{water}=1000\frac{Kg}{mx^{3}}*113.28m^{3}

This mass allows us to find the water's weight:

m_{water}=113280Kg

w_{water}=m_{water} *g

w_{water}=113280kg*9.8\frac{m}{s^{2}}

We then add this weight to the weight of the empty pipe to calculate the total weight:

w_{water}=1110144N

w_{total}=w_{water}+w_{pipe}

w_{total}=1110144N+2500N

Finally, converting this total weight into kN results in:

w_{total}=1112644N

1112644N*\frac{0.001kN}{1N}=1113kN
You might be interested in
Consider a process carried out on 1.00 mol of a monatomic ideal gas by the following two different pathways.
grin007 [219]

Answer:

90 L.atm

Explanation:

According to the provided details:

First pathway:

A( 3 atm, 20 L) → C ( 1 atm, 20 L) → D (1 atm, 50 L)

Second pathway:

A(3 atm, 20 L) → B( 3 atm, 50 L) → D ( 1 atm, 50 L)

As the number of moles is 1.00 moles

To calculate wAB;

A → B signifies the transformation is happening at a steady pressure;

Thus,

wAB = pressure multiplied by the change in volume

wAB = P(V₂ - V₁)

wAB = 3 atm (50 L - 20 L)

wAB = 3 atm (30 L)

wAB = 90 L.atm

7 0
17 days ago
Consider 1.0 kg of austenite containing 1.15 wt% C, cooled to below 727C (1341F). (a) What is the proeutectoid phase? (b) How
pantera1 [220]

Answer:

a) The phase before eutectoid is commonly referred to as cementite, with the chemical formula Fe₃C.

b) The total mass of ferrite obtained is 0.8311 kg.

The total cementite mass equals 0.1689 kg.

c) The total cementite mass accounts for 0.9343 kg.

Explanation:

Provided:

1 kg of austenite

a carbon content of 1.15 wt%

Cooled below 727°C

Questions:

a) Identify the proeutectoid phase.

b) Calculate the mass of total ferrite and cementite, Wf =?, Wc =?

c) Determine the mass of both pearlite and the proeutectoid phase, Wp =?

d) Create a schematic to illustrate the resulting microstructure.

a) The proeutectoid phase is referred to as cementite with the formula Fe₃C.

b) To find the total mass of formed ferrite:

W_{f} =\frac{C_{cementite}-C_{2} }{C_{cementite}-C_{1} }

With:

Ccementite = composition of cementite = 6.7 wt%

C₁ = composition of phase 1 = 0.022 wt%

C₂ = overall composition = 1.15 wt%

Inserting the values yields:

W_{f} =\frac{6.7-1.15}{6.7-0.022} =0.8311kg

For the total mass of cementite:

W_{c} =\frac{C_{2}-C_{1}}{C_{cementite}-C_{1} } =\frac{1.15-0.022}{6.7-0.022} =0.1689kg

c) The mass of pearlite:

W_{p} =\frac{6.7-1.15}{5.94} =0.9343kg

d) The diagram illustrates the different compositions: (pearlite, proeutectoid cementite, ferrite, eutectoid cementite)

6 0
1 month ago
A cylinder in space is of uniform temperature and dissipates 100 Watts. The cylinder diameter is 3" and its height is 12". Assum
Kisachek [217]

Answer:

Temperature T = 394.38 K

Explanation:

The full solution and detailed explanation regarding the above question and its specified conditions can be found below in the accompanying document. I trust my explanation will assist you in grasping this particular topic.

7 0
1 day ago
Who want to play "1v1 lol unblocked games 76"
Daniel [215]

Answer:I want to know what game to play?

Explanation:

3 0
1 month ago
Read 2 more answers
Write cout statements with stream manipulators that perform the following:
grin007 [219]

Answer:

A)cout<<setw(9)<<fixed<<setprecision(2)<<34.789;

B)cout<<setw(5)<<fixed<<setprecision(3)<<7.0;

C)cout<<fixed<<5.789E12;

D)cout<<left<<setw(7)<<67;

Explanation:

Stream Manipulators are special functions for use with the insertion (<<) and extraction (>>) operators on C++ stream objects, while the 'cout' statement outputs content to the standard output device in C++ programming.

setw: specifies the minimum width of the output field

setprecision: defines the number of decimal places for floating-point value formatting.

fixed: sets the format flag for floating-point streams.

left: left-aligns the output.

A) This statement shows the number 34.789 in a field that provides eight character spaces with two decimal precision. cout<<setw(9)<<fixed<<setprecision(2)<<34.789;

B) Here, the number 7.0 is displayed within six spaces with three decimal precision. cout<<setw(5)<<fixed<<setprecision(3)<<7.0;

C) This command prints 5.789e+12 in fixed-point format.  cout<<fixed<<5.789E12;

D) This statement left-aligns the number 67 across a field of six spaces. cout<<left<<setw(7)<<67;

7 0
23 days ago
Other questions:
  • Your employer has the ability to protect you from cave-ins and other hazards by using adequately-designed protection systems in
    13·1 answer
  • A rod is 2m long at temperature of 10oC. Find the expansion of the rod, when the temperature is raised to 80oC. If this expansio
    7·1 answer
  • An 80-L vessel contains 4 kg of refrigerant-134a at a pressure of 160kPa. Determine (a) the temperature, (b) the quality, (c) th
    11·1 answer
  • Which of the following ranges depicts the 2% tolerance range to the full 9 digits provided?
    6·1 answer
  • Identify the four engineering economy symbols and their values from the following problem statement. Use a question mark with th
    10·1 answer
  • 1 At a certain location, wind is blowing steadily at 10 m/s. Determine the mechanical energy of air per unit mass and the power
    11·1 answer
  • Consider a very long, slender rod. One end of the rod is attached to a base surface maintained at Tb, while the surface of the r
    8·1 answer
  • NEEDS TO BE IN PYTHON:ISBN-13 is a new standard for indentifying books. It uses 13 digits d1d2d3d4d5d6d7d8d910d11d12d13 . The la
    15·1 answer
  • Small droplets of carbon tetrachloride at 68 °F are formed with a spray nozzle. If the average diameter of the droplets is 200 u
    10·1 answer
  • A cylinder with a 6.0 in. diameter and 12.0 in. length is put under a compres-sive load of 150 kips. The modulus of elasticity f
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!