Answer:
W = 11,416.6879 N
L ≈ 64.417 cm
Explanation:
The maximum shear stress,
, is given by the following formula;

= 1 cm = 0.01
h = 29 cm = 0.29 m
= 25 cm = 0.25 m
b = 15 cm = 0.15 m
= The centroidal moment of inertia
= 1/12*(0.15*0.29^3 - 0.15*0.25^3 + 0.01*0.25^3) = 1.2257083 × 10⁻⁴ m⁴
Substituting the known values gives;

= 1.2257083
× 10⁻⁴ m⁴
From which we have;

Which gives;
W = 11,416.6879 N

= 1500 N/cm² = 15,000,000 N/m²
= 15,000,000 × 1.2257083 × 10⁻⁴ ≈ 1838.56245 N·m²
From Which we have;


L ≈ 0.64417 m ≈ 64.417 cm.
Explanation:
Below is an attachment containing the solution.
Answer:
%Program prompts user to input vector
v = input('Enter the input vector: ');
%Program shows the value that user entered
fprintf('The input vector:\n ')
disp(v)
%Loop for checking all array elements
for i = 1 : length(v)
%check if the element is a positive number
if v(i) > 0
%double the element
v(i) = v(i) * 2;
%else the element is negative number.
else
%triple the element
v(i) = v(i) * 3;
end
end
%display the modified vector
fprintf('The modified vector:\n ')
disp(v)
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:
- <em><u> Land, labor, and capital </u></em>
Explanation:
The <em>factors of production </em>are the resources that are used to produce goods and services.
By definition resources are scarce.
<em>Land</em> includes everything that comes from the land, that can be used as raw material to produce other materials; for instance, water, minerals, wood.
<em>Labor</em> is the work done by anybody, not just at a factory but at any enterpise that produce a good or a service. For instance, the work done by a person in a bank or a restaurant.
<em>Capital</em> is the facilites (buildings), machinery, equipments, tools that the persons use to produce goods or services. For instance, a computer, a chemical reactor, or a pencil.
Nowadays, also entrepreneurship is included as a <em>factor of production</em>, since it is the innovative skill of the entrepeneurs to combine land, labor and capital what permit the production of good and services.