Answer:
D
Explanation:
took test failed question D is the right answer
Answer:
Absolute pressure=70.72 KPa
Explanation:
Given that Vacuum gauge pressure= 30 KPa
Barometer reading =755 mm Hg
We know that barometer always reads atmospheric pressure at given situation.So atmospheric pressure is equal to 755 mm Hg.
We know that P= ρ g h
Density of 
So P=13600 x 9.81 x 0.755
P=100.72 KPa
We know that
Absolute pressure=atmospheric pressure + gauge pressure
But here given that 30 KPa is a Vacuum pressure ,so we will take it as negative.
Absolute pressure=atmospheric pressure + gauge pressure
Absolute pressure=100.72 - 30 KPa
So
Absolute pressure=70.72 KPa
Answer:
6.99 x 10⁻³ m³ / s
Explanation:
Th e pressure difference at the two ends of the delivery pipe due to atmospheric pressure and water column will cause flow of water.
h = difference in the height of water column at two ends of delivery pipe
6 - 1 = 5 m
Velocity of flow of water
v = √2gh
= √ (2 x 9.8 x 5)
= 9.9 m /s
Volume of water flowing per unit time
velocity x cross sectional area
= 9.9 x 3.14 x .015²
= 6.99 x 10⁻³ m³ / s
Hi, you haven't provided the programing language in which you need the code, I'll just explain how to do it using Python, and you can apply a similar method for any programming language.
Answer:
1. def pyramid_volume(base_length, base_width, pyramid_height):
2. volume = base_length*base_width*pyramid_height/3
3. return(volume)
Explanation step by step:
- In the first line of code, we define the function pyramid_volume and it's input parameters
- In the second line, we perform operations with the input values to get the volume of the pyramid with a rectangular base, the formula is V = l*w*h/3
- In the last line of code, we return the volume
In the image below you can see the result of calling the function with input 4.5, 2.1, 3.0.
Answer:
a. 318.2k
b. 45.2kj
Explanation:
Heat transfer rate to an object is equal to the thermal conductivity of the material the object is made from, multiplied by the surface area in contact, multiplied by the difference in temperature between the two objects, divided by the thickness of the material.
See attachment for detailed analysis