Answer:
Professional engineering license
Bachelor's degree
Computer science classes
job recommendations
Answer:
Option (d) 2 min/veh
Explanation:
Data provided in the question:
Average time required = 60 seconds
Therefore,
The maximum capacity that can be accommodated on the system, μ = 60 veh/hr
Average Arrival rate, λ = 30 vehicles per hour
Now,
The average time spent by the vehicle is given as
⇒ 
thus,
on substituting the respective values, we get
Average time spent by the vehicle = 
or
Average time spent by the vehicle = 
or
Average time spent by the vehicle = 
or
Average time spent by the vehicle =
hr/veh
or
Average time spent by the vehicle =
min/veh
[ 1 hour = 60 minutes]
thus,
Average time spent by the vehicle = 2 min/veh
Hence,
Option (d) 2 min/veh
Answer:
1790 μrad.
Explanation:
Young's modulus, E is given as 10000 ksi,
μ is given as 0.33,
Inside diameter, d = 54 in,
Thickness, t = 1 in,
Pressure, p = 794 psi = 0.794 ksi
To determine shear strain, longitudinal strain and circumferential strain will be evaluated,
Longitudinal strain, eL = (pd/4tE)(1 - 2μ)
eL = (0.794 x 54)(1 - 0.66)/(4 x 1 x 10000)
eL = 3.64 x 10-⁴ radians
Circumferential strain , eH = (pd/4tE)(2-μ)
eH = (0.794 x 54)(2 - 0.33)/(4 x 1 x 10000)
eH = 1.79 x 10-³ radians
The maximum shear strain is 1790 μrad.
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 frequency that the sampling system will generate in its output is 70 Hz
Explanation:
Given;
F = 190 Hz
Fs = 120 Hz
Output Frequency = F - nFs
When n = 1
Output Frequency = 190 - 120 = 70 Hz
Therefore, if a system samples a sinusoid of frequency 190 Hz at a rate of 120 Hz and writes the sampled signal to its output without further modification, the frequency that the sampling system will generate in its output is 70 Hz