Answer:
composition of alpha phase is 27% B
Explanation:
given data
mass fractions = 0.5 for both
composition = 57 wt% B-43 wt% A
composition = 87 wt% B-13 wt% A
solution
as by total composition Co = 57 and by beta phase composition Cβ = 87
we use here lever rule that is
Wα = Wβ ...............1
Wα = Wβ = 0.5
now we take here left side of equation
we will get
= 0.5
= 0.5
solve it we get
Ca = 27
so composition of alpha phase is 27% B
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:

Explanation:
The mass inside the rigid tank before the high pressure stream enters is:



The final mass inside the rigid tank is:



The supplied air mass is:



Answer:
A.
Explanation:
Individual footings are the commonest, and they are often used if the load of the building is borne by columns. Typically, every column will have an own footing. The footing is usually only a rectangular or square pad of concrete on which the column is erected
i believe the correct answer is c but i’m sorry if i’m not correct