Answer:
a) 2622.903 N/m^3
b) 1.38233
c)4.878811765
Explanation:
Find the void ratio using the formula:
Here;
is specific gravity of soil solids
is unit weight of water = 998 kg/m^3
is the moisture content = 0.17
is the void ratio
is the unit weight of soil = 14.9KN/m^3
Saturation Ratio Formula:
S is saturation rate
Substitute Eq 2 into Eq 1
Specific gravity of soil solids
Saturated Unit Weight
Answer:
Alice is correct.
The loop are dependent.
Explanation:
for(i = 1; i <= N; i = (i*2)+17 )
for(k = i+1; k <= i+N; k = k+1) // notice i in i+1 and i+N
printf("B")
This is a nested for-loop.
After the first for-loop opening, there is no block of statement to be executed rather a for-loop is called again. And the second for-loop uses the value of i from the first for-loop. The value of N is both called from outside the loop.
So, the second for-loop depend on the first for loop to get the value of i. For clarity purpose, code indentation or use of curly brace is advised.
Answer:
battery life in year = 9 years and 48 days
Explanation:
given data
Battery Ampere-hours = 1.5
Pulse voltage = 2 V
Pulse width = 1.5 m sec
Pulse time period = 1 sec
Electrode heart resistance = 150 Ω
Current drain on the battery = 1.25 µA
to find out
battery life in years
solution
we get first here duty cycle that is express as
duty cycle = ...............1
duty cycle = 1.5 ×
and applied voltage will be
applied voltage = duty energy × voltage ...........2
applied voltage = 1.5 × × 2
applied voltage = 3 mV
so current will be
current = ................3
current =
current = 20 µA
so net current will be
net current = 20 - 1.25
net current = 18.75 µA
so battery life will be
battery life =
battery life = 80000 hours
battery life in year =
battery life in year = 9.13 years
battery life in year = 9 years and 48 days
Answer: *changed*
Explanation: Because you peed