Answer:
please mark me as a brainleast
Explanation:
hahahahhahaahhahahahahahahahahahahahahahahahaahhhahhhahaahahhaahhhahahaah
Answer: from what i know im pretty sure its isometrics or sketches im certain its sketches but not 100%
Explanation: A sketch is a rapidly executed freehand drawing that is not usually intended as a finished work. A sketch may serve a number of purposes: it might record something that the artist sees, it might record
Answer:
yh and I said aaaaaaaaaaaa
Explanation:
Answer:
a)W=12.62 kJ/mol
b)W=12.59 kJ/mol
Explanation:
At T = 100 °C the second and third virial coefficients are
B = -242.5 cm^3 mol^-1
C = 25200 cm^6 mo1^-2
Now according isothermal work of one mole methyl gas is
W=-
a=
b=
from virial equation

And

a=
b=
Now calculate V1 and V2 at given condition

Substitute given values
= 1 x 10^5 , T = 373.15 and given values of coefficients we get

Solve for V1 by iterative or alternative cubic equation solver we get

Similarly solve for state 2 at P2 = 50 bar we get

Now

a=241.33
b=30780
After performing integration we get work done on the system is
W=12.62 kJ/mol
(b) for Z = 1 + B' P +C' P^2 = PV/RT by performing differential we get
dV=RT(-1/p^2+0+C')dP
Hence work done on the system is

a=
b=
by substituting given limit and P = 1 bar , P2 = 50 bar and T = 373 K we get work
W=12.59 kJ/mol
The work by differ between a and b because the conversion of constant of virial coefficients are valid only for infinite series
Answer:
The code is attached.
Explanation:
I created a string s including 6 colors with spaces in between. Then I converted the string into a list x by using split() method. I used three different methods for removing elements from the list. These methods are remove(), pop() and del.
Then I used methods append(), insert() and extend() for adding elements to the list.
Finally I converted list into a string using join() and adding space in between the elements of the list.