Natural numbers are the set of positive integers starting from 1 and extending infinitely. They are denoted by N = {1, 2, 3, 4, ...}. |
Card: 2 / 50 |
Whole numbers include all natural numbers along with zero. They are represented as W = {0, 1, 2, 3, ...}. |
Card: 4 / 50 |
What is the difference between rational and irrational numbers? Hint: Think about their representation. |
Card: 5 / 50 |
Rational numbers can be expressed as a fraction of two integers (e.g., 1/2, 3), while irrational numbers cannot be expressed as fractions and have non-terminating, non-repeating decimal expansions (e.g., √2, π). |
Card: 6 / 50 |
An integer is any whole number, positive or negative, including zero. The set of integers is denoted by Z = {..., -3, -2, -1, 0, 1, 2, 3, ...}. |
Card: 8 / 50 |
A prime number is a natural number greater than 1 that has no divisors other than 1 and itself. Examples include 2, 3, 5, 7, and 11. |
Card: 10 / 50 |
Composite numbers are natural numbers greater than 1 that have more than two distinct positive divisors. For example, 4, 6, 8, and 9 are composite numbers. |
Card: 12 / 50 |
How do you check if a number is prime? Hint: Consider factors up to the square root. |
Card: 13 / 50 |
To check if a number N is prime, find the square root of N, round it up to the nearest whole number, and test for divisibility by all prime numbers less than or equal to that number. |
Card: 14 / 50 |
The absolute value of a number is its distance from zero on the number line, regardless of direction. It is denoted as |a|, where |a| = a if a ≥ 0, and |a| = -a if a < /> |
Card: 16 / 50 |
The least common multiple (LCM) of two or more integers is the smallest positive integer that is divisible by each of the integers. For example, LCM of 4 and 5 is 20. |
Card: 18 / 50 |
The highest common factor (HCF) is found by determining the largest number that divides two or more numbers without leaving a remainder. It can be calculated using prime factorization. |
Card: 20 / 50 |
A perfect number is a positive integer that is equal to the sum of its proper divisors, excluding itself. The smallest perfect number is 6, since 1 + 2 + 3 = 6. |
Card: 22 / 50 |
What does it mean for two numbers to be co-prime? Hint: Consider their factors. |
Card: 23 / 50 |
Two numbers are co-prime if their greatest common divisor (GCD) is 1, meaning they have no prime factors in common. Example: 8 and 9 are co-prime. |
Card: 24 / 50 |
A number A is divisible by another number B if A can be divided by B without leaving a remainder. For example, 10 is divisible by 5 since 10 ÷ 5 = 2. |
Card: 26 / 50 |
Even numbers are integers that are divisible by 2 (e.g., -4, 0, 2, 6), while odd numbers are integers that are not divisible by 2 (e.g., -3, 1, 5). |
Card: 28 / 50 |
What is the prime factorization of a number? Hint: Consider breaking it down into primes. |
Card: 29 / 50 |
Prime factorization is expressing a number as the product of its prime factors. For example, the prime factorization of 28 is 2² * 7. |
Card: 30 / 50 |
Every composite number can be factored into prime numbers, while prime numbers cannot be factored any further except by 1 and themselves. |
Card: 32 / 50 |
How is the number of trailing zeroes in a factorial determined? Hint: Think about the factors of 10. |
Card: 33 / 50 |
The number of trailing zeros in n! is determined by the number of times 5 is a factor in the numbers from 1 to n. This is because pairs of 2 and 5 form 10. |
Card: 34 / 50 |
A rational number is any number that can be expressed as a fraction p/q, where p and q are integers and q ≠ 0. For example, 3/4 and -2/5 are rational. |
Card: 36 / 50 |
What is the decimal representation of a fraction? Hint: Think about the conversion process. |
Card: 37 / 50 |
A fraction can be converted to a decimal by dividing the numerator by the denominator. For example, 1/4 = 0.25. |
Card: 38 / 50 |
How do you convert a non-terminating decimal into a fraction? Hint: Use algebraic manipulation. |
Card: 39 / 50 |
Let x = 0.333... (repeating). Then, multiply both sides by 10: 10x = 3.333... . Subtract: 10x - x = 3. Thus, 9x = 3, leading to x = 1/3. |
Card: 40 / 50 |
Zero is a unique integer that represents a null value and serves as an identity element for addition. It is neither positive nor negative. |
Card: 42 / 50 |
What is a mixed number? Hint: Think about combining whole and fractional parts. |
Card: 43 / 50 |
A mixed number is a combination of a whole number and a proper fraction, such as 2 1/3, which represents 2 + 1/3. |
Card: 44 / 50 |
A common fraction is a fraction whose denominator is not a power of 10, such as 3/4 or 5/8. |
Card: 46 / 50 |
A decimal fraction is a fraction where the denominator is a power of 10, such as 0.5 (which is 5/10) or 0.75 (which is 75/100). |
Card: 48 / 50 |
What are the rules for divisibility by 2? Hint: Consider the last digit of a number. |
Card: 49 / 50 |
A number is divisible by 2 if its last digit is even, i.e., 0, 2, 4, 6, or 8. For example, 24 and 58 are divisible by 2. |
Card: 50 / 50 |