Answer:
The given grammar is :
S = T V ;
V = C X
X = , V | ε
T = float | double
C = z | w
1.
Nullable variables are the variables which generate ε ( epsilon ) after one or more steps.
From the given grammar,
Nullable variable is X as it generates ε ( epsilon ) in the production rule : X -> ε.
No other variables generate variable X or ε.
So, only variable X is nullable.
2.
First of nullable variable X is First (X ) = , and ε (epsilon).
L.H.S.
The first of other varibles are :
First (S) = {float, double }
First (T) = {float, double }
First (V) = {z, w}
First (C) = {z, w}
R.H.S.
First (T V ; ) = {float, double }
First ( C X ) = {z, w}
First (, V) = ,
First ( ε ) = ε
First (float) = float
First (double) = double
First (z) = z
First (w) = w
Explanation:
Answer:
a) 2.452
b) 1.256
Explanation:
Stress due to dead weight. = 14 Ksi
Stress due to fully loaded tractor-trailer = 45Ksi
ultimate tensile strength of beam = 76 Ksi
yield strength = 50 Ksi
endurance limit = 38 Ksi
Determine the safety factor for an infinite fatigue life
a) If mean stress on fatigue strength is ignored
β = ( 45 - 14 ) / 2
= 15.5 Ksi
hence FOS ( factor of safety ) = endurance limit / β
= 38 / 15.5 = 2.452
b) When mean stress on fatigue strength is considered
β2 = 45 + 14 / 2
= 29.5 Ksi
Ratio = β / β2 = 15.5 / 29.5 = 0.5254
Next step: applying Goodman method
Sa = [ ( 0.5254 * 38 *76 ) / ( 0.5254*76 + 38 ) ]
= 19.47 Ksi
hence the FOS ( factor of safety ) = Sa / β
= 19.47 / 15.5 = 1.256
Answer:
Writing an excellent problem statement will not help guide you through the rest of the process and steer you towards the BEST solution.
False
Explanation:
An excellent problem statement sets the overall tone for the rest of the engineering process, whether it be at the analysis, design, or implementation stages. This is why a problem statement must be focused, clear, and specific. An excellent problem statement contains the problem definition, method for solving the problem (the claim proposed), purpose, statement of objectives, and scope. For an excellent problem statement to be effective, it must also show the gap that is to be closed to achieve the intended objective.
Click and drag it down to the bottom bro