Why is the integer number set a subset of the rational number set?
As all integers can be written in the form m/1
7
New cards
e.g. 8 can be written in the form 8/1
8
New cards
What does the rational number set contain?
All numbers that can be presented in the form m/n where m and n are integers and n ≠ 0
9
New cards
What does the natural number set contain?
All Positive Integers (Possibly including 0)
10
New cards
What does the irrational number set contain?
All numbers that the rules for rationality do not apply to e.g. π
11
New cards
What does the real number set contain?
All numbers, positive or negative, with or without a fractional part
12
New cards
What is the ordinal number set used for?
To describe the numerical position of an element in a list e.g. 1st is an ordinal number
13
New cards
Which set of numbers do we use for counting and why?
Natural numbers as real world objects don't have fractions or negatives (we only need positive integers).
14
New cards
Which set of numbers do we use for measurement and why?
Real numbers as the measurement may be positive or negative, rational or irrational and real numbers can use an infinite number of decimal places allowing them to represent a number to any level of accuracy.
15
New cards
Which number sets are subsets of the real number set?
The natural, integer, rational and irrational number sets
16
New cards
What do rational decimals do that irrational decimals don't?
Terminate or recur
17
New cards
What should programmers consider when they use irrational numbers?
How accurately to portray them as, the more digits are used, the more data is used.