Answer: 1.137*10^7 Btu/h.
Explanation:
Given data:
Efficiency of the plant = 4.5percent
Net power output of the plant = 150kw
Solution:
The required collection rate
QH = W/n
= 150/0.045 * 0.94782/ 1 /60 */60 Btu/h.
= 3333.333 *3412.152Btu/h.
= 11373840 Btu/h
= 1.137*10^7 Btu/h.
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:
1. Location of enemy ground troops - EARTH OBSERVING.
Using earth observing satellite imagery, the military can observe vast expanses of land and in so doing, find the location of enemy ground troops.
2. Routine reconnaissance of an unfamiliar climate - WEATHER
In other to find out more about the climate of an area, a weather satellite can be used to observe the areas and its changing weather patterns.
3. Analyze waterways in an unfamiliar location - NAVIGATION
Using navigation satellites, navigation conduits such as roads and waterways can be observed.
4. Provide warning of an attack - COMMUNICATION.
Communications satellites enable people to communicate over great distances and so can be used by the military to warn of an impending attack.
Explanation:
Given T = 10 °C
The conversion of T( °C) to T(K) is shown below:
T(K) = T( °C) + 273.15
So,
T = (10 + 273.15) K = 283.15 K
<u>T = 283.15 K </u>
The conversion of T( °C) to T(F) is shown below:
T (°F) = (T (°C) × 9/5) + 32
So,
T (°F) = (10 × 9/5) + 32 = 50 °F
<u>T = 50 °F</u>
The conversion of T( °C) to T(R) is shown below:
T (R) = (T (°C) × 9/5) + 491.67
So,
T (R) = (10 × 9/5) + 491.67 = 509.67 R
<u>T = 509.67 R</u>