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:
<h2>False </h2>
Explanation:
The noun form of organize is just adding letter r
Answer:
(a) The force sustained by the matrix phase is 1802.35 N
(b) The modulus of elasticity of the composite material in the longitudinal direction Ed is 53.7 GPa
(c) The moduli of elasticity for the fiber and matrix phases is 124.8 GPa and 2.2 GPa respectively
Explanation:
Find attachment for explanation
The modern hydraulic lifts make use of biodegradable fluid to transmit hydraulic power
<em>Question: The options are left out in the question. The details and facts about the modern hydraulic lift are presented here</em>
<em />
Details about the modern hydraulic lifts include;
The development of the modern hydraulic occurred in the Industrial Revolution to perform task done previously by steam powered elevators
The power of the hydraulic lift come from the hydraulic cylinder known as the actuator, which in turn is powered by pressurized hydraulic fluid such as oil
The hydraulic fluid is pushed by a piston rod through which energy is capable of being transferred, such that the applied force is multiplied, to provide more power for lifting
<u>Facts about the modern hydraulic lifts include;</u>
- The dry motor in the modern hydraulic lift is more efficient and consumes 20% less energy
- It comprises of valves that are controlled electronically such that the response is much rapid and the energy consumption is reduced by a further 20%
- The cars used in the modern lift are lighter, as well as the slings, which reduces the power usage by 20%
- It makes use of chemicals which are environmentally friendly as hydraulic fluid
- The flash point of the fluid used is higher, as well as it posses 50% lower compressibility as well elasticity
Learn more here:
brainly.com/question/16942803