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:
Ceramics
Explanation:
Ceramics are used to make cooktops if you look it up and according to my engineering and design class ceramics have high heat resistance and melting points, and make good electrical insulators.
It is possible to generate a policy in which common points such as those mentioned above are agreed in order to hire or fire employees in their function of their psychological personality, that is, the character of knowledge and skills. Depending on the company, Test could be created in order to evaluate the psychological skills of the employees, as well as Test to periodically determine how their employees are kept up to date with regard to knowledge. The cumulative filter could be done every semester, for which each employee must exceed a minimum margin of score on these tests, otherwise his position could be at risk.
At the same time, incentives can be generated for the best scores that are rewarded not only with monetary values but also with rest days, coupons in restaurants or sports, which would cause the worker to strive to be constantly learning.
This policy agreement is outside the vision and mission of the company, and whose information must be given to the worker once he begins his work activities.
Answer:
h = 10,349.06 W/m^2 K
Explanation:
Given data:
Inner diameter = 3.0 cm
flow rate = 2 L/s
water temperature 30 degree celcius




at 30 degree celcius 

Re = 106390
So ,this is turbulent flow



SOLVING FOR H
WE GET
h = 10,349.06 W/m^2 K