1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
stiv31 [10]
3 years 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:
Yuki888 [10]3 years ago
7 0

Answer:

1113kN

Explanation:

The ouside diameter OD of the pipe is 61cm and the thickness T is 0.9cm, so the inside diameter ID will be:

Inside Diameter = Outside Diameter - Thickness

Inside Diameter = 61cm - 0.9cm = 60.1cm

Converting this diameter to meters, we have:

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

This inside diameter is useful to calculate the volume V of water inside the pipe, that is 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 problem gives you the water density d as 1.0kg/L, but we need to convert it to proper units, so:

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

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

Now, water density is given by the equation d=\frac{m}{V}, where m is the water mass and V is the water volume. Solving the equation for water mass and replacing the values we have:

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

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

m_{water}=113280Kg

With the water mass we can find the weight of water:

w_{water}=m_{water} *g

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

w_{water}=1110144N

Finally we find the total weight add up the weight of the water and the weight of the pipe,so:

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

w_{total}=1110144N+2500N

w_{total}=1112644N

Converting this total weight to kN, we have:

1112644N*\frac{0.001kN}{1N}=1113kN

You might be interested in
I want to cancel my membership
Dennis_Churaev [7]
1. Go to settings 2. Press on your Apple ID 3. Press on subscriptions then turn them off.
5 0
2 years ago
How does a 2.5 MW wind turbine costing $ 4 million compare to a 5-kw wind turbine $3 /W? a) Same $/w b) Smaller $/w c) Larger $/
My name is Ann [436]
MW means megawatt, and one megawatt is a million Watts.
The 2.5 MW turbine is 4/2.5=1.6 $/w
Answer B
4 0
3 years ago
Find the largest number. The process of finding the maximum value (i.e., the largest of a group of values) is used frequently in
salantis [7]

Answer:

See Explanation

Explanation:

Required

- Pseudocode to determine the largest of 10 numbers

- C# program to determine the largest of 10 numbers

The pseudocode and program makes use of a 1 dimensional array to accept input for the 10 numbers;

The largest of the 10 numbers is then saved in variable Largest and printed afterwards.

Pseudocode (Number lines are used for indentation to illustrate the program flow)

1. Start:

2. Declare Number as 1 dimensional array of 10 integers

3. Initialize: counter = 0

4. Do:

4.1 Display “Enter Number ”+(counter + 1)

4.2 Accept input for Number[counter]

4.3 While counter < 10

5. Initialize: Largest = Number[0]

6. Loop: i = 0 to 10

6.1 if Largest < Number[i] Then

6.2 Largest = Number[i]

6.3 End Loop:

7. Display “The largest input is “+Largest

8. Stop

C# Program (Console)

Comments are used for explanatory purpose

using System;

namespace ConsoleApplication1

{

   class Program

   {

       static void Main(string[] args)

       {

           int[] Number = new int[10];  // Declare array of 10 elements

           //Accept Input

           int counter = 0;

           while(counter<10)

           {

               Console.WriteLine("Enter Number " + (counter + 1)+": ");

               string var = Console.ReadLine();

               Number[counter] = Convert.ToInt32(var);

               counter++;                  

           }

           //Initialize largest to first element of the array

           int Largest = Number[0];

           //Determine Largest

           for(int i=0;i<10;i++)

           {

               if(Largest < Number[i])

               {

                   Largest = Number[i];

               }

           }

           //Print Largest

           Console.WriteLine("The largest input is "+ Largest);

           Console.ReadLine();

       }

   }

}

8 0
3 years ago
What two things must be included in your function definition?
mars1129 [50]

Explanation:

commands to be and function arguments

8 0
3 years ago
FD=CD*((P*(V^2)*A)/2)<br><br>Please solve for V
REY [17]

Answer:

The answer is V = √2FD ÷ CD × PA

Explanation:

FD = CD × PV²A ÷ 2

V² = 2FD ÷ CD × PA

V = √2FD ÷ CD × PA

Thus, The value of V is V = √2FD ÷ CD × PA

 

<u>-TheUnknownScientist 72</u>

7 0
2 years ago
Other questions:
  • Where are revolved sections placed in a print? A) in between break lines B) cutting planes are used to identify their locations
    12·1 answer
  • Vehicles arrive at a single toll booth beginning at 8:00 A.M. They arrive and depart according to a uniform deterministic distri
    9·1 answer
  • A steam turbine receives 8 kg/s of steam at 9 MPa, 650 C and 60 m/s (pressure, temperature and velocity). It discharges liquid-v
    7·1 answer
  • A company that produces footballs uses a proprietary mixture of ideal gases to inflate their footballs. If the temperature of 23
    11·1 answer
  • Who is the best musician in Nigeria<br>​
    11·2 answers
  • An MRI technician moves his hand from a region of very low magnetic field strength into an MRI scanner’s 2.00 T field with his f
    5·1 answer
  • Select the correct text in the passage.
    6·2 answers
  • Tech A says that speed density systems use vehicle speed and fuel density to determine injector pulse width. Tech B says that ma
    8·1 answer
  • Question 1 A design team completes their high-fidelity prototype of a responsive website. Before they hand off designs to the en
    9·1 answer
  • A ___ is a type of purlin used as a horizontal stiffener between columns around the perimeter of a building.
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!