Explanation:
First of all get the input from the user, number of rows and number of columns where rows represents seat digit number and column represents the seat letter
rows is initialized to 1 to ensure that row starts at 1 or you can remove it then seat number will start from 0.
The first loop is used for digits starting from 1 to number of rows
The second loop is used for letters starting from 1 to number of columns
since rows and cols are not of the same type that's why we are converting the int type to string type
print(str(rows)+cols) counter will keep updating the columns A, B, C.....
rows= rows + 1 counter will keep updating the rows 1, 2, 3....
Code:
Please refer to the attached image.
Output:
Please enter the number of rows: 2
Please enter the number of columns: 3
1A
1B
1C
2A
2B
2C
Question
Determine the average water exit velocity
Answer:
53.05 m/s
Explanation:
Given information
Volume flow rate, 
Diameter d= 8cm= 0.08 m
Assumptions
- The flow is jet flow hence momentum-flux correction factor is unity
- Gravitational force is not considered
- The flow is steady, frictionless and incompressible
- Water is discharged to the atmosphere hence pressure is ignored
We know that Q=AV and making v the subject then
where V is the exit velocity and A is area
Area,
where d is the diameter
By substitution

To convert v to m/s from m/s, we simply divide it by 60 hence

Answer:
Power = 371.28 kW
Explanation:
Initial pressure, P1 = 5 bar
Final pressure, P2 = 1 bar
Initial temperature, T1 = 320°C
Final temperature, T2 = 160°C
Volume flow rate, V = 0.65m³/s
From steam tables at state 1,
h1 = 3105.6 kJ/kg, s1 = 7.5308 kJ/kgK
v1 = 0.5416 m³/kg
Mass flow rate, m = V/v1
m = 1.2 kg/s
From steam tables, at state 2
h2 = 2796.2 kJ/kg, s2 = 7.6597 kJ/kgK
Power developed, P = m(h1 - h2)
P = 1.2(3105.6-2796.2)
P = 371.28 kW
Answer:
B
Explanation:
This is a two sample t-test and not a matched pair t-test
null hypothesis(H0) will be that mean energy consumed by copper rotor motors is greater than or equal to mean energy consumed by aluminium rotor motors
alternate hypothesis(H1) will be that mean energy consumed by copper rotor motors is less than or equal to mean energy consumed by aluminium rotor motors.
So, option D is rejected
The hypothesis will not compare mean of differences of values of energy consumed by copper rotor motor and aluminium rotor motor.
Option A and C are also rejected
Answer: Advertising acts in a method similar to a fee. People who watch TV broadcasts must watch ADs. TV stations turn this into money by selling airtime to advertisers.
Explanation:
A non-rival good is a good whose consumption by one person does not reduce the remaining quantity available. An example is a street light.
For non-excludable goods, it is impossible to prevent everyone from enjoying the benefits of the good. An example is a lighthouse. This is where the free rider problem comes in.
A free rider is someone enjoying the benefits of a good without paying for it. When a good is both non-rival and non-excludable, it is convenient for consumers to enjoy the benefit without paying for it.
If TV broadcasts are both non-rival and non-excludable, everybody can choose to become a free rider. Advertising can solve this problem by converting free riders to potential buyers of goods or services advertised during broadcasts. This way, stations can generate revenue by selling airtime.