Answer:
variable
Step-by-step explanation:
A variable is a symbol that represents a single quantity but it is called a variable because the quantity/value/amount is unknown and it can take on (can be) any possible value (number). The word "variable" itself means "values that vary". This means that the value is unknown as it stands but it can take on any value or outcome.
You can call this variable anything, in Maths we often use letters.
eg. X is the variable we're interested in. X can take on any number. Let X be the number of people living in a house. For this example lets say X = 8. ie. there are 8 people living in the house.
- in this case x is discrete.
There are two types of variables: discrete and continuous.
<u>Discrete variable: </u>
- countable; nothing in between, can only take on a finite number of values
This is a variable that ca take on any countable number along an interval. A way of thinking about a discrete variable is to think of is as a count. Anything that you can count as whole numbers.
Eg. X is a discrete variable whose <u>value lies along the interval [2;3]</u>. This means the value of X can ONLY be 2 or 3.
Examples include: number of apples, number people, toes, trees, real numbers on an interval (2,3,4,5,6..), ages of a group of friends, rounded of values etc.
<u>Continuous: </u>
- can take on an infinite number of values; always something in between; impossible to count realistically
A continuous variable means that it can take on any value along an interval between to whole numbers. It is continuous along that interval.
Eg. X is a continuous variable whose <u>value lies along the interval [2;3]</u>. This means that it can take on absolutely any value that lies between 2 and 3: 2.00000000001 or 2.9999999 or even just 2.5. The options are endless.
Examples include: height, weight, temperature etc.
<u>SIDE NOTE: </u>
This can be extended to a random variable which follows the same concept except applies it to probability. You shouldn't be confused with this because while a variable represents a single quantity, a random variable represents the outcome of a process: a value that follows a specific probability distribution which is determined from a probability function. Therefore, it can take on multiple values. Look into this only if necessary.
:)