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:
#Initialise a tuple
team_names = ('Rockets','Raptors','Warriors','Celtics')
print(team_names[0])
print(team_names[1])
print(team_names[2])
print(team_names[3])
Explanation:
The Python code illustrates or printed out the tuple team names at the end of a season.
The code displayed is a function that will display these teams as an output from the program.
Answer:
809.98°C
Explanation:
STEP ONE: The first step to take in order to solve this particular Question or problem is to find or determine the Biot value.
Biot value = (heat transfer coefficient × length) ÷ thermal conductivity.
Biot value = (220 × 0.1)÷ 110 = 0.2.
Biot value = 0.2.
STEP TWO: Determine the Fourier number. Since the Biot value is greater than 0.1. Tis can be done by making use of the formula below;
Fourier number = thermal diffusivity × time ÷ (length)^2.
Fourier number = (3 × 60 × 33.9 × 10^-6)/( 0.1)^2 = 0.6102.
STEP THREE: This is the last step for the question, here we will be calculating the temperature of the center plane of the brass plate after 3 minutes.
Thus, the temperature of the center plane of the brass plane after 3 minutes = (1.00705) (0.89199) (900- 15) + 15.
= > the temperature of the center plane of the brass plane after 3 minutes = 809.98°C.
Answer:

Explanation:
In this problem you need to define the force that acts upon a beam in a 3 point bending problem. I put a picture of the problem taken from Wikipedia:
In this problem the flexural strength is defined with the following formula:

where F is the force applied, L the length between the two rods, b the width of the ceramic block and d it's height.
The force is then defined as:

Answer:
Just answered this to confirm my profile.
Explanation:
I dont have a clue, this is just to confirm my profile.