Answer:
Considering the guidelines of this exercise.
The pieces produced per month are 504 000
The productivity ratio is 75%
Explanation:
To understand this answer we need to analyze the problem. First of all, we can only produce 2 batches of production by the press because we require 3 hours to set it up. So if we rest those 6 hours from the 8 of the shift we get 6, leaving 2 for an incomplete bath. So multiplying 2 batches per day of production by press we obtain 40 batches per day. So, considering we work in this factory for 21 days per month well that makes 40 x 21 making 840 then we multiply the batches for the pieces 840 x 600 obtaining 504000 pieces produced per month. To obtain the productivity ratio we need to divide the standard labor hours meaning 6 by the amount of time worked meaning 8. Obtaining 75% efficiency.
Answer and Explanation:
clear all; close all;
N=512;
t=(1:N)/N;
fs=1000;
f=(1:N)*fs/N;
x= sin(2*pi*200*t) + sin(2*pi*400*t);
y= sin(2*pi*200*t) + sin(2*pi*900*t);
for n = 1:20
a(n) = (2/N)*sum(x.*(cos(2*pi*n*t)))
b(n) = (2/N)*sum(x.*(sin(2*pi*n*t)))
c(n) = sqrt(a(n).^2+b(n).^2)
theta(n) =-(360/(2*pi))*atan(b(n)./a(n));
end
plot(f(1:20),c(1:20),'rd');
disp([a(1:4),b(1:4),c(1:4),theta(1:4)])
Answer:
n=2.32
w= -213.9 KW
Explanation:


Mass of air=1 kg
For polytropic process
,n is the polytropic constant.



n=2.32
Work in polytropic process given as
w=
w=
Now by putting the values
w=
w= -213.9 KW
Negative sign indicates that work is given to the system or work is done on the system.
For T_V diagram
We can easily observe that when piston cylinder reach on new position then volume reduces and temperature increases,so we can say that this is compression process.
Answer:
where are the answer chioces
Explanation: