D is the answer. Hope this helped
Answer:
Aqueous solution of ionic compounds conduct electricity while solid ionic compounds don't.
Explanation:
Ionic compound conduct electricity when liquid or in aqueous solution that is resolved in water because the ionic bonds of the compound become weak and the ions are free to move from place to place.
Ionic compounds don't conduct electricity while in solid state because the ionic bonds are to strong and ions cannot move around with lack of space for movement which makes the electric conductivity zero.
Answer:
Qx = 9.10 m³/s
Explanation:
given data
diameter = 85 mm
length = 2 m
depth = 9mm
N = 60 rev/min
pressure p = 11 × Pa
viscosity n = 100 Pas
angle = 18°
so Qd will be
Qd = 0.5 × π² ×D²×dc × sinA × cosA ..............1
put here value and we get
Qd = 0.5 × π² × ( 85 )²× 9 × sin18 × cos18
Qd = 94.305 × m³/s
and
Qb = p × π × D × dc³ × sin²A ÷ 12 × n × L ............2
Qb = 11 × × π × 85 × ( 9 )³ × sin²18 ÷ 12 × 100 × 2
Qb = 85.2 × m³/s
so here
volume flow rate Qx = Qd - Qb ..............3
Qx = 94.305 × - 85.2 ×
Qx = 9.10 m³/s
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:
A
Explanation:
He should get a job in engineering to see what it's like to work in the field.