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:
119.1°c
Explanation:
Temperature can be referred to as a measure of the warmth or coldness of an object or substance with reference to some standard value. The temperature of two systems is the same when the systems are in thermal equilibrium.
To determine the tube surface temperature immediately after installation and after prolonged service.
We will apply to appropriate formula, but first lets define the terms in the question.
Please kindly check attachment.
Explanation:
Apollo 8 Genesis reading
On Christmas Eve, December 24, 1968, the crew of Apollo 8 read from the Book of Genesis as they orbited the Moon. Astronauts Bill Anders, Jim Lovell, and Frank Borman, the first humans to travel to the Moon, recited verses 1 through 10 of the Genesis creation narrative from the King James Bible.[1] Anders read verses 1–4, Lovell verses 5–8, and Borman read verses 9 and 10.
Answer:
, 
Explanation:
Since there is no information related to volume flow to and from turbine, let is assume that volume flow at inlet equals to
. Turbine is a steady-flow system modelled by using Principle of Mass Conservation and First Law of Thermodynamics:
Principle of Mass Conservation

First Law of Thermodynamics

This 2 x 2 System can be reduced into one equation as follows:

The water goes to the turbine as Superheated steam and goes out as saturated vapor or a liquid-vapor mix. Specific volume and specific enthalpy at inflow are required to determine specific enthalpy at outflow and mass flow rate, respectively. Property tables are a practical form to get information:
Inflow (Superheated Steam)

The mass flow rate can be calculated by using this expression:


Afterwards, the specific enthalpy at outflow is determined by isolating it from energy balance:


The enthalpy rate at outflow is:


Love the image isn’t showing up. Try reposting it!