Answer:
Distribution factor P = =38.33
V = 7.826 ml
Explanation:
given details:
BOD =230 mg/l
DO inital = 8.0mg/l
DO final = 2.0mg/l
we know
BOD = [DO inital -DO final] * distribution factor
230 = [8 - 2] D.F
Distribution factor P 
Distribution factor P = =38.33
THE RANGE OF WASTE WATER VOLUME IN 300 ml bottle is
distribution factor 

V = 7.826 ml
Answer:
Using python
num_boys = int(input("Enter number of boys :"))
num_girls = int(input("Enter number of girls :"))
budget = int(input("Enter the number of dollars spent per school year :"))
try:
dollarperstudent = budget/(num_boys+num_girls)
print("Dollar spent per student : "+str(dollarperstudent))#final result
except ZeroDivisionError:
print("unavailable")
Answer:
D
Explanation:
took test failed question D is the right answer
Answer:
Auguste Comte was the first to develop the concept of "sociology." He defined sociology as a positive science. Positivism is the search for "invariant laws of the natural and social world." Comte identified three basic methods for discovering these invariant laws, observation, experimentation, and comparison.
Explanation:
I hope it's help u :)