Dec 03, 2024 | 744 words | 7 min read
3.2.1. Task 1#
Learning Objectives#
By the end of this task, you will be able to understand the importance of suspended solids as a key water quality characteristic and recognize the sources contributing to their presence in natural water bodies like lakes, rivers, and streams. You will learn to analyze real-world environmental data, specifically focusing on Total Suspended Solids (TSS), using the dataset provided. Through this analysis, you will enhance your Excel skills by calculating descriptive statistics, creating histograms, and organizing the data for a technical presentation. This process will also enable you to assess the potential impact of human activities, such as nearby construction projects, on water quality and effectively communicate your findings in a professional manner.
Introduction#
An important quality characteristic of water is the concentration of suspended solid material, referred to as suspended solids. Suspended solids are materials that can be trapped by a filter. Sources of suspended solids in lakes, rivers, and streams include industrial discharges, sewage, fertilizers, road runoff, and soil erosion. High concentrations of suspended solids can lead to problems for aquatic life and vegetation. See the green box below for more information on total suspended solids (TSS).
Total Suspended Solids
Total Suspended Solids (TSS) includes all particles suspended in water that can be trapped by a filter. Although it’s commonly collected to estimate the scale of sediment run-off from the watershed, TSS includes much more than just soil. TSS can include inorganic materials like industrial waste, and organic materials like dead plants and animal matter, live organisms and sewage. Large amounts of TSS can reduce water clarity, reduce light availability necessary for plant growth, and harm fish and other aquatic organisms. Sediment can clog fish gills and fill in spawning and other habitat areas. High TSS can also cause an increase in water temperature as the particles trap heat from the sun. Additionally, high TSS measurements can indicate high levels of nutrients, bacteria, metals and other chemicals since many of these pollutants attach to sediment. TSS even has an economic impact, since it must be filtered out of surface water used as a drinking water source.
Source: State of Indiana. (n.d.) Common Watershed Parameters.
An environmental engineer has been asked to analyze the TSS in Lake Wilson, NC.
It is suspected that run-off from a nearby construction project is affecting the
TSS concentration in the lake. The dataset in
ex3_team_1_suspended_solids.csv
contains \(60\) measurements of
TSS in \(\milli\gram\per\liter\) obtained in July \(2014\).
Task Instructions#
Open the answer sheet
ex3_team_1_teamnumber.xlsx
. Save it with your team number replacingteamnumber
in the file name.Import the data from the file
ex3_team_1_suspended_solids.csv
into the Input Section of the spreadsheet.In the Calculation Section, use built-in MS Excel functions to calculate the descriptive statistics for the data; including minimum, maximum, range, mean, median, mode, variance, and standard deviation.
Determine the skewness by comparing the measures of central tendency, and by using MS Excel’s built-in function
SKEW()
in the Calculation Section. Do they agree?Create a histogram in MS Excel using the
Data Analysis ToolPak
Add-in. See Installing the Data Analysis ToolPak.Follow the steps from the Pre-Class Materials to create a histogram for the data set. See Creating a histogram using the Data Analysis ToolPak.
In the Calculation Section, calculate the number of bins using the following rule.
Number of bins = Square root of the number of data points, rounded to the nearest whole number
Calculate the width of each bin:
Bin width = Range/number of bins
Select a width that will produce bin ranges that make it is easy to analyze the histogram. You may have to adjust the number of bins you calculated in the previous step.
Determine the bin upper limits.
Use the Data Analysis ToolPak to create a histogram.
Format your histogram for technical presentation.
In the Calculation Section, write a function to display yes or no next to each data point, with yes signifying the value being smaller than \(\qty{45}{\milli\gram\per\liter}\) and no being larger or equal to \(\qty{45}{\milli\gram\per\liter}\).
In the Calculation Section, calculate the number of TSS measurements larger than \(\qty{55}{\milli\gram\per\liter}\) using the
COUNTIF
function.Copy the following questions into the Output Section of the spreadsheet and then add your answers.
Do the different methods for determining the skewness agree? Justify your answer.
How did you choose the number of bins for the histogram?
Indiana, like many other states, does not have a water quality standard for TSS. Review the information on TSS at http://www.in.gov/idem/nps/3484.htm. Does this lake contain reasonable amounts of suspended solids, or should action be taken to reduce the concentration of TSS? Explain your reasoning and cite in APA format any additional sources you used.
Print two PDF files of
ex3_team_1_teamnumber.xlsx
, one with values showing (ex3_team_1_teamnumber_values.pdf) and the other with formulas (ex3_team_1_teamnumber_formulas.pdf).