Answer: Your question has some missing figures so kindly plug in the values into the solution provided to get the exact amount of money saved
answer : Electric power generated = 216 * 10^6 kJ
money saved = $0.XY * 60000 kwh
Explanation:
<u>Calculating the amount of electric power generated by wind turbine</u>
power generated = ( 30 * 2000 ) kWh = 60000 kWh
Electric energy generated = 60000 kWh * 3600 kJ = 216 * 10^6 kJ
<u>Calculate money saved by school per year </u>
$0.XY * 60000 kwh
Answer:
F = 8552.7N
Explanation:
We need first our values, that are,

We start to calculate the relative velocity, that is,

With the relative velocity we can calculate the mass flow rate, given by,



We need to define the Force in the direction of the flow,




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:
See explaination
Explanation:
for a reverse carnot cycle T-S diagram is a rectangle which i have shown
net work for a complete cycle must be equal to net heat interaction.
Kindly check attachment for the step by step solution of the given problem.