Answer:
The 21st century world have been earmarked with great influx of people to the urban centre,the notion of gender equality and female education have also made most traditional roles in the family changing.Before now,wives we're known for their full independence on their husband who is considered the bread winner.
Inspite of the growth of of the urban centre the availability of resources have dwindled,resulting in the surge of unemployment in many urban centre,the political entity of the society which is the government have serious challenging in managing the various threat posed by overpopulation, unemployment results in the decrease of standard of living of person and family,to cater for this family have to change their roles,wives now work to support the husband.
Explanation:
The expression of V(m³)=e^(t(s)) to make V in in³ and t in minutes is;
V(in³) = (¹/₆₁₀₂₄)a
We are given that;
Volume of microbial culture is observed to increase according to the formula;
V = e^(t)
where;
t is in seconds
V is in m³
We want to now express V in in³ and t in minutes.
Now, from conversions;
1 m³ = 61024 in³
Also; 1 second = 1/60 minutes
according to formula for exponential decay, we know that;
V = ae^(bt)
Thus, we have;
61024V = ae^(¹/₆₀b(t(h))
V(in³) = (¹/₆₁₀₂₄)a
Read more about subject of formula at; brainly.com/question/790938
Answer:
Complete question is:
write the following decorators and apply them to a single function (applying multiple decorators to a single function):
1. The first decorator is called strong and has an inner function called wrapper. The purpose of this decorator is to add the html tags of <strong> and </strong> to the argument of the decorator. The return value of the wrapper should look like: return “<strong>” + func() + “</strong>”
2. The decorator will return the wrapper per usual.
3. The second decorator is called emphasis and has an inner function called wrapper. The purpose of this decorator is to add the html tags of <em> and </em> to the argument of the decorator similar to step 1. The return value of the wrapper should look like: return “<em>” + func() + “</em>.
4. Use the greetings() function in problem 1 as the decorated function that simply prints “Hello”.
5. Apply both decorators (by @ operator to greetings()).
6. Invoke the greetings() function and capture the result.
Code :
def strong_decorator(func):
def func_wrapper(name):
return "<strong>{0}</strong>".format(func(name))
return func_wrapper
def em_decorator(func):
def func_wrapper(name):
return "<em>{0}</em>".format(func(name))
return func_wrapper
@strong_decorator
@em_decorator
def Greetings(name):
return "{0}".format(name)
print(Greetings("Hello"))
Explanation:
Answer: This is done by heating a large volume of quartz sand to temperatures as high as 1800˚C. The result is pure, isolated silicon, which is allowed to cool and then ground into a fine powder. To make silicone, this fine silicon powder is combined with methyl chloride and heated once again.
Explanation:
Answer:
a)
, b)
, c) 
Explanation:
A turbine is a steady-state devices which transforms fluid energy into mechanical energy and is modelled after the Principle of Mass Conservation and First Law of Thermodynamics, whose expressions are described hereafter:
Mass Balance

Energy Balance

Specific volumes and enthalpies are obtained from property tables for steam:
Inlet (Superheated Steam)


Outlet (Liquid-Vapor Mix)


a) The mass flow rate of the steam is:



b) The exit velocity of steam is:




c) The power output of the steam turbine is:


