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: Rc = 400 Ω and Rb = 57.2 kΩ
Explanation:
Given that;
VCE = 5V
VCC = 15 V
iC = 25 mA
β = 100
VD₀ = 0.7 V
taking a look at the image; at loop 1
-VCC + (i × Rc) + VCE = 0
we substitute
-15 + ( 25 × Rc) + 5 = 0
25Rc = 10
Rc = 10 / 25
Rc = 0.4 k
Rc = 0.4 × 1000
Rc = 400 Ω
iC = βib
25mA = 100(ib)
ib = 25 mA / 100
ib = 0.25 mA
ib = 0.25 × 1000
ib = 250 μAmp
Now at Loop 2
-Vcc + (ib×Rb) + VD₀ = 0
-15 (250 × Rb) + 0.7 = 0
250Rb = 15 - 0.7
250Rb = 14.3
Rb = 14.3 / 250
Rb = 0.0572 μ
Rb = 0.0572 × 1000
Rb = 57.2 kΩ
Therefore Rc = 400 Ω and Rb = 57.2 kΩ
Answer:
The final pressure is 3.16 torr
Solution:
As per the question:
The reduced pressure after drop in it, P' = 3 torr = 
At the end of pumping, temperature of air, 
After the rise in the air temperature, 
Now, we know the ideal gas eqn:
PV = mRT
So

(1)
where
P = Pressure
V = Volume

R = Rydberg's constant
T = Temperature
Using eqn (1):



Now, at constant volume the final pressure, P' is given by:



Answer:
mass flow rate = 0.0534 kg/sec
velocity at exit = 29.34 m/sec
Explanation:
From the information given:
Inlet:
Temperature 
Quality 
Outlet:
Temperature 
Quality 
The following data were obtained at saturation properties of R134a at the temperature of -16° C




Answer:
both technologies offer a cleaner alternative to internal combustion engines, and both use electric motors powered by electrochemical device.