Answer:
See explaination
Explanation:
Please kindly check attachment for the step by step solution of the given problem
Answer:
The settlement that is expected is 1.043 meters.
Explanation:
Since the pre-consolidation stress of the layer is equal to the effective stress hence we conclude that the soil is normally consolidated soil
The settlement due to increase in the effective stress of a normally consolidated soil mass is given by the formula

where
'H' is the initial depth of the layer
is the Compression index
is the inital void ratio
is the initial effective stress at the depth
is the change in the effective stress at the given depth
Applying the given values we get

Answer:
(a) 0.12924
(b) Taking into consideration significance level of 0.05 yet the value of p is greater than 0.05, it suggests that the coin is fair hence the coin can be used at the beginning of any sport event.
Explanation:
(a)
n=200 for fair coin getting head, p= 0.5
Expectation = np =200*0.5=100
Variance = np(1 - p) = 100(1-0.5)=100*0.5=50
Standard deviation,
Z value for 108,
P( x ≥108) = P( z >1.13)= 0.12924
(b)
Taking into consideration significance level of 0.05 yet the value of p is greater than 0.05, it suggests that the coin is fair hence the coin can be used at the beginning of any sport event.
Answer:
insert (array[] , value , currentsize , maxsize )
{
if maxsize <=currentsize
{
return -1
}
index = currentsize-1
while (i>=0 && array[index] > value)
{
array[index+1]=array[index]
i=i-1
}
array[i+1]=value
return 0
}
Explanation:
1: Check if array is already full, if it's full then no component may be inserted.
2: if array isn't full:
- Check parts of the array ranging from last position of range towards initial range and determine position of that initial range that is smaller than the worth to be inserted.
- Right shift every component of the array once ranging from last position up to the position larger than the position at that smaller range was known.
- assign new worth to the position that is next to the known position of initial smaller component.
Answer:
Who would pay for my product or service?
Who has already bought from me?
Am I overestimating my reach?.
What does my network think?.
Am I making assumptions based on my personal knowledge and experience?
What's my revenue model
How will I sell my product or service?
How did my competitors get started?
How will I find my customers?
Is there room to expand my target market?