Answer:
the correct distance is 202 ft
Explanation:
The computation of the correct distance is shown below:
But before that correction to be applied should be determined
= (101 ft - 100 ft) ÷ (100 ft) × 200 ft
= 2 ft
Now the correct distance is
= 200 ft + 2 ft
= 202 ft
Hence, the correct distance is 202 ft
The same would be relevant and considered too
Answer:
1.96 kg/s.
Explanation:
So, we are given the following data or parameters or information which we are going to use in solving this question effectively and these data are;
=> Superheated water vapor at a pressure = 20 MPa,
=> temperature = 500°C,
=> " flow rate of 10 kg/s is to be brought to a saturated vapor state at 10 MPa in an open feedwater heater."
=> "mixing this stream with a stream of liquid water at 20°C and 10 MPa."
K1 = 3241.18, k2 = 93.28 and 2725.47.
Therefore, m1 + m2= m3.
10(3241.18) + m2 (93.28) = (10 + m3) 2725.47.
=> 1.96 kg/s.
Answer:
180 x 60 inches
Width = 60 inches
Length = 180 inches
Explanation:
Given
Let L = Length
W = Width
P = Perimeter
Length = 3 * Width
L = 3W
Perimeter of Brass = 480 inches
P = 480
Perimeter is given as 2(L + W);
So, 2 (L + W) = 480
L + W = 480/2
L + W = 240
Substitute 3W for L; so,
3W + W = 240
4W = 240
W = 240/4
W = 60 inches
L = 3W
L = 3 * 60
L = 180 inches
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
==================================================================================
Restraining devices and barriers shall be visually inspected on the rim wheel components or sudden release of contained air.
Restraining device means an apparatus such as a <em>cage, rack, assemblage of bars and other components</em> that will constrain all rim wheel components.
Restraining devices and barriers shall be visually inspected on the rim wheel components or sudden release of contained air. Any restraining device or barrier exhibiting damage such as the following defects shall be immediately removed from service.
Find out more on Restraining devices at: brainly.com/question/24647450