Answer:
Source 2.
Explanation:
The efficiency of the ideal reversible heat engine is given by the Carnot's power cycle:

Where:
- Temperature of the cold reservoir, in K.
- Temperature of the hot reservoir, in K.
The thermal efficiencies are, respectively:
Source 1


Source 2


The power produced by each device is presented below:
Source 1


Source 2


The source 2 produces the largest amount of power.
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:
hello your question lacks the required diagram attached below is the diagram
answer : 58.47 N
Explanation:
The magnitude of the force acting on the Pin D
Fd = 
= 
= 58.465 N
Dx = 16.80 N
Dy = 56 N
hello attached below is the detailed solution
I believe it’s A bit I. could be wrong