Answer:
Chemical Engineers use chemistry, math and physics to design and use to make chemical products. The fibers in clothing are designed by chemical engineers.
Answer:
C. Exist
Hope it helps!
Answer:
n=2.32
w= -213.9 KW
Explanation:


Mass of air=1 kg
For polytropic process
,n is the polytropic constant.



n=2.32
Work in polytropic process given as
w=
w=
Now by putting the values
w=
w= -213.9 KW
Negative sign indicates that work is given to the system or work is done on the system.
For T_V diagram
We can easily observe that when piston cylinder reach on new position then volume reduces and temperature increases,so we can say that this is compression process.
Answer:
Explanation:
% Clears variables and screen
clear; clc
% Asks user for input
n = input('Total number of objects: ');
r = input('Size of subgroup: ');
% Computes and displays permutation according to basic formulas
p = 1;
for i = n - r + 1 : n
p = p*i;
end
str1 = [num2str(p) ' permutations'];
disp(str1)
% Computes and displays combinations according to basic formulas
str2 = [num2str(p/factorial(r)) ' combinations'];
disp(str2)
=================================================================================
Example: check
How many permutations and combinations can be made of the 15 alphabets, taking four at a time?
The answer is:
32760 permutations
1365 combinations
==================================================================================
Expand your technical knowledge, form global networks and balance life & work commitments. Our advanced diplomas remain current with technological and industry developments.