Answer:

Explanation:
the half life of the given circuit is given by

where [/tex]\tau = RC[/tex]

Given 
resistance in the circuit is 40 ohm and to extend the half cycle we added new resister of 48 ohm. the net resitance is 40+48 = 88 ohms
now the new half life is

Divide equation 2 by 1


putting all value we get new half life


Like the price to manufacture?
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:
By definition the ultimate tensile strength is the maximum stress in the stress-strain deformation. The stress at 0.2% strain, the stress at the onset of plastic deformation, the stress at the end of the elastic deformation and the stress at the fracture correspond, by definition, to other points of the stress-strain curve.
Explanation:
Answer:
int()
Explanation:
float() is using decimals, so that can't be it, like float(input( "how much does this cost?"))
print() is used to print something, not a user asking, like print("hello")
string() means like a whole, like string( I am good)
By elimination, int() is correct.
Hope this helps!