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:
hope this helps
Explanation:
answers:
1. Chemical engineering is most difficult because it's a mix of physics, chemistry and math
2. Stoichiometry is so important because it shows how materials react, interact and play off each other
3. Yes I think consumers would notice if process control standards were not met. for example medicines, when people take Tylenol or cold pills, if the amount of time it took to kick it becomes longer, people will become aware that the product is not consistent and reliable.
4. i have no idea sorry :(
5. This is explaining how there are rules and regulations to make the workplace safe. it can be accomplished by following those rules and regulations
 
        
                    
             
        
        
        
Answer:
850.8480103 feet
Explanation:
First you take the diameter and find the circumference, which is (2)(pi)(r) plug in your r which is 26/2= 13 so 2(13)(pi) and multiply taht by 125 after that take your answer and divide by 12which is 850.8480103