Answer:
4 times around
Explanation:
The total number of teeth involved will be the same for each gear. If the front gear is connected to the pedal and it goes around twice, then 2·24 = 48 teeth will have passed the reference point.
If the rear gear is attached to the wheel, and 48 teeth pass the reference point, then it will have made ...
(48 teeth)/(12 teeth/turn) = 4 turns
Answer:
Explanation gives the answer
Explanation:
% Using MATLAB,
% Matlab file : fieldtovar.m
function varargout = fieldtovar(S)
% function that accepts single structure as input, assigning each
% of the field values to user-defined variables
fields = fieldnames(S); % get the field names of the input structure
% check if number of user-defined variables and number of fields in
% structure are equal
if nargout == length(fields)
% if equal assign each value of structure to user-defined varable
for i=1:nargout
varargout{i} = getfield(S,fields{i});
end
else
% if not equal display an error message
error('The number of output variables does not equal the number of fields');
end
end
%This brings an end to the program
Answer: The exit temperature of the gas in deg C is
.
Explanation:
The given data is as follows.
= 1000 J/kg K, R = 500 J/kg K = 0.5 kJ/kg K (as 1 kJ = 1000 J)
= 100 kPa,
We know that for an ideal gas the mass flow rate will be calculated as follows.
or, m =
=
= 10 kg/s
Now, according to the steady flow energy equation:
= 5 K
= 5 K + 300 K
= 305 K
= (305 K - 273 K)
=
Therefore, we can conclude that the exit temperature of the gas in deg C is
.
Answer:
camshaft, in internal-combustion engines, rotating shaft with attached disks of irregular shape (the cams), which actuate the intake and exhaust valves of the cylinders.
Explanation:
I'm taking an engineering/tech class. I hope this helps! :)