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:
1.2727 stokes
Explanation:
specific gravity of fluid A = 1.65
Dynamic viscosity = 210 centipoise
<u>Calculate the kinematic viscosity of Fluid A </u>
First step : determine the density of fluid A
Pa = Pw * Specific gravity = 1000 * 1.65 = 1650 kg/m^3
next : convert dynamic viscosity to kg/m-s
210 centipoise = 0.21 kg/m-s
Kinetic viscosity of Fluid A = dynamic viscosity / density of fluid A
= 0.21 / 1650 = 1.2727 * 10^-4 m^2/sec
Convert to stokes = 1.2727 stokes
Answer:
μ = 0.136
Explanation:
given,
velocity of the car = 20 m/s
radius of the track = 300 m
mass of the car = 2000 kg
centrifugal force


F c = 2666. 67 N
F f= μ N
F f = μ m g
2666.67 = μ × 2000 × 9.8
μ = 0.136
so, the minimum coefficient of friction between road surface and car tyre is equal to μ = 0.136
Answer:
modulus of elasticity for the nonporous material is 340.74 GPa
Explanation:
given data
porosity = 303 GPa
modulus of elasticity = 6.0
solution
we get here modulus of elasticity for the nonporous material Eo that is
E = Eo (1 - 1.9P + 0.9P²) ...............1
put here value and we get Eo
303 = Eo ( 1 - 1.9(0.06) + 0.9(0.06)² )
solve it we get
Eo = 340.74 GPa
Answer:
8 for dual-op-amp package, and 14 for quad-op-amp
Explanation;
This is because every op-amp has 2 input terminal 4 pns
So one output terminal that is 2 pins which are required for power
and the same for a minumum number of pins required by quad op amp which is 14