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
==================================================================================
Answer: The exit temperature of the gas in deg C is
.
Explanation:
The given data is as follows.
= 1000 J/kg K, R = 500 J/kg K = 0.5 kJ/kg K (as 1 kJ = 1000 J)
= 100 kPa,
We know that for an ideal gas the mass flow rate will be calculated as follows.
or, m =
=
= 10 kg/s
Now, according to the steady flow energy equation:
= 5 K
= 5 K + 300 K
= 305 K
= (305 K - 273 K)
=
Therefore, we can conclude that the exit temperature of the gas in deg C is
.
Answer: The rate of heat transfer decreases.
Explanation:
Fin effectiveness is defined as the ratio of heat transfer rate from a finned surface to the heat transfer rate from the same surface if there were no fins. Its value is expected to be greater than 1.
Having effectiveness value of 0.9 which is less than 1 indicates that the heat transfer rate will decrease since a fin effectiveness smaller than 1 shows that the fin acts as insulation (thermal insulation).
Answer:
MIS HIEVOSTES bbbbbbbbbbbb MIS HUEVOTES