Answer:
cross-weight is used to tighten it up.
Explanation:
and yes this is important because Cross-weight percentage compares the diagonal weight totals to the car's total weight.
hope this help
(mark this answer as an brainliest answer)
Answer:
correct option is (A) 0.5
Explanation:
given data
axial column load = 250 kN per meter
footing placed = 0.5 m
cohesion = 25 kPa
internal friction angle = 5°
solution
we know angle of internal friction is 5° that is near to 0°
so it means the soil is almost cohesive soil.
and for a pure cohesive soil
= 0
and we know formula for
is
= (Nq - 1 ) × tan(Ф) ..................1
so here Ф is very less
should be nearest to zero
and its value can be 0.5
so correct option is (A) 0.5
Answer:
the elevation at point X is 2152.72 ft
Explanation:
given data
elev = 2156.77 ft
BS = 2.67 ft
FS = 6.72 ft
solution
first we get here height of instrument that is
H.I = elev + BS ..............1
put here value
H.I = 2156.77 ft + 2.67 ft
H.I = 2159.44 ft
and
Elevation at point (x) will be
point (x) = H.I - FS .............2
point (x) = 2159.44 ft - 6.72 ft
point (x) = 2152.72 ft
Answer:
See attachment for chart
Explanation:
The IPO chart implements he following algorithm
The expressions in bracket are typical examples
<u>Input</u>
Input Number (5, 4.2 or -1.2) --- This will be passed to the Processing module
<u>Processing</u>
Assign variable to the input number (x)
Calculate the square (x = 5 * 5)
Display the result (25) ----> This will be passed to the output module
<u>Output</u>
Display 25
A function is a block of organized, reusable code that is used to perform a single, related action. Functions provide better modularity for your application and a high degree of code reusing. ... Different programming languages name them differently, for example, functions, methods, sub-routines, procedures, etc.