Answer:
a).Control volume
b).
= 502.416 J/kg-K
c).
= 4.187 kJ/kg-K
d).
= 87.91°C
Explanation:
a). It is a control volume system because mass is varying in the system.
b). Specific heat of nickel is
= 502.416 J/kg-K
c). Specific heat of water is
= 4.187 kJ/kg-K
d).We know that
net energy transfer = change in internal energy




= 87.91°C
Answer:
#include <iostream>
using namespace std;
int main()
{
int inputNumber ;
cout << "Enter an interstate highway number:";
cin >> inputNumber ;
if(inputNumber<=0 || inputNumber >= 1000)
cout << inputNumber << " is not a valid interstate highway number" << endl ;
else{
if(inputNumber > 99){
cout << "I-"<<inputNumber<< " is auxiliary, ";
int temp = inputNumber % 100 ;
cout <<"serving I-"<<temp<<", ";
if(temp%2==0){
cout << "going east/west." << endl;
}
else{
cout << "going north/south." << endl;
}
}
else{
cout << "I-"<<inputNumber<< " is primary, ";
if(inputNumber%2==0){
cout << "going east/west." << endl;
}
else{
cout << "going north/south." << endl;
}
}
}
return 0;
}
Explanation:
- Check if input number is greater than 99, then display that the input number is auxiliary.
-
Check if remainder of input number/2 is equal to 0, then display that going east/west.
Answer:
A=False
B=False
C=False
D=False
E=False
F=False
Explanation:
A. In an isothermal process, only the reversibly heat transfer is 0, 
B. Consider the phase change of boiling water. Here, the temperature remains constant but the internal energy of the system increases.
C. This is not true even in reversible process, as can be inferred from the equation in part A.
D. This is only true in reversible processes, but not in all isothermal processes.
E. Consider the phase change of freezing water. Here, the surroundings are increasing their entropy, as they are taking in heat from the system.
F. This is not true if
, like in answer B. One case where this is true is in the reversible isothermal expansion (or compression) of an ideal gas.
1 liter = .264 gallon
1 km = .621 mile
this means that 58.3km/L is equal to 137.13mpg
so
500/137.13 = 3.65 gallons of gas
3.65 x 3.5 = $12.78
Driving alone without the distraction from passengers reduces the risks you face in driving.
True