Answer:

Explanation:
z = number of atoms
M = Molar mass of zirconium
N = Avogadro’s number
Vc = volume of zirconium unit cell
d = density

z = 6 atoms per unit cell
M = 91.224 g/mol
N = 
d = 




Answer:
a) 0.697*10³ lb.in
b) 6.352 ksi
Explanation:
a)
For cylinder AB:
Let Length of AB = 12 in


For cylinder BC:
Let Length of BC = 18 in




b) Maximum shear stress in BC

Maximum shear stress in AB

Answer:
A
Explanation:
Due to ethanol's lower energy content, FFVs operating on E85 get roughly 15% to 27% fewer miles per gallon than when operating on regular gasoline, depending on the ethanol content.
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:
ok I will help you ha Ha ha ha ha ha ha ha ha ha ha ha