Answer:
Using python
num_boys = int(input("Enter number of boys :"))
num_girls = int(input("Enter number of girls :"))
budget = int(input("Enter the number of dollars spent per school year :"))
try:
dollarperstudent = budget/(num_boys+num_girls)
print("Dollar spent per student : "+str(dollarperstudent))#final result
except ZeroDivisionError:
print("unavailable")
Answer:
La ciencia y la ingeniería conciben el mundo como comprensible, con reglas que gobiernan su funcionamiento y que a través de un estudio cuidadoso y sistemático se puede evidenciar mediante patrones consistentes que permitan la oportunidad de examinar las características fundamentales que mejor describen los fenómenos.
Explanation:
Answer:
250.7mw
Explanation:
Volume of the reservoir = lwh
Length of reservoir = 10km
Width of reservoir = 1km
Height = 100m
Volume = 10x10³x10³x100
= 10⁹m³
Next we find the volume flow rate
= 0.1/100x10⁹x1/3600
= 277.78m³/s
To get the electrical power output developed by the turbine with 92 percent efficiency
= 0.92x1000x9.81x277.78x100
= 250.7MW
Answer:

Explanation:
Using the expression shown below as:

Where,
is the number of vacancies
N is the number of defective sites
k is Boltzmann's constant = 
is the activation energy
T is the temperature
Given that:

N = 10 moles
1 mole = 
So,
N = 
Temperature = 425°C
The conversion of T( °C) to T(K) is shown below:
T(K) = T( °C) + 273.15
So,
T = (425 + 273.15) K = 698.15 K
T = 698.15 K
Applying the values as:

![ln[\frac {2.3}{6.023}\times 10^{-11}]=-\frac {Q_v}{1.38\times 10^{-23}\times 698.15}](https://tex.z-dn.net/?f=ln%5B%5Cfrac%20%7B2.3%7D%7B6.023%7D%5Ctimes%2010%5E%7B-11%7D%5D%3D-%5Cfrac%20%7BQ_v%7D%7B1.38%5Ctimes%2010%5E%7B-23%7D%5Ctimes%20698.15%7D)

Answer:
Final mass of Argon= 2.46 kg
Explanation:
Initial mass of Argon gas ( M1 ) = 4 kg
P1 = 450 kPa
T1 = 30°C = 303 K
P2 = 200 kPa
k ( specific heat ratio of Argon ) = 1.667
assuming a reversible adiabatic process
<u>Calculate the value of the M2 </u>
Applying ideal gas equation ( PV = mRT )
P₁V / P₂V = m₁ RT₁ / m₂ RT₂
hence : m2 = P₂T₁ / P₁T₂ * m₁
= (200 * 303 ) / (450 * 219 ) * 4
= 2.46 kg
<em>Note: Calculation for T2 is attached below</em>