1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Arada [10]
3 years ago
15

A piston-cylinder device contains an ideal gas mixture of 3 kmol of He gas and 7 kmol of Ar gas (both gases are monatomic) at 27

°C and 200 kPa. Now the gas expands at constant pressure until its volume doubles. The amount of heat transfer to the gas mixture is, in MJ (round to nearest integer; for example if the answer is 53.7MJ, write 54; if the answer is 52.1MJ write 52; do not include the units in your answer)
Engineering
2 answers:
lidiya [134]3 years ago
5 0

Answer:

Q = 62    ( since we are instructed not to include the units in the answer)

Explanation:

Given that:

n_{HCl} = 3 \ kmol\\n_{Ar} = 7 \ k mol

T_1 = 27^0 \ C = ( 27+273)K =  300 K

P_1 = 200 \ kPa

Q = ???

Now the gas expands at constant pressure until its volume doubles

i.e if V_1 = x\\V_2 = 2V_1

Using Charles Law; since pressure is constant

V \alpha T

\frac{V_2}{V_1}  =\frac{T_2}{T_1}

\frac{2V_1}{V_1}  =\frac{T_2}{300}

T_2 = 300*2\\T_2 = 600

mass of He =number of moles of He × molecular weight of He

mass of He = 3 kg  × 4

mass of He = 12 kg

mass of Ar =number of moles of Ar × molecular weight of Ar

mass of He = 7 kg  × 40

mass of He = 280 kg

Now; the amount of  Heat  Q transferred = m_{He}Cp_{He} \delta T  + m_{Ar}Cp_{Ar} \delta T

From gas table

Cp_{He} = 5.9 \ kJ/Kg/K\\Cp_{Ar}  = 0.5203 \  kJ/Kg/K

∴ Q = 12*5.19*10^3(600-300)+280*0.5203*10^3(600-300)

Q = 62.389 *10^6

Q = 62 MJ

Q = 62    ( since we are instructed not to include the units in the answer)

vfiekz [6]3 years ago
4 0

Answer:

Q = 62

Explanation:

The solution is obtained by manipulating the energy balance of the system:

Q = W + ΔU

⇒ Q = P*(V₂ - V₁) + mcv*(T₂ - T₁)

⇒ Q = P*V₁ + m*(((mcv)He /m) + ((mcv)Ar /m)*((P*V₂/(mR) - T₁)

⇒ Q = mRT₁ + ((mcv)He + (mcv)Ar)*(2P*V₁/(mR) - T₁)

⇒ Q = T₁*(Nm*Ru + (mcv)He + (mcv)Ar)

⇒ Q = T₁*(Nm*Ru + (MNcv)He + (MNcv)Ar)

where

T₁ = (27 + 273) K = 300 K

Nm = (7 + 3) kmol = 10 kmol = 10⁴ mol

Ru = 8.314 J*K⁻¹*mol⁻¹

(MNcv)He = (4 g*mol⁻¹)*(3*10³ mol)*(3.1156 kJ*Kg⁻¹*K⁻¹)*(1 kg/10³ g)*(1 MJ/10³ kJ) = 0.0373872 MJ*K⁻¹

(MNcv)Ar = (40 g*mol⁻¹)*(7*10³ mol)*(0.3122 kJ*Kg⁻¹*K⁻¹)*(1 kg/10³ g)*(1 MJ/10³ kJ) = 0.087416 MJ*K⁻¹

Finally, we get

⇒ Q = 300*(10*8.314 + 4*3*3.1156 + 40*7*0.3122)*10⁻³

⇒ Q = 62

You might be interested in
A type 3 wind turbine has rated wind speed of 13 m/s. Coefficient of performance of this turbine is 0.3. Calculate the rated pow
Anna [14]

Answer:

Rated power = 1345.66 W/m²

Mechanical power developed = 3169035.1875 W

Explanation:

Wind speed, V = 13 m/s

Coefficient of performance of turbine, C_p = 0.3

Rotor diameter, d = 100 m

or

Radius = 50 m

Air density, ρ = 1.225 kg/m³

Now,

Rated power = \frac{1}{2}\rho V^3

or

Rated power = \frac{1}{2}\times1.225\times13^3

or

Rated power = 1345.66 W/m²

b) Mechanical power developed =  \frac{1}{2}\rho AV^3C_p

Here, A is the area of the rotor

or

A = π × 50²

thus,

Mechanical power developed = \frac{1}{2}\times1.225\times\pi\times50^2\times13^3\times0.3

or

Mechanical power developed =  3169035.1875 W

8 0
2 years ago
How do I cancel my subscription
Aleksandr [31]
Hey, it depends what you subscribed to, or what platform you are trying to unsubscribe from?
7 0
3 years ago
Read 2 more answers
Independent auto lots usually have ____ finance rates than dealerships
wel

Independent auto lots usually have <u>higher</u> finance rates than dealerships

<u>Explanation:</u>

The finance rates that are charged by the dealers are lower than the finance charges that are charged by the independent auto. In case if you are getting financed through dealerships, you can also negotiate with them to charge finance rates and lower the charges of the finance.

But this negotiation and lowering of the finance rates is not possible with the independent auto lots and thus they charge higher rates compared to the dealerships.

8 0
3 years ago
Create a separate function file fieldtovar.m that receives a single structure as an input and assigns each of the field values t
Soloha48 [4]

Answer:

Explanation gives the answer

Explanation:

% Using MATLAB,

% Matlab file : fieldtovar.m

function varargout = fieldtovar(S)

% function that accepts single structure as input, assigning each

% of the field values to user-defined variables

fields = fieldnames(S); % get the field names of the input structure

% check if number of user-defined variables and number of fields in

% structure are equal

if nargout == length(fields)

% if equal assign each value of structure to user-defined varable

for i=1:nargout

varargout{i} = getfield(S,fields{i});

end

else

% if not equal display an error message

error('The number of output variables does not equal the number of fields');

end

end

%This brings an end to the program

4 0
3 years ago
Technician A says that the carpet padding is designed to help reduce noise and vibrations.
Firdavs [7]

Answer:

Technicians A is right for the answer

4 0
2 years ago
Other questions:
  • A 2.599 g sample of a new organic material is combusted in a bomb calorimeter. The temperature of the calorimeter and its conten
    13·1 answer
  • Compare the tensile load capacity of a 5/16-18 UNC thread and a 5/16-24 UNF thread made of the same material.
    6·1 answer
  • During an experiment conducted in a room at 25°C, a laboratory assistant measures that a refrigerator that draws 2 kW of power h
    13·1 answer
  • Item110pointseBook HintPrintReferences Check my work Check My Work button is now disabled5Item 1Item 1 10 pointsAn ideal Diesel
    10·1 answer
  • potential difference is the work done in moving a unit positive charge from one point to another in an electric field. State Tru
    12·1 answer
  • PLEASE ANSWER SOON
    7·1 answer
  • What three training organizations are important for Union Masons?
    14·1 answer
  • Draw the free-body diagram of the beam which supports the 80-kg load and is supported by the
    12·1 answer
  • A countinous shot that sense, flows well, and is understanable and pleasant to look at
    13·1 answer
  • Algorithm for sum 2+4+6+….+n
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!