Ace Your Reading and interpreting data Tests with Plainmath's Expert Help and Detailed Resources

Recent questions in Reading and interpreting data
Pre-AlgebraAnswered question
rose2904ks rose2904ks 2022-06-22

Interpreting the differences of two log normal distributions:
I have read a couple of posts, and did not see the exact interpretation, I apologize in advance if this is not in the right location
Purpose: I am preparing a paper on the distribution of litter densities along the shore line in freshwater environnements. The data is collected by hand and the individual pieces are classified and counted by volunteers. These programs exist in many countries and there are fairly large data sets.
The units are expressed as 'pieces of trash/meter(or foot) of shoreline.
Assumptions:
- The data is collected in the same manner
- The volunteers have the same motivations
- There is no (under counting or over counting)
- Accuracy is basically the same across the spectrum
- The math is correct
- The graph below represents the graph of two sets of Data:
MCBP is regional results for Lake Geneva (Switzerland) n=100 samples
SLR results from the 'The Swiss Litter Report' n=365 samples The following code was used to calculate the distributions and present the graphs from a DataFrame in pandas/python 3.6:
df['Density] = df['Total']/df['Length']
df['Logs'] = df['Density'].apply(np.log)#<- skewed data(get it close to norm)
mu, sigma = stats.norm.fit(df['Logs'])
#repeat for df2 to get the second curve
#Build histograms for the two data sets
#plot the two disributions where x = df['Logs']
#and y = stats.norm.pdf(x, loc=mu, scale=sigma)
The resulting two distributions
mu for the the SLR disribution is 0.1564617, which is equal to the 5th percentile of the MCBP distirbution.
I am interpreting this as meaning:
There is a 5% oprobability that a sample from MCBP will be less than the average from SLR.
There is a 95% probability that a sample taken from the MCBP region will be greater than the national average
In general I can expect litter densities to be greater in the MCBP region than in the SLR region
Is this interpretation correct? (It does correlate with observations)

Pre-AlgebraAnswered question
Ayanna Trujillo Ayanna Trujillo 2022-06-20

Consider the set N of all natural numbers; we can assign each natural number a point on a single axis. Let A be the set of all of these points; A is a countable set (we can assign each point to the natural number it represents and vice versa). Therefore, the cardinality of the power set of A is equal to the cardinality of the continuum.
If we look at these points, we can create connections between them where each connection connects two points. Let B be the set of all of those connections. A connection of two points is a subset of A containing exactly 2 objects that belong to A, and so B is the set of all subsets of A which contain exactly 2 objects that belong to A.
The question is: what is the cardinality of B?
We came up with a few options, not sure whether they cover all cases, but these are the ones we thought about:
1. B is a countable set, which means its cardinality is the same as that of A (This seems possible; however, we couldn't find an injective & surjective function that matches objects from A to B)
2. B's cardinality is the cardinality of the continuum
3. B's cardinality is in between the cardinality of A and the cardinality of the continuum and therefore denies the continuum hypothesis (This seems like a problematic possibility since it has been proved that the continuum hypothesis is independent of the axioms of set theory)
4. B's cardinality is smaller than that of A (seems very unlikely, since A's cardinality is the smallest infinite cardinal, and B is clearly an infinite set).

Interpreting data questions are mostly approached with the help of complex word problems where logic always comes first. Take a look at the list of questions posted below and see how certain equations have been used. The majority of answers presented will have a free take on things as there are no definite rules in certain scenarios. Reading through these solutions will help you learn how to interpret and read various scientific data. It is an essential aspect for engineers and architects, as well as students majoring in sociology or related sciences.