Answer:
There is not going to be pressure build up in the system,that is isobaric process.
Explanation:
Assumptions to be made
1. No mass is gained or lost during the heating process.
2. There are no friction losses,so work is transmitted efficiently.
3. It was started the water in the drum and its surrounding have same temperature.
4. This system is closed,so there is no mass transfer across its boundaries.
Answer:
Efficient when the marginal benefits of project = marginal costs of project.
Explanation:
Majority Decision Rule:
Majority decision rule is based on the notion of equality. An alternative is selected which has majority of votes. The simple majority decision rule may generate efficient results if the marginal benefits of a project are equal or greater than the marginal costs of the project.
Let “w” and “L” be the width and length of the rectangle. “p” and “a” are perimeter and area
For python,
w=int(input(“width”))
l=int(input(“length”))
a= w*l
p=2*w+2*l
print(str(a), str(p)