Number three number three number three I’m not 100% sure though
Answer:
The results of a percolation test will determine if there is suitable drainage and the size of the drain field that will be required for a septic system.
Answer:
0.5 kW
Explanation:
The given parameters are;
Volume of tank = 1 m³
Pressure of air entering tank = 1 bar
Temperature of air = 27°C = 300.15 K
Temperature after heating = 477 °C = 750.15 K
V₂ = 1 m³
P₁V₁/T₁ = P₂V₂/T₂
P₁ = P₂
V₁ = T₁×V₂/T₂ = 300.15 * 1 /750.15 = 0.4 m³

For ideal gas,
= 5/2×R = 5/2*0.287 = 0.7175 kJ
PV = NKT
N = PV/(KT) = 100000×1/(750.15×1.38×10⁻²³)
N = 9.66×10²⁴
Number of moles of air = 9.66×10²⁴/(6.02×10²³) = 16.05 moles
The average mass of one mole of air = 28.8 g
Therefore, the total mass = 28.8*16.05 = 462.135 g = 0.46 kg
∴ dQ = 0.46*0.7175*(750.15 - 300.15) = 149.211 kJ
The power input required = The rate of heat transfer = 149.211/(60*5)
The power input required = 0.49737 kW ≈ 0.5 kW.
Answer:
Explanation:
The python code to generate this is quite simple to run.
i hope you understand everything written here, you can as well try out other problems to understand better.
First to begin, we import the package;
Code:
import pandas as pd
import matplotlib.pyplot as plt
name = input('Enter name of the file: ')
op = input('Enter name of output file: ')
df = pd.read_csv(name)
df['Date'] = pd.to_datetime(df["Date"].apply(str))
plt.plot(df['Date'],df['Absent']/(df['Present']+df['Absent']+df['Released']),label="% Absent")
plt.legend(loc="upper right")
plt.xticks(rotation=20)
plt.savefig(op)
plt.show()
This should generate the data(plot) as seen in the uploaded screenshot.
thanks i hope this helps!!!
Answer:
Los aditivos que deben incorporarse a la masa de concreto para aumentar su resistencia a los ciclos alternos de congelación y descongelación son;
1. Agentes de arrastre de aire (AEA) o
2. Materiales poliméricos súper absorbentes
Explanation:
La resistencia alterna de los ciclos de congelación y descongelación en el concreto puede aumentarse mediante la adición de agentes de arrastre de aire.(AEA) que es un surfactante, crea burbujas de aire muy pequeñas en el concreto resultante para mejorar la durabilidad y resistencia del cemento al ciclo repetido de congelación y descongelación o materiales poliméricos súper absorbentes
Ejemplos de agentes de arrastre de aire son;
Sulfonatos alcalinos
Acidos de resinas sulfonadas
Sales de ácidos grasos
Ejemplos de materiales poliméricos superabsorbentes son;
SAP0.26CT
SAP0.39PT.