Aufgabe 1
rho_W = 1;
%g/cm^3
rho_A = 1.02;
rho_L = 0.0012;
m_T = 90000;
%g
a)
V_L = ((rho_W/rho_A - 1)*m_T)/(rho_L - rho_W)
V_L = 1.7668e+03
V_L = 3500;
%cm^3
b)
rho_Te = (m_T + rho_L * V_L)/(m_T/rho_A + V_L)
rho_Te = 0.9811
Verhalt = rho_Te/rho_W
Verhalt = 0.9811