Answer:
An AI operated automatic garbage collection system
Explanation:
There is always an issue in my neighbourhood with the garbagemen coming on time so having an automatic system will help in the overall efficiency in the task
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:
The answer is "828.75"
Explanation:
Please find the correct question:
For W21x93 BEAM,

For A992 STREL,

Check for complete section:

Design the strength of beam =

Answer:
the percent increase in the velocity of air is 25.65%
Explanation:
Hello!
The first thing we must consider to solve this problem is the continuity equation that states that the amount of mass flow that enters a system is the same as what should come out.
m1=m2
Now remember that mass flow is given by the product of density, cross-sectional area and velocity
(α1)(V1)(A1)=(α2)(V2)(A2)
where
α=density
V=velocity
A=area
Now we can assume that the input and output areas are equal
(α1)(V1)=(α2)(V2)

Now we can use the equation that defines the percentage of increase, in this case for speed

Now we use the equation obtained in the previous step, and replace values

the percent increase in the velocity of air is 25.65%