Answer:
percentage change in volume = 0.00285 %
Explanation:
given data
bulk modulus = 3.5 ×
N/m²
bulk stress =
N/m²
solution
we will apply here bulk modulus formula that is
bulk modulus =
...............1
put here value and we get
3.5 ×
=
solve it we get
bulk strain = 2.8571 ×
and
bulk strain =
so that percentage change in volume is = 2.8571 ×
× 100
percentage change in volume = 0.00285 %
Answer: The correct answer is : Fault block mountain with rough edges and steep cliffs
Explanation: Snowy saws are an example of a mountain chain blocked by faults. The snowy mountains were formed because the tectonic movement forced some segments of the earth's crust up into irregular pieces and others down.
Answer:
189.15cy
Explanation:
To understand this problem we need to understand as well the form.
It is clear that there is four wall, two short and two long.
The two long are 
The two long are 
The two shors are 
The height and the thickness are 14ft and 0.83ft respectively.
So we only calculate the Quantity of concrete,
![Q_c = [(2*122.08)+(2*86-375)]*14*0.833\\Q_c=4864.02ft^3](https://tex.z-dn.net/?f=Q_c%20%3D%20%5B%282%2A122.08%29%2B%282%2A86-375%29%5D%2A14%2A0.833%5C%5CQ_c%3D4864.02ft%5E3)
That in cubic yards is equal to 
Hence, we need order 5% plus that represent with the quantity

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.
Ethics in production is a subset of business ethic that is meant to ensure that the production function or activities are not damaging to the consumer or the society. Like other ethics there is a certain code of conduct or standards to be followed, however ensuring that the ethics are complied with is often difficult.
<h2>i HOPE IT'S HELP </h2>