Answer:
Given:
high temperature reservoir
low temperature reservoir
thermal efficiency
The engines are said to operate on Carnot cycle which is totally reversible.
To find the intermediate temperature between the two engines, The thermal efficiency of the first heat engine can be defined as
The thermal efficiency of second heat engine can be written as
The temperature of intermediate reservoir can be defined as
Answer:
<em>the % recovery of aluminum product is 80.5%</em>
<em>the % purity of the aluminum product is 54.7%</em>
<em></em>
Explanation:
feed rate to separator = 2500 kg/hr
in one hour, there will be 2500 kg/hr x 1 hr = 2500 kg of material is fed into the machine
of this 2500 kg, the feed is known to contain 174 kg of aluminium and 2326 kg of rejects.
After the separation, 256 kg is collected in the product stream.
of this 256 kg, 140 kg is aluminium.
% recovery of aluminium will be = mass of aluminium in material collected in the product stream ÷ mass of aluminium contained in the feed material
% recovery of aluminium = 140kg/174kg x 100% = <em>80.5%</em>
% purity of the aluminium product = mass of aluminium in final product ÷ total mass of product collected in product stream
% purity of the aluminium product = 140kg/256kg
x 100% = <em>54.7%</em>
Answer:
import java.util.Scanner;
public class InputExample {
public static void main(String[] args) {
Scanner scnr = new Scanner(System.in);
int birthMonth;
int birthYear;
birthMonth = scnr.nextInt();
birthYear = scnr.nextInt();
System.out.println(birthMonth+"/"+birthYear);
}
}
Answer: C.) John Herschel