Answer:
T = 858.25 s
Explanation:
Given data:
Reheat stage for a 100-mm-thick steel plate ( 7830 kg/m3, c 550 J/kg K, k 48 W/m K),
initial uniform temperature ( Ti ) = 200 c
Final temperature = 550 c
convection coefficient = 250 w/m^2 k
products combustion temp = 800 c
calculate how long the plate should be left in the furnace ( to attain 550 c )
first calculate/determine the Fourier series Number ( Fo )
= 0.4167 =
therefore Fo = 3.8264
Now determine how long the plate should be left in the furnace
Fo =
k = 48
p = 7830
L = 0.1
Input the values into the relation and make t subject of the formula
hence t = 858.25 s
Answer:
See explaination
Explanation:
2. 0-1 km shear value: taking winds at 1000mb and 850 mb
15 kts south easterly and 50 kts southerly
Vector difference 135/15 and 180/50 will be 170/61 or southerly 61 kts
3. 0-6 km shear value: taking winds at 1000 mb and 500 mb
15 kts south easterly and 40 kts westerly
Vector difference 135/15 and 270/40 will be 281/51 kts
please see attachment
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:
9500 kJ; 9000 Btu
Explanation:
Data:
m = 100 lb
T₁ = 25 °C
T₂ = 75 °C
Calculations:
1. Energy in kilojoules
ΔT = 75 °C - 25 °C = 50 °C = 50 K
2. Energy in British thermal units
Answer:
Divide the difference in tax by the amount of income from the investment, and you'll get the economic marginal tax rate from investing. Most people refer to marginal tax rates as being identical to tax brackets.
hope this helps
have a good day :)
Explanation: