I have quite an odd question:
I am not able to fully understand the concept of "out of". If I roll a dice once, from a total of $6$ possible outcomes, I'll get 1. Why does that mean a fraction $1\over 6$ = approx $16.67 \%$ and why does that mean that on average one out of $6$ rolls, I will get for example "$1$" on dice.
Where does the fraction say that for every $6$ rolls, I'll get on average one roll I wanted to get.
Why does $5$ out of $7$ mean $5\over 7$, why does that mean that it's on average $5$ per every $7$ people? Because when I want to get $5\over 7$ of something, I divide something into $7$ parts and get $5$. Is that the second look at this matter, that it can be seen like, for example: for every $7$ (divide some number by $7$ to find out how many $7$s are there) and then multiply by $5$, because for every seven that is included in the number it will be $5$.
Are my thoughts correct? How is the correct way of seeing these things?
Thanks for help in advance.
dont answer like Maths 90-page long thesis, I just want an answer that is en explanation in your own words. What I struggle is probably the fractions, what does out of mean and why... and you explain everything but this.
Here I define some of the basic terms used in introductory probability.
An experiment is a task/action with measurable/perceivable distinct outcomes. The set of all outcomes is referred to as the sample space. An event is a subset of the sample space.
For example, the experiment might be "roll two dice and compute their sum." The sample space will be $\{2,3,4,5,6,7,8,9,10,11,12\}$. An event such as "the sum is greater than or equal to 10" would refer to the subset of the sample space $\{10,11,12\}$.
The probability of an event occurring is the ratio of times that if we repeat the experiment (independently), we expect the outcome to be one of the outcomes in the event in question.
Note, we require a few properties of a probability distribution as a result of this:
(in words of measure theory, probability acts as a measure such that $Pr(\Omega)=1$)
It is worth noting that several set theory and counting tools are directly applicable to probability as well such as the principle of inclusion exclusion.
In the special case that all outcomes in the sample space are equiprobable, in other words equally likely to occur, we say that the sample space is unbiased. In this special case, for sample space $S$ and event $E$, we have the following:
$$Pr(E)=\frac{|E|}{|S|}$$
where $|E|$ denotes the number of elements in the set $E$.
In the question of dice rolling, the sample space $\{2,3,4,5,6,7,8,9,10,11,12\}$ is not equiprobable, so we may not use the formula above. We may however use instead the sample space being all ways to roll two differently colored dice and describe our event as a subset of that instead. In this case, we have the sample space $\{(1,1),(1,2),(1,3),(1,4),(1,5),(1,6),(2,1),(2,2),\dots,(6,4),(6,5),(6,6)\}$ with sample space size $|S|=36$. Our event corresponds to the subset $\{(4,6),(5,5),(5,6),(6,4),(6,5),(6,6)\}$, so our probability $Pr(\text{two dice rolled sum to at least 10}) = Pr(E) = \frac{|E|}{|S|}=\frac{6}{36}=\frac{1}{6}$.
Note: If we had incorrectly used the sample space $\{2,3,\dots,12\}$, and used the formula, it would have given us an answer of $\frac{3}{11}$ which is incorrect! Event size divided by sample space size is only usable if the sample space is unbiased!
For a smaller example, let our experiment be rolling a single die, and our outcome we are curious to find the probability of be "is even." Our sample space is $\{1,2,3,4,5,6\}$ and our event is $\{2,4,6\}$. The probability is then $Pr(\text{is even}) = \frac{|E|}{|S|}=\frac{3}{6}=\frac{1}{2}$.
Without going into too much detail about expected value, we define the expected value of a discrete random variable $X$ as
$$\mathbb{E}[X]=\sum_{x\in S} x Pr(X=x)$$
This gives us a way of talking about the "average" outcome. For example, in rolling one fair six-sided die, the expected value of the outcome will be $3.5$. Of course, that doesn't mean that we will ever roll a $3.5$ exactly (it isn't even a side on the die), but it means that averaging out the results over "several" attempts, the average will approach $3.5$. In the case of either "success" or "failure" it is easier as we can represent a success as a $1$ and a failure as a $0$ in terms of value.
If we were to run an experiment with probability of success $p$ a total of $n$ times, you will find that the expected number of successes is $np$ (provable from definitions).
In this sense, yes indeed, a probability of $Pr(\text{rolling a six})=\frac{1}{6}$ implies that we expect that in six rolls, one $6$ will occur on average. It also implies that in one hundred rolls, $16.\overline{6}$ sixes will occur on average. Herein lies the usefulness of referring to things as a "percentage" (per: for each, cent: hundred). An event having probability $Pr(E)=72\%$ implies that if we were to run the experiment $100$ times, we expect a success $72$ of those times. It is not so much encoded in the number itself, as it is within the theory that these numbers can be interpreted in this way.