Course Content
Chapter 01 – Operations on Sets
The set operations are performed on two or more sets to obtain a combination of elements as per the operation performed on them. In a set theory, there are three major types of operations performed on sets, such as: Union of sets (∪) The intersection of sets (∩) Difference of sets ( – ) In this lesson we will discuss these operations along with their Venn diagram and will learn to verify the following laws: Commutative, Associative, Distributive, and De-Morgans' law.
0/13
Chapter 02 – Real Numbers
All real numbers follow three main rules: they can be measured, valued, and manipulated. Learn about various types of real numbers, like whole numbers, rational numbers, and irrational numbers, and explore their properties. In this chapter, we will learn about Squares and cubes of real numbers and find their roots.
0/5
Chapter 03 – Number System
The number system or the numeral system is the system of naming or representing numbers. There are different types of number systems in Mathematics like decimal number system, binary number system, octal number system, and hexadecimal number system. In this chapter, we will learn different types and conversion procedures with many number systems.
0/13
Chapter 04 – Financial Arithmetic
Financial mathematics describes the application of mathematics and mathematical modeling to solve financial problems. In this chapter, we will learn about partnership, banking, conversion of currencies, profit/markup, percentage, and income tax.
0/10
Chapter 05 – Polynomials
In algebra, a polynomial equation contains coefficients, exponents, and variables. Learn about forming polynomial equations. In this chapter, we will study the definition and the three restrictions of polynomials, we'll tackle polynomial equations and learn to perform operations on polynomials, and learn to avoid common mistakes.
0/6
Chapter 06 – Factorization, Simultaneous Equations
In algebra, factoring is a technique to simplify an expression by reversing the multiplication process. Simultaneous Equations are a set of two or more algebraic equations that share variables and are solved simultaneously. In this chapter, we will learn about factoring by grouping, review the three steps, explore splitting the middle term, and work examples to practice verification and what simultaneous equations are with examples. Find out how to solve the equations using the methods of elimination, graphing, and substitution.
0/10
Chapter 07 – Fundamentals of Geometry
Geometry is the study of different types of shapes, figures, and sizes. It is important to know and understand some basic concepts. We will learn about some of the most fundamental concepts in geometry, including lines, polygons, and circles.
0/4
Chapter 08 – Practical Geometry
Geometric construction offers the ability to create accurate drawings and models without the use of numbers. In this chapter, we will discover the methods and tools that will aid in solving math problems as well as constructing quadrilaterals and right-angled triangles.
0/3
Chapter 09 – Areas and Volumes
The volume and surface area of a sphere can be calculated when the sphere's radius is given. In this chapter, we will learn about the shape sphere and its radius, and understand how to calculate the volume and surface area of a sphere through some practice problems. Also, we will learn to use and apply Pythagoras' theorem and Herons' formula.
0/5
Chapter 10 – Demonstrative Geometry
Demonstrative geometry is a branch of mathematics that is used to demonstrate the truth of mathematical statements concerning geometric figures. In this chapter, we will learn about theorems on geometry that are proved through logical reasoning.
0/5
Chapter 11 – Trigonometry
Sine and cosine are basic trigonometric functions used to solve the angles and sides of triangles. In this chapter, we will review trigonometry concepts and learn about the mnemonic used for sine, cosine, and tangent functions.
0/6
Chapter 12 – Information Handling
Frequency distribution, in statistics, is a graph or data set organized to show the frequency of occurrence of each possible outcome of a repeatable event observed many times. Measures of central tendency describe how data sets are clustered in a central value. In this chapter, we will learn to construct the frequency distribution table, and learn more about three measures of central tendency, its importance, and various examples.
0/7
Grade 8 – Mathematics
About Lesson

Decimal Number System

Number system with base value 10 is termed as Decimal number system. It uses 10 digits i.e. 0-9 for the creation of numbers. Here, each digit in the number is at a specific place with place value a product of different powers of 10. Here, the place value is termed from right to left as first place value called units, second to the left as Tens, so on Hundreds, Thousands, etc. Here, units has the place value as 100, tens has the place value as 101, hundreds as 102, thousands as 103, and so on. 

Conversion from Binary Number System to Other Number Systems

Binary Numbers are represented with digits 0 and 1 and with base 2. Conversion of a number system means conversion from one base to another. Following are the conversion of the Binary Number System to other Number Systems:

Steps for Conversion of Binary to Decimal Number System

Binary numbers are represented in base 2 but the decimal numbers are of base 10. Hence, to convert the binary number into a decimal number, the base of that number is to be changed. Follow the steps given below:

  • Step 1: Multiply each digit of the given number, starting from the rightmost digit, with the exponents of the base.
  • Step 2: The exponents should start with 0 and increase by 1 every time we move from right to left.
  • Step 3: Simplify each of the above products and add them.


Example: To convert (11101011)2 into a decimal number

 Binary to Decimal Conversion

Steps for Conversion of Binary to Octal Conversion:

Binary numbers are represented in base 2 but the octal numbers are of base 8. Hence, to convert the binary number into octal number, the base of that number is to be changed. Follow the steps given below:

  • Step 1: Divide the binary number into groups of three digits starting from right to left i.e. from LSB to MSB.
  • Step 2: Convert these groups into equivalent octal digits.


Example: To convert (11101011)2 into an octal number

Binary to Octal Conversion

Steps for Conversion of Binary to Hexadecimal Conversion:

Binary numbers are represented in base 2 but the Hexadecimal numbers are of base 10. Hence, to convert the binary number into Hex number, the base of that number is to be changed. Follow the steps given below:

  • Step 1: Divide the binary number into groups of four digits starting from right to left i.e. from LSB to MSB.
  • Step 2: Convert these groups into equivalent hex digits.


Example: To convert (1110101101101)2 into a hex number

Binary to Hexadecimal Conversion

0% Complete