Browse the course topics below.
Number System
Introduction
Decimal Number
Introduction
Binary Number
Introduction
Quinary Number
Introduction
Rational Number
Introduction
Irrational Number
Introduction
Ratio
Introduction
Proportion
Introduction
BLE Questions
Solution
เคตाเคธ्เคคเคตिเค เคธเค्เค्เคฏा (Real Numbers)
A real number can be thought of as a point on a number line. In this essence, to every real number, there corresponds a point on a number line. Conversely, to every point on a number line, there corresponds a unique real number.
เคธเคเค्เคฏा เคชเคฆ्เคฆเคคि (Number System)
เคธंเค्เคฏाเค्เคเคจ เคชเคฆ्เคฆเคคी (Number System) เคญเคจेเคो เคตिเคญिเคจ्เคจ เคช्เคฐเคाเคฐเคा เคธंเค्เคฏाเคนเคฐूเคो เคช्เคฐเคคिเคจिเคงिเคค्เคต เคเคฐ्เคจे เคคเคฐिเคा เคนो।
- A number is a mathematical object used to count, measure, and label things. It is a theoretical concept or a mathematical abstraction or an idea in mind.
- Numbers can be expressed in many ways. Some common ways to represent number are symbol, picture, and words. These notational symbol (like word, picture) that represents a number are called numerals. Numeral are physical representation of number.
For example, \(3, III\), three, all are numerals. So, numeral is a symbol or name that stands for a number.
| Number | Numerals | |
|---|---|---|
| Nature | Abstract | Concrete |
| Essence | Idea in mind | Physical representation |
| Use | Theoretical | Different forms in practical use |
เคฆเคถเคฎเคฒเคต เคธเค्เค्เคฏा เคชเคฆ्เคงเคคि (Decimal System)
The numeration system developed in ancient Indian civilization by Bhaskara and Aaryabhatta around 600 AD, and later translated and disseminated by Arab civilization (al-Khwarizmi) around 1100 AD, is called the Hindu–Arabic numeration system.
This is the most scientific numeration system ever known, using an expanded system systematically to represent numbers. In this system, there are ten symbols used to represent numbers.
Characteristics of Hindu–Arabic Numeration System
- Systematic use of zero
- Expanded value system
- Large numbers can be written easily
- Based on place value system
- Ten symbols are used
- Based on “Base 10”
The number system we use in everyday life is called the Hindu–Arabic numeration system, which is a decimal system using the digits 1, 2, 3, 4, 5, 6, 7, 8, 9 to represent all numbers.
In this system, each digit represents a power of 10. To compute a number, multiply each digit value by its place value and add them all together.
\((4 \times 1000) + (3 \times 100) + (7 \times 10) + (9 \times 1) = 4379\)
| 4 | 3 | 7 | 9 | Digit Value |
| \(10^3\) | \(10^2\) | \(10^1\) | \(10^0\) | Place Value |
| \(4 \times 1000\) | \(3 \times 100\) | \(7 \times 10\) | \(9 \times 1\) | Total value |
| 4000 | + 300 | + 70 | + 9 | = 4379 |
Number Systems and Their Properties
| Number system | Basic symbols | Base | Example |
|---|---|---|---|
| Binary | 0,1 | 2 | \(1101_2\) |
| Octal | 0–7 | 8 | \(256_8\) |
| Decimal | 0–9 | 10 | \(458_{10}\) |
| Hexadecimal | 0–9,A–F | 16 | \(2A5_{16}\) |
เคฆ्เคตिเคเคงाเคฐ เคธเค्เค्เคฏा เคชเคฆ्เคฆเคคि (Binary System)
Binary numeration system เคญเคจेเคो base-2 เคฎा เคเคงाเคฐिเคค เคธंเค्เคฏाเค्เคเคจ เคช्เคฐเคฃाเคฒी เคนो เคเคธเคฎा เคฆुเค เคตเคा เคฎाเคค्เคฐ เค ंเคเคนเคฐू: 0 เคฐ 1 เคो เคช्เคฐเคฏोเค เคนुเคจ्เค। เคฏเคธ เคช्เคฐเคฃाเคฒीเคฎा เคช्เคฐเคค्เคฏेเค เค ंเคเคฒे 2 เคो เคाเคคเคฒाเค เคเคจाเคँเค। เคฏो เคช्เคฐเคฃाเคฒी computing เคฐ digital electronics เคฎा เคช्เคฐเคฏोเค เคนुเคจ्เค, เคिเคจเคญเคจे เคฏเคธเคฒे electronic switches เคฐ transistors เคा เคฆुเค เค เคตเคธ्เคฅाเคนเคฐू (on and off) เคธँเค เคช्เคฐเคค्เคฏเค्เคท เคฐूเคชเคฎा เคธเคฎ्เคฌเคจ्เคง เคฐाเค्เค।
เคฏเคธ เคช्เคฐเคฃाเคฒीเคฎा เคुเคจै เคธंเค्เคฏा เคเคฃเคจा เคเคฐ्เคจ, เคช्เคฐเคค्เคฏेเค เค ंเคเคฒाเค เคค्เคฏเคธเคो เคธ्เคฅाเคจ เคฎाเคจ (place value) เคธँเค เคुเคฃा เคเคฐिเคจ्เค เคฐ เคธเคฌैเคฒाเค เคोเคกिเคจ्เค। เคเคธ्เคคै, Binary number \(1001_2\) เคฒे เคคเคฒเคो เคธंเค्เคฏाเคฒाเค เคเคจाเคँเค।
\(1 × 2^3) + (0 × 2^2) + (0 × 2^1) + (1 × 2^0) = 8 + 0 + 0 + 1 = 9_10\)
| 1 | 0 | 0 | 1 | Digit Value |
|---|---|---|---|---|
| 23 | 22 | 21 | 20 | Place Value |
| 1 × 8 | 0 × 4 | 0 × 2 | 1 × 1 | Total value |
| 8 | + 0 | + 0 | + 1 | = 9 |
Group of 4 bits is known as a ‘Nibble’ and that of 8 bits as a ‘Byte’. A group of bits simultaneously processed by a digital system such as computer is known as a ‘word’ e.g. 8-bit word, 16-bit word, 32-bit word, etc. Advantages of binary number system are given below.
- Bits can be used to designate the two voltage levels in digital electronics.
- Binary arithmetic is simple compared to decimal arithmetic.
- It is also called as natural code.
Convert 36 (decimal values) into binary.
The solution is
| 2 | 36 | 0↑ | |
| 2 | 18 | 0↑ | |
| 2 | 9 | 1↑ | |
| 2 | 4 | 0↑ | |
| 2 | 2 | 0↑ | |
| 1 | 1↑ |
\( 36 = 100100_2 \)
Convert the following decimal values into binary.
- 8
- 17
- 11
- 70
- 132
Convert the following binary values into decimal
- 0 0 1 0
- 1 1 1 0
- 1 0 1 1
- 0 0 1 0 0 0 0 1
- 0 0 0 1 1 0 1 0
- 1 0 1 0 1 0 1 0
Quinary numeration system
Quinary numeration system เคญเคจेเคो base-5 เคฎा เคเคงाเคฐिเคค เคธंเค्เคฏाเค्เคเคจ เคช्เคฐเคฃाเคฒी เคนो เคเคธเคฎा เคชाँเค เคตเคा เคฎाเคค्เคฐ เค
ंเคเคนเคฐू: 0, 1, 2, 3 เคฐ 4 เคो เคช्เคฐเคฏोเค เคนुเคจ्เค। เคฏเคธ เคช्เคฐเคฃाเคฒीเคฎा เคช्เคฐเคค्เคฏेเค เค
ंเคเคฒे 5 เคो เคाเคคเคฒाเค เคเคจाเคँเค।
เคฏเคธ เคช्เคฐเคฃाเคฒीเคฎा เคुเคจै เคธंเค्เคฏा เคเคฃเคจा เคเคฐ्เคจ, เคช्เคฐเคค्เคฏेเค เค
ंเคเคฒाเค เคค्เคฏเคธเคो เคธ्เคฅाเคจ เคฎाเคจ (place value) เคธँเค เคुเคฃा เคเคฐिเคจ्เค เคฐ เคธเคฌैเคฒाเค เคोเคกिเคจ्เค। เคเคธ्เคคै, Quinary number\(1243_5\) เคฒे เคคเคฒเคो เคธंเค्เคฏाเคฒाเค เคเคจाเคँเค।
\(1 × 5^3 + 2 × 5^2 + 4 × 5^1 + 3 × 5^0 = 125 + 50 + 20 + 3 = 198\)
| 1 | 2 | 4 | 3 | Digit Value |
|---|---|---|---|---|
| 53 | 52 | 51 | 50 | Place Value |
| 1 × 125 | 2 × 25 | 4 × 5 | 3 × 1 | Total value |
| 125 | + 50 | + 20 | + 3 | = 198 |
Quinary systems were historically used in various cultures, often influenced by finger counting, where one hand represented a complete cycle of counting before moving to the next power of five.
Convert 2456 (decimal values) into quinary.
The solution is
| 5 | 2456 | 1↑ | |
| 5 | 491 | 1↑ | |
| 5 | 98 | 3↑ | |
| 5 | 19 | 4↑ | |
| 5 | 3 | 3↑ | |
| 0 |
\( 2456 = 34311_5 \)
Convert the following decimal values into quinary.
- 45
- 568
- 2349
- 11198
- 12345
Convert the following quinary values into decimal:
- 10234
- 1432
- 23423
- 1110043
- 33401
- 1234343
เค เคจुเคชाเคคिเค เคธเค्เค्เคฏाเคนเคฐु (Rational Numbers)
A rational number is a real number that can be expressed in the form
\(\frac{p}{q}\)
where \( p \) and \( q \) are integers and \( q \ne 0 \). The set of all rational numbers is denoted by \( \mathbb{Q} \), so
\(\mathbb{Q} = \left\{ \frac{p}{q} \,\middle|\, p, q \in \mathbb{Z},\, q \ne 0 \right\}.\)
Rational numbers are fractions (where the numerator and denominators are integers) and repeating and terminating decimals. Fractions may not have 0 as the denominator. Some examples are \(4\) and \(\frac{22}{7}\).
เค เคจाเคจुเคชाเคคिเค เคธเค्เค्เคฏाเคนเคฐु (Irrational Numbers)
Irrational numbers are numbers that cannot be expressed as the ratio of two integers. Examples of irrational numbers are (a) square roots of non-perfect squares, (b) \( \pi \), and (c) decimals that exist in non terminating and non-repeating pattern. Some examples of irrational numbers are \( \sqrt{2} \) and \( \pi \).
เค्เคฐीเคธเคฎा เคช्เคฐเคธिเคฆ्เคง เคเคฃिเคคเค्เค เคชाเคเคฅाเคोเคฐเคธ เคฐ เคเคจเคा เค เคจुเคฏाเคฏी เคชाเคเคฅाเคोเคฐिเคฏเคจเคนเคฐूเคฒे เคเคฐिเคฌ 400 เคเคธाเคชूเคฐ्เคต เคฎा เคชเคนिเคฒो เคชเคเค rational เคจเคญเคเคा เคธंเค्เคฏाเคนเคฐू เคชเคค्เคคा เคฒเคाเค। เคฏी เคธंเค्เคฏाเคนเคฐूเคฒाเค irrational numbers เคญเคจिเคฏो।
NOTE:real numbers = rational numbers + irrational numbers
| Definition | Type of Decimal |
|---|---|
| Rational numbers are numbers that can be expressed as a fraction where both the numerator and the denominator are integers (with the exception of 0 as a denominator). |
Repeating \( \frac{5}{11} = 0.454545\ldots \) Terminating \( \frac{7}{8} = 0.875 \) |
| Irrational numbers are numbers that cannot be expressed as a fraction where both the numerator and the denominator are integers. |
Do not repeat or terminate First 12 digits of \( \pi \) = 3.14159265359… First 7 digits of \( \sqrt{2} \) = 1.414213… |
Locate \(\sqrt{2}\) on the number line.
SolutionConsider a square \(OABC\), with each side 1 unit in length. Then using Pythagoras theorem , we get
\(OB = \sqrt{1^2 + 1^2} = \sqrt{2}\)
Using a compass with centre O and radius OB, draw an arc intersecting the number line at the point P. Then P corresponds to \(\sqrt{2}\) on the number line.
เค เคจुเคชाเคค (Ratio)
เค เคจुเคชाเคค เคญเคจेเคो เคฆुเคเคตเคा เคตเคธ्เคคु, เคฎाเคค्เคฐा, เคตा เค ंเคถเคนเคฐू เคฌीเคเคो เคธเคฎ्เคฌเคจ्เคงเคฒाเค division เคฌाเค เคฆेเคाเคเคจे เคเค เคคเคฐिเคा เคนो। เคนाเคฎी เคฆैเคจिเค เคीเคตเคจเคฎा เคงेเคฐै เคीเคเคนเคฐू เคเคฃเคจा เคเคฐ्เคौ เคฐ เคคुเคฒเคจा เคเคฐ्เคौं, เคเคธ्เคคै: เคाเคฎ เคเคฐ्เคจे เคเคฃ्เคा เคฐ เคเคฐाเคฎ เคเคฐ्เคจे เคเคฃ्เคा। เค เคจुเคชाเคคเคฒे เคฏเคธ्เคคा เคฆुเคเคตเคा เคตเคธ्เคคुเคนเคฐूเคो เคคुเคฒเคจा เคเคฐ्เคจ เคฎเคฆ्เคฆเคค เคเคฐ्เค। เคเคธเคฎा เคธंเค्เคฏाเคนเคฐुเคो เคชเคนिเคฒो เคฎाเคค्เคฐा เค ंเคถ เคนो เคฐ เคฆोเคธ्เคฐो เคฎाเคค्เคฐा เคนเคฐ เคนो, เคฏो เคญिเคจ्เคจ เคญเคจ्เคฆा เค เคฒी เคซเคฐเค เคนुเคจ्เค, เคฏเคธเคฎा เคธंเค्เคฏाเคฒाเค เค ंเคถ เคตा เคนเคฐ เคฆुเคฌैเคฎा เคฒेเค्เคจ เคตा เคชเคข्เคจ เคธเคिเคจ्เค।
3 is called the First term or Antecedent.
2 is called the Second term or Consequent
Ratio compares two quantities of the same kind by division: e.g., \( \frac{15}{10} = \frac{3}{2} \).
If the quantities to be compared \(a\) and \(b\) having the same unit, then the ratio of the \(a\) and \(b\) is \(\frac{a}{b}\) or \(a:b\) and the ratio of \(b\) to \(a\) is written as \(\frac{b}{a}\) or \(b:a\). Here \(a:b\) is read as \(a\) is to \(b\) and \(b:a\) is read as \(b\) is to \(a\).
Based on classroom survey data, for example: 4 boys and 5 girls, we can form different ratios as below
- girls to boys \(\to\) 5 girls for every 4 boys: 5:4
- girls to total \(\to\) 5:9 students are girls
- boys to girls \(\to\) 4 boys for every 5 girls: 4:5
- boys to total \(\to\) 4:9 students are boys
- total to boys \(\to\) ratio of total to boys is 9:4
- total to girls \(\to\) ratio of total to girls is 9:5
เคธเคฎाเคจुเคชाเคค (Proportion)
A proportion states that two ratios are equal: \( \frac{a}{b} = \frac{c}{d} \) or \( a:b :: c:d \).
Product of means = Product of extremes → \( a \cdot d = b \cdot c \).
| Feature | Ratio | Proportion |
|---|---|---|
| Definition | Compares two quantities | Equality of two ratios |
| Symbol | : | :: or = |
| Form | Expression | Equation |
For Q.No.4(a,d) in BLE Exam
- 9 เคฒाเค เคชเค्เคाเคงाเคฐ เคธเค्เค्เคฏाเคฎा เคชเคฐिเคตเคฐ्เคคเคจ เคเคฐी เคฒेเค्เคจुเคนोเคธ् । Convert 9 into base quinary number system. [1U]
- 4 เคฒाเค เคฆ्เคตिเคเคงाเคฐ เคชเคฆ्เคฆเคคिเคฎा เคชเคฐिเคตเคฐ्เคคเคจ เคเคฐी เคฒेเค्เคจुเคนोเคธ् । Convert 4 into base two number system.[1U]
- เคฆเคถเคฎเคฒเคต เคธเค्เค्เคฏा 435 เคฒाเค เคฆ्เคตिเคเคงाเคฐ เคธเค्เค्เคฏा เคชเคฆ्เคฆเคคिเคฎा เคชเคฐिเคตเคฐ्เคคเคจ เคเคฐ्เคจुเคนोเคธ् । Convert the decimal 435 number into binary number system. [1U]
- 101011\(_2\) เคฒाเค เคฆ्เคตिเคเคงाเคฐ เคธเค्เค्เคฏा เคนो । เคเค्เคค เคธเค्เค्เคฏाเคฒाเค เคธเคฐเคฒ เคฆเคถเคฎเคฒเคต เคธเค्เค्เคฏाเคฎा เคฐुเคชाเคจ्เคคเคฐเคฃ เคเคฐ्เคจुเคนोเคธ् । \(101011_2\) is a base two (binary) number. Convert the number into decimal number system. [1U]
- เคฆ्เคตिเคเคงाเคฐ เคธเค्เค्เคฏा \(110011_2\) เคฒाเค เคฆเคถเคฎเคฒเคต เคธเค्เค्เคฏा เคชเคฆ्เคฆเคคिเคฎा เคฐुเคชाเคจ्เคคเคฐเคฃ เคเคฐ्เคจुเคนोเคธ् । Convert the binary number \(110011_2\) into decimal number system. [1U]
- 512 เคฒाเค เคชเคจ्เคाเคงाเคฐ เคธเค्เค्เคฏा เคชเคฆ्เคงเคคिเคฎा เคฐूเคชाเคจ्เคคเคฐเคฃ เคเคฐ्เคจुเคนोเคธ् । Convert 512 into quinary number. [1U]
- 13 เคฒाเค เคชเคจ्เคाเคงाเคฐ เคธเค्เค्เคฏा เคชเคฆ्เคงเคคिเคฎा เคฐूเคชाเคจ्เคคเคฐเคฃ เคเคฐ्เคจुเคนोเคธ् । Convert 13 into quinary numeration system. [1U]
- \(101_{2}\) เคฒाเค เคฆเคถเคฎเคฒเคต เคธเค्เค्เคฏाเคฎा เคชเคฐिเคฃเคค เคเคฐ्เคจुเคนोเคธ् । Convert \(101_{2}\) into decimal number. [1U]
- \(101_{8}\) เคฒाเค เคฆเคถเคฎเคฒเคต เคธเค्เค्เคฏाเคฎा เคฐूเคชाเคจ्เคคเคฐเคฃ เคเคฐ्เคจुเคนोเคธ् । Convert \(101_{8}\) into decimal number. [1U]
- เคชเคจ्เคाเคงाเคฐ เคธเค्เค्เคฏा \(123_{5}\) เคฒाเค เคฆเคถเคฎเคฒเคต เคธเค्เค्เคฏा เคชเคฆ्เคงเคคिเคฎा เคฐूเคชाเคจ्เคคเคฐเคฃ เคเคฐ्เคจुเคนोเคธ् । Convert the quinary number \(123_{5}\) into decimal number. [1A]
- เคฆเคถเคฎเคฒเคต เคธเค्เค्เคฏा เคชเคฆ्เคงเคคिเคฎा เคเคคिเคเคा เค เค्เคเคนเคฐू เคนुเคจ्เคเคจ् เคฐ เคคी เค เค्เคเคนเคฐू เคे เคे เคนुเคจ् ? How many digits are there in decimal (denary) number system and what are they? [1K]
- เคฆ्เคตिเคเคงाเคฐ เคธเค्เค्เคฏा เคชเคฆ्เคงเคคिเคฎा เคเคคिเคเคा เค เค्เคเคนเคฐू เคนुเคจ्เคเคจ् เคฐ เคคी เค เค्เคเคนเคฐू เคे เคे เคนुเคจ् ? How many digits are there in binary number system and what are they? [1K]
- เคชเคจ्เคाเคงाเคฐ เคธเค्เค्เคฏा เคชเคฆ्เคงเคคिเคฎा เคเคคिเคเคा เค เค्เคเคนเคฐू เคนुเคจ्เคเคจ् เคฐ เคคी เค เค्เคเคนเคฐू เคे เคे เคนुเคจ् ? How many digits are there in quinary number system and what are they? [1K]
- เคเคธ्เคคा เคธเค्เค्เคฏाเคฒाเค เค เคชเคฐिเคฎेเคฏ เคธเค्เค्เคฏा เคญเคจिเคจ्เค ? เคเคฆाเคนเคฐเคฃเคธเคนिเคค เคฒेเค्เคจुเคนोเคธ् । What type of numbers are called irational numbers? Write with example. [1K]
- เคคเคฒเคा เคुเคจ เคธเค्เค्เคฏाเคนเคฐू เค เคชเคฐिเคฎेเคฏ เคธเค्เค्เคฏा เคนुเคจ् ? Which of the following numbers are irrational numbers? \(\sqrt{9}, \sqrt{7}, 0.\overline{6}\). [1U]
- เคคเคฒเคा เคुเคจ เคธเค्เค्เคฏाเคนเคฐू เค เคชเคฐिเคฎेเคฏ เคธเค्เค्เคฏा เคนुเคจ् ? Which of the following numbers are rational numbers? \(1.414213 \dots, \sqrt{5}, 0.5\). [1U]
- เคธเค्เค्เคฏा 62000 เคฒाเค เคตैเค्เคाเคจिเค เคธเค्เคेเคคเคฎा เคฒेเค्เคจुเคนोเคธ् । Write down the number 62000 in scientific notation. [1U]
- \(8.4 \times 10^4\) เคฒाเค เคฆเคถเคฎเคฒเคต เคธเค्เค्เคฏाเคฎा เคฐुเคชाเคจ्เคคเคฐ เคเคฐ्เคจुเคนोเคธ् । Convert \(8.4 \times 10^4\) into decimal number. [1U]
- \(19\) เคฒाเค เคตैเค्เคाเคจिเค เคธเค्เคेเคคเคฎा Express 19 in the scientific notation. [1U]
- 0.007008 เคฒाเค เคตैเค्เคाเคจिเค เคธเค्เคेเคคเคฎा เคฒेเค्เคจुเคนोเคธ् । Write down 0.007008 in scientific notation. [1U]
- \(3.56 \times 10^{-4}\) เคฒाเค เคฆเคถเคฎเคฒเคต เคธเค्เค्เคฏाเคฎा เคฐुเคชाเคจ्เคคเคฐ เคเคฐ्เคจुเคนोเคธ् । Convert \(3.56 \times 10^{-4}\) into decimal number. [1U]
- เคธเค्เค्เคฏा 543000 เคฒाเค เคตैเค्เคाเคจिเค เคธเค्เคेเคคเคฎा เคฒेเค्เคจुเคนोเคธ् । Write the decimal number 543000 in scientific notation. [1U]
- 0.0000325 เคฒाเค เคตैเค्เคाเคจिเค เคธเค्เคेเคคเคฎा เคฒेเค्เคจुเคนोเคธ् । Write the number 0.0000325 in scientific notation. [1U]
- เคธเค्เค्เคฏा 235000 เคฒाเค เคตैเค्เคाเคจिเค เคธเค्เคेเคคเคฎा เคฒेเค्เคจुเคนोเคธ् । Write number 235000 in scientific notation. [1U]
| 5 | 9 | 4↑ | |
| 1 | 1↑ |
\( 9 = 14_5 \)
| 2 | 4 | 0↑ | |
| 2 | 2 | 0↑ | |
| 1 | 1↑ |
\( 4 = 100_2 \)
| 2 | 435 | 1↑ | |
| 2 | 217 | 1↑ | |
| 2 | 108 | 0↑ | |
| 2 | 54 | 0↑ | |
| 2 | 27 | 1↑ | |
| 2 | 13 | 1↑ | |
| 2 | 6 | 0↑ | |
| 2 | 3 | 1↑ | |
| 1 | 1↑ |
\( 435 = 110110011_2 \)
We expand the binary number using powers of 2:
| 1 | 0 | 1 | 0 | 1 | 1 |
| \(2^5\) | \(2^4\) | \(2^3\) | \(2^2\) | \(2^1\) | \(2^0\) |
\(1 \times 2^5 + 0 \times 2^4 + 1 \times 2^3 + 0 \times 2^2 + 1 \times 2^1 + 1 \times 2^0 = 32 + 0 + 8 + 0 + 2 + 1 = 43 \)
Therefore
\( 101011_2 = 43_{10} \)
We expand the binary number using powers of 2:
| 1 | 1 | 0 | 0 | 1 | 1 |
| \(2^5\) | \(2^4\) | \(2^3\) | \(2^2\) | \(2^1\) | \(2^0\) |
\(1 \times 2^5 + 1 \times 2^4 + 0 \times 2^3 + 0 \times 2^2 + 1 \times 2^1 + 1 \times 2^0 = 32 + 16 + 0 + 0 + 2 + 1 = 51 \)
Therefore
\( 110011_2 = 51_{10} \)
| 5 | 512 | 2↑ | |
| 5 | 102 | 2↑ | |
| 5 | 20 | 0↑ | |
| 4 | 4↑ |
\( 512 = 4022_5 \)
| 5 | 13 | 3↑ | |
| 2 | 2↑ |
\( 13 = 23_5 \)
We expand the binary number using powers of 2:
| 1 | 0 | 1 |
| \(2^2\) | \(2^1\) | \(2^0\) |
\(1 \times 2^2 + 0 \times 2^1 + 1 \times 2^0 = 4 + 0 + 1 = 5\)
Therefore
\( 101_2 = 5_{10} \)
We expand the octal number using powers of 8:
| 1 | 0 | 1 |
| \(8^2\) | \(8^1\) | \(8^0\) |
\(1 \times 8^2 + 0 \times 8^1 + 1 \times 8^0 = 64 + 0 + 1 = 65\)
Therefore
\( 101_8 = 65_{10} \)
We expand the quinary number using powers of 5:
| 1 | 2 | 3 |
| \(5^2\) | \(5^1\) | \(5^0\) |
\(1 \times 5^2 + 2 \times 5^1 + 3 \times 5^0 = 25 + 10 + 3 = 38\)
Therefore
\( 123_5 = 38_{10} \)
There are 10 digits in the decimal (denary) number system.
They are: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9.
There are 2 digits in the binary number system.
They are: 0 and 1.
There are 5 digits in the quinary number system.
They are: 0,1,2,3 and 4.
Their decimal expansions of irrational numbers are non-terminating and non-repeating.
Some example of irrational numbers are
\(\sqrt{2} = 1.414213562\ldots,\pi,e\)
1. \(\sqrt{9} = 3\) → This is an integer, so it is rational number.
2. \(\sqrt{7}\)→ This cannot be written as \(\frac{p}{q}\). Hence, it is irrational number.
3. \(0.\overline{6} = 0.6666\ldots\) → This is a repeating decimal, So it is rational number.
1. \(1.414213 \dots\) → This is non-terminating and non-repeating. Hence, it is an irrational number.
2. \(\sqrt{5}\) → This cannot be written as \(\frac{p}{q}\). So, it is an irrational number.
3. \(0.5 = \frac{1}{2}\) → This is a terminating decimal. So, it is a rational number.
To express 62000 in scientific notation, place the decimal after the first non-zero digit, which is
\( 62000 = 6.2 \times 10^4 \)
To convert \(8.4 \times 10^4\) into decimal number, move the decimal point 4 places to the right, which is
\( 8.4 \times 10^4 = 84000 \)
To express 19 in scientific notation, place the decimal after the first non-zero digit, which is
\( 19 = 1.9 \times 10^1 \)
To express 0.007008 in scientific notation, move the decimal point 3 places to the right to get a number between 1 and 10, which is
\( 0.007008 = 7.008 \times 10^{-3} \)
To convert \(3.56 \times 10^{-4}\) into decimal number, move the decimal point 4 places to the left, which is
\( 3.56 \times 10^{-4} = 0.000356 \)
To express 543000 in scientific notation, place the decimal after the first non-zero digit, which is
\( 543000 = 5.43 \times 10^5 \)
To express 0.0000325 in scientific notation, move the decimal point 5 places to the right to get a number between 1 and 10, which is
\( 0.0000325 = 3.25 \times 10^{-5} \)
To express 235000 in scientific notation, place the decimal after the first non-zero digit, which is
\( 235000 = 2.35 \times 10^5 \)
For Q.No.4(c) in BLE Exam
- 0.0245 เคฐ 30000000 เคो เคुเคฃเคจเคซเคฒ เคชเคค्เคคा เคฒเคाเคเคจुเคนोเคธ् เคฐ เคुเคฃเคจเคซเคฒเคฒाเค เคตैเค्เคाเคจिเค เคธเค्เคेเคคเคฎा เคฒेเค्เคจुเคนोเคธ् । Find the product of 0.0245 and 30000000 and write down result in scientific notation. [2U]
- เคตैเค्เคाเคจिเค เคธเค्เคेเคคเคฎा เคญเคเคो เคธเค्เค्เคฏा \(1.525 \times 10^4\) เคฒाเค เคฆเคถเคฎเคฒเคต เคธเค्เค्เคฏाเคฎा เคฐुเคชाเคจ्เคคเคฐเคฃ เคเคฐ्เคจुเคนोเคธ् । Convert the number \(1.525 \times 10^4\) from scientific notation into decimal number. [2U]
- เคธเคฐเคฒ เคเคฐ्เคจुเคนोเคธ् เคฐ เคตैเค्เคाเคจिเค เคธเค्เคेเคคเคฎा เคฒेเค्เคจुเคนोเคธ्ः Simplify and write down the result in scientific notation: \(\frac{1.1 \times 10^4 \times 1.0 \times 10^2}{5.5 \times 10^4}\) [2U]
- \(612_8\) เคฒाเค เคชเค्เคाเคงाเคฐ เคธเค्เค्เคฏाเคฎा เคฐुเคชाเคจ्เคคเคฐเคฃ เคเคฐ्เคจुเคนोเคธ् । Convert \(612_8\) into quinary number. [2U]
- \(8.2 \times 10^{-3}\) เคฒाเค เคฆเคถเคฎเคฒเคต เคช्เคฐเคฃाเคฒीเคฎा เคฒेเค्เคจुเคนोเคธ् । Write \(8.2 \times 10^{-3}\) into decimal system [2U]
The multiplication is
\( 0.0245 \times 30000000 = 735000 \)
Now, scientific notation is obtained by placing the decimal after the first non-zero digit, which is
\( 735000 = 7.35 \times 10^5 \)
To convert \(1.525 \times 10^4\) into decimal number, move the decimal point 4 places to the right, which is
\( 1.525 \times 10^4 = 15250 \)
\(\frac{1.1 \times 10^4 \times 1.0 \times 10^2}{5.5 \times 10^4}\)
or\( \frac{1.1 \times 1.0}{5.5} \times \frac{10^4 \times 10^2}{10^4} \)
or\( 0.2 \times 10^2 \)
Now we write in proper scientific notation (coefficient between 1 and 10), then
\( 2.0 \times 10^1\)
Step 1: Convert \(612_8\) to decimal system, which is
\(6 \times 8^2 + 1 \times 8^1 + 2 \times 8^0 = 6 \times 64 + 1 \times 8 + 2 = 384 + 8 + 2 = 394\)
Step 2: Convert 394 to base 5 (quinary) by repeated division
| 5 | 394 | 4↑ | |
| 5 | 78 | 3↑ | |
| 5 | 15 | 0↑ | |
| 5 | 3 | 3↑ | |
| 0 | 3↑ |
\( 612_8 = 33034_5 \)
To convert \(8.2 \times 10^{-3}\) into decimal number, move the decimal point 3 places to the left, which is
\( 8.2 \times 10^{-3} = 0.0082 \)
For Q.No.4(c) in BLE Exam
- เคธเคฐเคฒ เคเคฐि เคตैเค्เคाเคจिเค เคธเค्เคेเคคเคฎा เคฒेเค्เคจुเคนोเคธ् । Simplify and write down the result in scientific notation. \(\frac{(9.6 \times 10^{-3}) \times (7.5 \times 10^{-2})}{2.4 \times 10^{-2}}\) [2U]
- เคธเคฐเคฒ เคเคฐ्เคจुเคนोเคธ् (Simplify): \(\frac{9.8 \times 10^{-5} + 5.1 \times 10^{-6}}{2.2 \times 10^{-4}}\) [2U]
- เคธเคฐเคฒ เคเคฐ्เคจुเคนोเคธ् เคฐ เคชเคฐिเคฃाเคฎเคฒाเค เคตैเค्เคाเคจिเค เคธเค्เคेเคคเคฎा เคฒेเค्เคจुเคนोเคธ् । Simplify and write down the results in scientific notation. \(\frac{(8.6 \times 10^{-3}) \times (3.9 \times 10^{-4})}{(3.6 \times 10^{-2}) \times (4.3 \times 10^{-5})}\) [2U]
- เคฆเคถเคฎเคฒเคต เคธเค्เค्เคฏा \(0.\overline{3}\) เคฒाเค เคญिเคจ्เคจเคฎा เคฐुเคชाเคจ्เคคเคฐเคฃ เคเคฐ्เคจुเคนोเคธ् । Convert the decimal number \(0.\overline{3}\) into fraction. [2U]
- \(1.525\) เคฒाเค เคญिเคจ्เคจเคฎा เคฐुเคชाเคจ्เคคเคฐเคฃ เคเคฐ्เคจुเคนोเคธ् । Convert \(1.525\) into fraction.[2U]
- เคฆเคถเคฎเคฒเคต เคธเค्เค्เคฏा \(0.\overline{31}\) เคฒाเค เคญिเคจ्เคจเคฎा เคฐुเคชाเคจ्เคคเคฐเคฃ เคเคฐ्เคจुเคนोเคธ् । Convert the decimal number \(0.\overline{31}\) into fraction.[2U]
- เคฆเคถเคฎเคฒเคต เคธเค्เค्เคฏा \(0.4\overline{1}\) เคฒाเค เคญिเคจ्เคจเคฎा เคฐुเคชाเคจ्เคคเคฐเคฃ เคเคฐ्เคจुเคนोเคธ् । Convert the decimal number \(0.4\overline{1}\) into fraction. [2U]
- \(0.\overline{24}\) เคฒाเค เคญिเคจ्เคจเคฎा เคฐुเคชाเคจ्เคคเคฐเคฃ เคเคฐ्เคจुเคนोเคธ् । Convert the number \(0.\overline{24}\) into fraction. [2U]
- \(1.5\overline{7}\) เคฒाเค เคญिเคจ्เคจเคฎा เคฐुเคชाเคจ्เคคเคฐเคฃ เคเคฐ्เคจुเคนोเคธ् । Convert the \(1.5\overline{7}\) into a fraction. [2U]
- เคฆเคถเคฎเคฒเคต เคธเค्เค्เคฏा \(0.16\overline{7}\) เคฒाเค เคญिเคจ्เคจเคฎा เคฐुเคชाเคจ्เคคเคฐเคฃ เคเคฐ्เคจुเคนोเคธ् । Convert the \(0.16\overline{7}\) into a fraction. [2U]
\(\frac{9.6 \times 7.5}{2.4} \times \frac{10^{-3} \times 10^{-2}}{10^{-2}}\)
or\(4 \times 7.5 \times 10^{-3}\)
or\(30 \times 10^{-3}\)
So, result = \(30 \times 10^{-3} = 3.0 \times 10^{-2}\)
\(\frac{9.8 \times 10^{-5} + 5.1 \times 10^{-6}}{2.2 \times 10^{-4}}\)
or\(\frac{9.8 \times 10^{-1} + 5.1 \times 10^{-2}}{2.2 }\)
or\(\frac{0.98 + 0.051}{2.2 }\)
or\(0.4686\)
\(\frac{(8.6 \times 10^{-3}) \times (3.9 \times 10^{-4})}{(3.6 \times 10^{-2}) \times (4.3 \times 10^{-5})}\)
or\(\frac{8.6 \times \times 3.9 \times 10^{-7}}{3.6 \times 4.3 \times 10^{-7} }\)
or\(\frac{8.6 \times \times 3.9 }{3.6 \times 4.3 }\)
or\(\frac{2 \times 1.3 }{1.2 }\)
or\(\frac{2 \times 13 }{12 }\)
or\(\frac{13 }{6 }\approx 2.17\)
Let
\(x = 0.\overline{3} = 0.3333\ldots\)
Then
\(10x = 3.3333\ldots\)
Subtracting, we get
\(10x - x = 3.333\ldots - 0.333 \)
or\(9x = 3\)
or\(x=\frac{1}{3}\)
\(1.525 = \frac{1525}{1000}=\frac{61}{40}\)
Let
\(x = 0.\overline{31}=0.3131 \cdots\)
Then
\(100x = 31.3131\ldots\)
Subtracting, we get
\(100x - x = 31.3131\ldots - 0.3131 \cdots \)
or\(99x = 31\)
or\(x=\frac{31}{99}\)
Let
\(x = 0.4\overline{1}=0.4111 \cdots\)
or\(10x = 4.111 \cdots\)
Then
\(100x = 41.111 \ldots\)
Subtracting, we get
\(100x - 10x = 41.111 \ldots-4.1111 \ldots\)
or\(90x = 37\)
or\(x=\frac{37}{90}\)
Therefore,
\(0.4\overline{1} = \frac{37}{90}\)
Let
\(x = 0.\overline{24}=0.2424 \cdots\)
Then
\(100x = 24.2424\ldots\)
Subtracting, we get
\(100x - x = 24.2424\ldots - 0.2424 \cdots \)
or\(99x = 24\)
or\(x=\frac{24}{99}\)
Simplifying,
\(x=\frac{8}{33}\)
Let
\(x = 1.5\overline{7}=1.5777 \cdots\)
or\(10x = 15.777 \cdots\)
Then
\(100x = 157.777 \ldots\)
Subtracting, we get
\(100x - 10x = 157.777 \ldots - 15.777 \ldots\)
or\(90x = 142\)
or\(x=\frac{142}{90}\)
Simplifying,
\(x=\frac{71}{45}\)
Therefore,
\(1.5\overline{7} = \frac{71}{45}\)
Let
\(x = 0.16\overline{7}=0.16777 \cdots\)
or\(100x = 16.777 \cdots\)
Then
\(1000x = 167.777 \ldots\)
Subtracting, we get
\(1000x - 100x = 167.777 \ldots - 16.777 \ldots\)
or\(900x = 151\)
or\(x=\frac{151}{900}\)
Therefore,
\(0.16\overline{7} = \frac{151}{900}\)
For Q.No.4(b) in BLE Exam
- เคเคเคा เคฎिเค ाเคเคฎा เคฆुเคง เคฐ เคिเคจीเคो เค เคจुเคชाเคค 5:3 เค । เคฏเคฆि เคฆुเคง 750 gm เค เคญเคจे เคिเคจीเคो เคฎाเคค्เคฐा เคเคคि เคนोเคฒा ? เคชเคค्เคคा เคฒเคाเคเคจुเคนोเคธ् । The ratio of milk and sugar in a sweet is 5:3. If milk is 750 gm, then find the quantity of sugar.[1HA]
- 1 เคि.เคฎि. เคฐ 700 เคฎिเคเคฐเคो เค เคจुเคชाเคค เคชเคค्เคคा เคฒเคाเคเคจुเคนोเคธ् । Find the ratio of 1 km and 700 meter.[1A]
- 1000 เคฒाเค 2:3 เคो เค เคจुเคชाเคคเคฎा เคตिเคญाเคเคจ เคเคฐ्เคจुเคนोเคธ् । Divide 1000 in the ratio of 2:3. [1HA]
- 20 เคตเคा เคธ्เคฏाเคเคนเคฐू เคฐเคฎेเคถ เคฐ เคเคฎेเคถเคฒाเค 3:2 เคो เค เคจुเคชाเคคเคฎा เคฌाँเคกเคซाँเคก เคเคฐ्เคจुเคนोเคธ् । Divide 20 apples to Ramesh and Umesh in the ratio of 3:2. [1HA]
- เคฏเคฆि x:y=2:5 เคฐ y:z=15:8 เคญเค x:y:z เคชเคค्เคคा เคฒเคाเคเคจुเคนोเคธ् । If x:y=2:5 and y:z=15:8, then find x:y:z. [1HA]
- เคฏเคฆि 2:4=x:16 เคญเค x เคो เคฎाเคจ เคชเคค्เคคा เคฒเคाเคเคจुเคนोเคธ् । If 2:4=x:16, then find the value of x. [1HA]
- เคฏเคฆि 4,x เคฐ 9 เคจिเคฐเคจ्เคคเคฐ เคธเคฎाเคจुเคชाเคคिเค เคนुเคจुเค เคญเคจे x เคो เคงเคจाเคค्เคฎเค เคฎाเคจ เคชเคค्เคคा เคฒเคाเคเคจुเคนोเคธ् । If 4,x and 9 are in continued proportion, find the positive value of x. [1U]
- 4,10,28 เคฌाเค เคช्เคฐเคค्เคฏेเคเคฎा เคเคคि เคธเค्เค्เคฏा เคเคाเคँเคฆा เคฌाँเคी เคฐเคนेเคा เคธเค्เค्เคฏाเคนเคฐू เคจिเคฐเคจ्เคคเคฐ เคธเคฎाเคจुเคชाเคคिเค เคนुเคจ्เคเคจ् ? What number should be subtracted from each of the numbers 4,10 and 28 so that the remainder may be in continued proportion? [1HA]
- 12 เคฐ 21 เคฆुเคตैเคฎा เคเคคि เคोเคก्เคจे เคคिเคจीเคนเคฐूเคो เค เคจुเคชाเคค 5:8 เคนुเคจ्เค ? What should be added to both 12 and 21 so that they are in the ratio 5:8? [1HA]
- A เคฒे เคญเคจ्เคฆा B เคฒे เคฆोเคฌ्เคฌเคฐ เคฐ B เคฒे เคญเคจ्เคฆा C เคฒे เคฆोเคฌ्เคฌเคฐ เคเคฐ्เค เคเคฐ्เค । เคเคฎ्เคฎा เคฐु. 2,100 เคเคฐ्เค เคญเคเค เคญเคจे เคช्เคฐเคค्เคฏेเคเคฒे เคเคคि เคเคฐ्เค เคเคฐेเคเคจ् ? B spent double of A and C spent double of B. If they spent altogether Rs. 2100, how much did each spend? [2HA]
- เคฏเคฆि 7,9,x เคฐ 18 เคธเคฎाเคจुเคชाเคคเคฎा เคญเค x เคो เคฎाเคจ เคชเคค्เคคा เคฒเคाเคเคจुเคนोเคธ् । If 7,9,x and 18 are in proportion, find the value of x. [2U]
- เคธुเคถाเคจ्เคค เคฐ เคเคจ्เคเคฒเคฒे เคฐु. 600 เคฒाเค 5:7 เคो เค เคจुเคชाเคคเคฎा เคฌाँเคกेเค । เคฆुเคตैเคฒे เคเคคि เคฐुเคชिเคฏाँ เคชाเคँเคเคจ् ? เคชเคค्เคคा เคฒเคाเคเคจुเคนोเคธ् । If Rs. 600 is divided to Shushant and Angel in the ratio of 5:7, then find how much money did each get? [2HA]
- 90 เคเคจा เคตिเคฆ्เคฏाเคฐ्เคฅी เคญเคเคो เคเค्เคทाเคฎा เคेเคा เคฐ เคेเคीเคो เค เคจुเคชाเคค 4:5 เค เคญเคจे เคेเคा เคฐ เคेเคीเคो เคธเค्เค्เคฏा เคชเคค्เคคा เคฒเคाเคเคจुเคนोเคธ् । In a class of 90 students, the ratio of boys to the girls is 4:5. Find the number of boys and girls. [2HA]
- เคฆुเคเคตเคा เคธเค्เค्เคฏाเคนเคฐू 5:8 เคो เค เคจुเคชाเคคเคฎा เคเคจ् । เคฏเคฆि เคคिเคจीเคนเคฐूเคो เค เคจ्เคคเคฐ 147 เค เคญเคจे เคคी เคธเค्เค्เคฏाเคนเคฐू เคชเคค्เคคा เคฒเคाเคเคจुเคนोเคธ् । Two numbers are in the ratio 5:8. If their difference is 147, find the numbers. [2HA]
- เคฌाเคฌु เคฐ เคเคฎाเคो เคนाเคฒเคो เคเคฎेเคฐเคो เค เคจुเคชाเคค 7:5 เค । เคฏเคฆि 6 เคตเคฐ्เคทเคชเคि เคคिเคจीเคนเคฐूเคो เคเคฎेเคฐเคो เค เคจुเคชाเคค 4:3 เคนुเคจे เค เคญเคจे เคคिเคจीเคนเคฐूเคो เคนाเคฒเคो เคเคฎेเคฐ เคชเคค्เคคा เคฒเคाเคเคจुเคนोเคธ् । The ratio of the present ages of a father and mother is 7:5. If after 6 years their ages will be in the ratio of 4:3, find their present ages.[2HA]
ratio of milk and sugar in a sweet = 5:3
Therefore
quantity of milk=5x
quantity of sugar=3x
Also given that
milk = 750 gm
or5x = 750
orx =150
Hence, the quantity of sugar is
sugar=3x=3 \(\times\)150 = 450 gm
1 km = 1000 meters
So, the ratio of is.
Ratio =\(\dfrac{ 1000}{700}\)
orRatio =\(\dfrac{ 10}{7}\)
Total amount = 1000
Total Ratio = 2+ 3=5
Therefore,
First part = \( \frac{2}{5} \times 1000 = 400 \)
Second part = \( \frac{3}{5} \times 1000 = 600 \)
Total apples = 20
Total Ratio = 3 + 2 = 5
Therefore,
Ramesh's share = \( \frac{3}{5} \times 20 = 12 \) apple
Umesh's share = \( \frac{2}{5} \times 20 = 8 \) apple
x : y = 2 : 5
y : z = 15 : 8
To combine the ratios, make the value of y same in both.
LCM of 5 and 15 is 15.
Now, the combine ratio is
x:y and y:z
or2:5 and 15:8
or6:15 and 15:8
Now, combining ratio is
x : y : z = 6 : 15 : 8
2 : 4 = x : 16
We can write this proportion as:
\( \frac{2}{4} = \frac{x}{16} \)
or\( 4x=32 \)
or\( x=8\)
4, x, 9 are in continued proportion.
So, we have:
4 : x = x : 9
or\( \dfrac{4}{x} = \dfrac{x}{9} \)
or\(x^2 =36\)
or\(x = 6\)
Then the new numbers are:
\( 4 - x,\ 10 - x,\ 28 - x \)
Since they are in continued proportion,
\( (4 - x) : (10 - x) = (10 - x) : (28 - x) \)
or\( \frac{4 - x}{10 - x} = \frac{10 - x}{28 - x} \)
or\( (4 - x)(28 - x) = (10 - x)^2 \)
or\( 4×28 - 4x - 28x + x^2 = 100 - 20x + x^2 \)
or\( 112 - 32x + x^2 = 100 - 20x + x^2 \)
or\( 112 - 32x = 100 - 20x \)
or\( 112 - 100 = 32x - 20x \)
or\( 12 = 12x \)
or\( x = 1 \)
Then the new numbers are:
\( 12 + x,\ 21 + x \)
According to the question,
\( (12 + x) : (21 + x) = 5 : 8 \)
or\( \dfrac{12 + x}{21 + x} = \dfrac{5}{8} \)
or\( 8(12 + x) = 5(21 + x) \)
or\( 96 + 8x = 105 + 5x \)
or\( 8x - 5x = 105 - 96 \)
or\( 3x = 9 \)
or\( x = 3 \)
Then,
B spent = \( 2x \)
C spent = \( 4x \)
Total amount spent = Rs. 2100, thus
\( x + 2x + 4x = 2100 \)
or\( 7x = 2100 \)
or\( x = 300 \)
Therefore,
A spent = \( x = \) Rs. 300
B spent = \( 2x = \) Rs. 600
C spent = \( 4x = \) Rs. 1200
7, 9, x, 18 are in proportion
So,
7 : 9 = x : 18
or\( \frac{7}{9} = \frac{x}{18} \)
Cross-multiplying:
\( 9x = 7 \times 18 \)
\( 9x = 126 \)
\( x = \frac{126}{9} = 14 \)
Total amount = Rs. 600
Ratio = 5 : 7
Sum of ratio parts = 5 + 7 = 12
Therefore,
Shushant's share = \( \frac{5}{12} \times 600 = 250 \)
Angel's share = \( \frac{7}{12} \times 600 = 350 \)
Total number of students = 90
Ratio of boys to girls = 4 : 5
Sum of ratio parts = 4 + 5 = 9
Therefore,
Number of boys = \( \frac{4}{9} \times 90 = 40 \)
Number of girls = \( \frac{5}{9} \times 90 = 50 \)
According to the question,
Difference = 147
or\( 8x - 5x = 147 \)
or\( 3x = 147 \)
or\( x = 49 \)
Therefore,
First number = \( 5x = 5 \times 49 = 245 \)
Second number = \( 8x = 8 \times 49 = 392 \)
After 6 years,
Father's age = \( 7x + 6 \)
Mother's age = \( 5x + 6 \)
According to the question,
\( \frac{7x + 6}{5x + 6} = \frac{4}{3} \)
Cross-multiplying:
\( 3(7x + 6) = 4(5x + 6) \)
\( 21x + 18 = 20x + 24 \)
\( 21x - 20x = 24 - 18 \)
\( x = 6 \)
Therefore,
Father's present age = \( 7x = 7 \times 6 = 42 \) years
Mother's present age = \( 5x = 5 \times 6 = 30 \) years
0 comments:
Post a Comment