{"id":286821,"date":"2024-08-26T12:27:53","date_gmt":"2024-08-26T06:57:53","guid":{"rendered":"https:\/\/www.aakash.ac.in\/blog\/?p=286821"},"modified":"2024-08-26T13:08:57","modified_gmt":"2024-08-26T07:38:57","slug":"what-is-a-number-system-definition-types-conversion-systems-examples","status":"publish","type":"post","link":"https:\/\/www.aakash.ac.in\/blog\/what-is-a-number-system-definition-types-conversion-systems-examples\/","title":{"rendered":"What is a Number System? : Definition, Types, Conversion Systems, Examples"},"content":{"rendered":"<h2><strong>What is a Number System in Maths?<\/strong><\/h2>\n<p><span style=\"font-weight: 400;\">A number system is a way to represent and work with numbers using a set of symbols and rules. It\u2019s like a language for numbers, helping us perform calculations and solve problems. Different systems use different symbols and bases, which determine how numbers are expressed and understood. From everyday math to complex computing, number systems play a crucial role. <\/span><span style=\"font-weight: 400;\">In this article, we\u2019ll explore the basics of number systems, look at different types, and learn how to convert numbers between these systems with clear examples.\u00a0<\/span><\/p>\n<h2><strong>Definition of Number System<\/strong><\/h2>\n<p><span style=\"font-weight: 400;\">A number system is a structured way to represent and work with numbers. It defines a set of symbols or digits and rules for combining these symbols to express numbers. Each number system has its own base or radix, which determines how the symbols are used to represent different values.<\/span><\/p>\n<h2><strong>Components of a Number System<\/strong><\/h2>\n<h3><b>Symbols or Digits<\/b><span style=\"font-weight: 400;\">: <\/span><\/h3>\n<p><span style=\"font-weight: 400;\">These are the basic elements of a number system. For example, in the decimal system, the symbols are 0 through 9. In other systems, different symbols might be used, such as 0 and 1 in binary, or letters A through F in hexadecimal.<\/span><\/p>\n<h3><b>Base or Radix<\/b><span style=\"font-weight: 400;\">: <\/span><\/h3>\n<p><span style=\"font-weight: 400;\">The base is the number of unique symbols used in the system, including zero. It determines how the value of each digit is calculated. For instance, the base of the decimal system is 10, meaning it uses 10 symbols. The base of the binary system is 2, so it uses only 2 symbols.<\/span><\/p>\n<h3><b>Place Value<\/b><span style=\"font-weight: 400;\">: <\/span><\/h3>\n<p><span style=\"font-weight: 400;\">This is a key concept in understanding how numbers are represented. In a number system, the position of each digit affects its value. For example, in the decimal system, the position of each digit corresponds to a power of 10. This means that each digit has a different weight depending on where it is placed in the number.<\/span><\/p>\n<h2><strong>How Number Systems Work?<\/strong><\/h2>\n<p><span style=\"font-weight: 400;\">In a number system, each digit&#8217;s place determines its value based on the base of the system. For example, in the decimal system, each place represents a power of 10:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Units Place<\/b><span style=\"font-weight: 400;\">: 10^0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Tens Place<\/b><span style=\"font-weight: 400;\">: 10^1<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Hundreds Place<\/b><span style=\"font-weight: 400;\">: 10^2<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Thousands Place<\/b><span style=\"font-weight: 400;\">: 10^3<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">So, in the number 345:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The digit 5 is in the units place, representing 5 \u00d7 10^0 = 5<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The digit 4 is in the tens place, representing 4 \u00d7 10^1 = 40<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The digit 3 is in the hundreds place, representing 3 \u00d7 10^2 = 300<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Adding these together, we get 345.<\/span><\/p>\n<h2><strong>Importance of Number Systems<\/strong><\/h2>\n<p><span style=\"font-weight: 400;\">Understanding number systems is fundamental in many areas:<\/span><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Mathematics<\/b><span style=\"font-weight: 400;\">: They help in solving problems, performing calculations, and understanding numerical relationships. Each number system has its own rules for arithmetic operations.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Computer Science<\/b><span style=\"font-weight: 400;\">: Computers primarily use binary numbers to process and store data. Knowing how to convert between binary and other number systems is essential for programming and digital design.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Engineering<\/b><span style=\"font-weight: 400;\">: Different number systems are used in designing and analyzing circuits, systems, and algorithms. For example, hexadecimal numbers are often used in programming and debugging.<\/span><\/li>\n<\/ol>\n<h2><strong>Types of Numbers in Maths<\/strong><\/h2>\n<p><span style=\"font-weight: 400;\">In math, there are different types of numbers, each with its own special features. Here\u2019s a simple guide to the main types:<\/span><\/p>\n<h3><strong>1. Natural Numbers<\/strong><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>What They Are<\/b><span style=\"font-weight: 400;\">: These are the numbers we use for counting and ordering things.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Examples<\/b><span style=\"font-weight: 400;\">: 1, 2, 3, 4, 5, &#8230;<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Characteristics<\/b><span style=\"font-weight: 400;\">: They start from 1 and go on forever. Zero is not included.<\/span><\/li>\n<\/ul>\n<h3><strong>2. Whole Numbers<\/strong><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>What They Are<\/b><span style=\"font-weight: 400;\">: Whole numbers are like natural numbers but also include zero.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Examples<\/b><span style=\"font-weight: 400;\">: 0, 1, 2, 3, 4, &#8230;<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Characteristics<\/b><span style=\"font-weight: 400;\">: They include all natural numbers plus zero.<\/span><\/li>\n<\/ul>\n<h3><strong>3. Integers<\/strong><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>What They Are<\/b><span style=\"font-weight: 400;\">: Integers include all whole numbers and their negative counterparts.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Examples<\/b><span style=\"font-weight: 400;\">: -3, -2, -1, 0, 1, 2, 3, &#8230;<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Characteristics<\/b><span style=\"font-weight: 400;\">: They include positive numbers, negative numbers, and zero.<\/span><\/li>\n<\/ul>\n<h3><strong>4. Rational Numbers<\/strong><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>What They Are<\/b><span style=\"font-weight: 400;\">: Rational numbers are numbers that can be expressed as a fraction where both the top (numerator) and bottom (denominator) are integers.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Examples<\/b><span style=\"font-weight: 400;\">: 1\/2, 4\/5, -3\/7<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Characteristics<\/b><span style=\"font-weight: 400;\">: They can be whole numbers, fractions, or decimals that end or repeat.<\/span><\/li>\n<\/ul>\n<h3><strong>5. Irrational Numbers<\/strong><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>What They Are<\/b><span style=\"font-weight: 400;\">: Irrational numbers cannot be written as a simple fraction. Their decimal form goes on forever without repeating.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Examples<\/b><span style=\"font-weight: 400;\">: \u221a2 (square root of 2), \u03c0 (pi)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Characteristics<\/b><span style=\"font-weight: 400;\">: They have non-repeating, non-terminating decimals.<\/span><\/li>\n<\/ul>\n<h3><strong>6. Real Numbers<\/strong><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>What They Are<\/b><span style=\"font-weight: 400;\">: Real numbers include all the numbers on the number line. This means they include both rational and irrational numbers.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Examples<\/b><span style=\"font-weight: 400;\">: -5, 0.75, \u221a3, \u03c0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Characteristics<\/b><span style=\"font-weight: 400;\">: They cover all types of numbers you can think of, including fractions, decimals, and irrational numbers.<\/span><\/li>\n<\/ul>\n<h3><strong>7. Complex Numbers<\/strong><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>What They Are<\/b><span style=\"font-weight: 400;\">: Complex numbers include a real part and an imaginary part. The imaginary part involves the square root of -1, written as \u201ci\u201d.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Examples<\/b><span style=\"font-weight: 400;\">: 3 + 4i, -2 &#8211; 5i<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Characteristics<\/b><span style=\"font-weight: 400;\">: They are used in advanced math and engineering to solve problems that can\u2019t be solved with just real numbers.<\/span><\/li>\n<\/ul>\n<h2><strong>Types of Number System in Maths<\/strong><\/h2>\n<p><span style=\"font-weight: 400;\">A number system is a way of representing and working with numbers. Different number systems use different bases or radix values, which determine how numbers are written and calculated. Here\u2019s a detailed look at the main types of number systems:<\/span><\/p>\n<h3><strong>1. Decimal Number System (Base-10)<\/strong><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>What It Is<\/b><span style=\"font-weight: 400;\">: The decimal system is the most common number system we use in everyday life.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Digits Used<\/b><span style=\"font-weight: 400;\">: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>How It Works<\/b><span style=\"font-weight: 400;\">:<\/span>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Each digit&#8217;s position in a number represents a power of 10.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">For example, in the number 345:<\/span>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">5 is in the units place (10^0), so it represents 5.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">4 is in the tens place (10^1), so it represents 40.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">3 is in the hundreds place (10^2), so it represents 300.<\/span><\/li>\n<\/ul>\n<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Adding these up, 345 = 300 + 40 + 5.<\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h3><strong>2. Binary Number System (Base-2)<\/strong><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>What It Is<\/b><span style=\"font-weight: 400;\">: The binary system is used mainly in computers and digital devices.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Digits Used<\/b><span style=\"font-weight: 400;\">: 0, 1.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>How It Works<\/b><span style=\"font-weight: 400;\">:<\/span>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Each digit&#8217;s position represents a power of 2.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">For example, in the binary number 1011:<\/span>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">1 is in the 2^3 place, so it represents 8.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">0 is in the 2^2 place, so it represents 0.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">1 is in the 2^1 place, so it represents 2.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">1 is in the 2^0 place, so it represents 1.<\/span><\/li>\n<\/ul>\n<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Adding these up, 1011 in binary equals 11 in decimal.<\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h3><strong>3. Octal Number System (Base-8)<\/strong><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>What It Is<\/b><span style=\"font-weight: 400;\">: The octal system is less common but used in some computing contexts.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Digits Used<\/b><span style=\"font-weight: 400;\">: 0, 1, 2, 3, 4, 5, 6, 7.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>How It Works<\/b><span style=\"font-weight: 400;\">:<\/span>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Each digit&#8217;s position represents a power of 8.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">For example, in the octal number 345:<\/span>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">5 is in the 8^0 place, so it represents 5.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">4 is in the 8^1 place, so it represents 32.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">3 is in the 8^2 place, so it represents 192.<\/span><\/li>\n<\/ul>\n<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Adding these up, 345 in octal equals 229 in decimal.<\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h3><strong>4. Hexadecimal Number System (Base-16)<\/strong><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>What It Is<\/b><span style=\"font-weight: 400;\">: The hexadecimal system is often used in programming and digital electronics.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Digits Used<\/b><span style=\"font-weight: 400;\">: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F. (A = 10, B = 11, C = 12, D = 13, E = 14, F = 15)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>How It Works<\/b><span style=\"font-weight: 400;\">:<\/span>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Each digit&#8217;s position represents a power of 16.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">For example, in the hexadecimal number 1A3:<\/span>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">3 is in the 16^0 place, so it represents 3.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">A (10 in decimal) is in the 16^1 place, so it represents 160.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"3\"><span style=\"font-weight: 400;\">1 is in the 16^2 place, so it represents 256.<\/span><\/li>\n<\/ul>\n<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"2\"><span style=\"font-weight: 400;\">Adding these up, 1A3 in hexadecimal equals 419 in decimal.<\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h3><strong>Conversion of Number Systems to Other Systems<\/strong><\/h3>\n<p><span style=\"font-weight: 400;\">Converting numbers between different systems is important for various applications, from computer programming to mathematical problems. Here\u2019s a simple guide on how to convert between the most common number systems: decimal, binary, octal, and hexadecimal.<\/span><\/p>\n<h3><strong>Conversion of Decimal Number System to Other Systems<\/strong><\/h3>\n<h4><strong>Decimal to Binary Conversion<\/strong><\/h4>\n<p><span style=\"font-weight: 400;\">To convert a decimal number to binary:<\/span><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Divide<\/b><span style=\"font-weight: 400;\"> the decimal number by 2.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Record the remainder<\/b><span style=\"font-weight: 400;\"> (0 or 1).<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Update<\/b><span style=\"font-weight: 400;\"> the decimal number to the quotient (result of the division).<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Repeat<\/b><span style=\"font-weight: 400;\"> the process until the quotient is 0.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Read the remainders backward<\/b><span style=\"font-weight: 400;\"> (from last to first) to get the binary number.<\/span><\/li>\n<\/ol>\n<p><b>Example: Convert 13 to binary<\/b><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">13 \u00f7 2 = 6, remainder 1<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">6 \u00f7 2 = 3, remainder 0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">3 \u00f7 2 = 1, remainder 1<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">1 \u00f7 2 = 0, remainder 1<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Reading the remainder backward, 13 in decimal is 1101 in binary.<\/span><\/p>\n<h4><strong>Decimal to Octal Conversion<\/strong><\/h4>\n<p><span style=\"font-weight: 400;\">To convert a decimal number to octal:<\/span><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Divide<\/b><span style=\"font-weight: 400;\"> the decimal number by 8.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Record the remainder<\/b><span style=\"font-weight: 400;\"> (0 through 7).<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Update<\/b><span style=\"font-weight: 400;\"> the decimal number to the quotient.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Repeat<\/b><span style=\"font-weight: 400;\"> until the quotient is 0.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Read the remainders backward<\/b><span style=\"font-weight: 400;\"> to get the octal number.<\/span><\/li>\n<\/ol>\n<p><b>Example: Convert 156 to octal<\/b><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">156 \u00f7 8 = 19, remainder 4<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">19 \u00f7 8 = 2, remainder 3<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">2 \u00f7 8 = 0, remainder 2<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Reading the remainders backward, 156 in decimal is 234 in octal.<\/span><\/p>\n<h4><strong>Decimal to Hexadecimal Conversion<\/strong><\/h4>\n<p><span style=\"font-weight: 400;\">To convert a decimal number to hexadecimal:<\/span><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Divide<\/b><span style=\"font-weight: 400;\"> the decimal number by 16.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Record the remainder<\/b><span style=\"font-weight: 400;\"> (0-9 and A-F).<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Update<\/b><span style=\"font-weight: 400;\"> the decimal number to the quotient.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Repeat<\/b><span style=\"font-weight: 400;\"> until the quotient is 0.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Read the remainders backward<\/b><span style=\"font-weight: 400;\"> to get the hexadecimal number.<\/span><\/li>\n<\/ol>\n<p><span style=\"font-weight: 400;\">Example: Convert 254 to hexadecimal<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">254 \u00f7 16 = 15, remainder 14 (E)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">15 \u00f7 16 = 0, remainder 15 (F)<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Reading the remainders backward, 254 in decimal is FE in hexadecimal.<\/span><\/p>\n<h3><strong>Conversion of Binary Number System to Other System<\/strong><\/h3>\n<h4><strong>Binary to Decimal Conversion<\/strong><\/h4>\n<p><span style=\"font-weight: 400;\">To convert a binary number to decimal:<\/span><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Write down<\/b><span style=\"font-weight: 400;\"> the binary number.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Multiply<\/b><span style=\"font-weight: 400;\"> each digit by 2 raised to its position power, starting from 0.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Add up<\/b><span style=\"font-weight: 400;\"> the results.<\/span><\/li>\n<\/ol>\n<p><b>Example: Convert 1011 to decimal<\/b><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">1 \u00d7 2^3 = 8<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">0 \u00d7 2^2 = 0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">1 \u00d7 2^1 = 2<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">1 \u00d7 2^0 = 1<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Adding these, 1011 in binary is 11 in decimal.<\/span><\/p>\n<h4><strong>Binary to Octal Conversion<\/strong><\/h4>\n<p><span style=\"font-weight: 400;\">To convert binary to octal:<\/span><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Group<\/b><span style=\"font-weight: 400;\"> binary digits into sets of three, starting from the right.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Convert<\/b><span style=\"font-weight: 400;\"> each group to its octal equivalent.<\/span><\/li>\n<\/ol>\n<p><b>Example: Convert 110101 to octal<\/b><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Group: 110 101<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">110 in binary = 6 in octal<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">101 in binary = 5 in octal<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">So, 110101 in binary is 65 in octal.<\/span><\/p>\n<h4><strong>Binary to Hexadecimal Conversion<\/strong><\/h4>\n<p><span style=\"font-weight: 400;\">To convert binary to hexadecimal:<\/span><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Group<\/b><span style=\"font-weight: 400;\"> binary digits into sets of four, starting from the right.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Convert<\/b><span style=\"font-weight: 400;\"> each group to its hexadecimal equivalent.<\/span><\/li>\n<\/ol>\n<p><b>Example: Convert 11010111 to hexadecimal<\/b><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Group: 1101 0111<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">1101 in binary = D in hexadecimal<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">0111 in binary = 7 in hexadecimal<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">So, 11010111 in binary is D7 in hexadecimal.<\/span><\/p>\n<h3><strong>Conversion of Octal Number System to Other System<\/strong><\/h3>\n<h4><strong>Octal to Decimal Conversion<\/strong><\/h4>\n<p><span style=\"font-weight: 400;\">To convert octal to decimal:<\/span><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Write down<\/b><span style=\"font-weight: 400;\"> the octal number.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Multiply<\/b><span style=\"font-weight: 400;\"> each digit by 8 raised to its position power, starting from 0.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Add up<\/b><span style=\"font-weight: 400;\"> the results.<\/span><\/li>\n<\/ol>\n<p><b>Example: Convert 345 to decimal<\/b><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">5 \u00d7 8^0 = 5<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">4 \u00d7 8^1 = 32<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">3 \u00d7 8^2 = 192<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Adding these, 345 in octal is 229 in decimal.<\/span><\/p>\n<h4><strong>Octal to Binary Conversion<\/strong><\/h4>\n<p><span style=\"font-weight: 400;\">To convert octal to binary:<\/span><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Convert<\/b><span style=\"font-weight: 400;\"> each octal digit to its 3-bit binary equivalent.<\/span><\/li>\n<\/ol>\n<p><b>Example: Convert 745 to binary<\/b><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">7 = 111<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">4 = 100<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">5 = 101<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">So, 745 in octal is 111100101 in binary.<\/span><\/p>\n<h4><strong>Octal to Hexadecimal Conversion<\/strong><\/h4>\n<p><span style=\"font-weight: 400;\">To convert octal to hexadecimal:<\/span><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Convert<\/b><span style=\"font-weight: 400;\"> octal to binary first.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Group<\/b><span style=\"font-weight: 400;\"> binary digits into sets of four.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Convert<\/b><span style=\"font-weight: 400;\"> each group to its hexadecimal equivalent.<\/span><\/li>\n<\/ol>\n<p><b>Example: Convert 345 to hexadecimal<\/b><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Octal 345 \u2192 Binary 110100101<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Group: 0011 0100 1010<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">0011 = 3<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">0100 = 4<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">1010 = A<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">So, 345 in octal is 34A in hexadecimal.<\/span><\/p>\n<h3><strong>Conversion of Hexadecimal Number System to Other System<\/strong><\/h3>\n<h4><strong>Hexadecimal to Binary Conversion<\/strong><\/h4>\n<p><span style=\"font-weight: 400;\">To convert hexadecimal to binary:<\/span><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Convert<\/b><span style=\"font-weight: 400;\"> each hexadecimal digit to its 4-bit binary equivalent.<\/span><\/li>\n<\/ol>\n<p><b>Example: Convert 1A3 to binary<\/b><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">1 = 0001<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A (10 in decimal) = 1010<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">3 = 0011<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">So, 1A3 in hexadecimal is 000110100011 in binary.<\/span><\/p>\n<h4><strong>Hexadecimal to Octal Conversion<\/strong><\/h4>\n<p><span style=\"font-weight: 400;\">To convert hexadecimal to octal:<\/span><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Convert<\/b><span style=\"font-weight: 400;\"> hexadecimal to binary first.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Group<\/b><span style=\"font-weight: 400;\"> binary digits into sets of three.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Convert<\/b><span style=\"font-weight: 400;\"> each group to its octal equivalent.<\/span><\/li>\n<\/ol>\n<p><b>Example: Convert 1A3 to octal<\/b><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Hexadecimal 1A3 \u2192 Binary 0001 1010 0011<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Group: 001 101 000 011<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">001 = 1<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">101 = 5<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">000 = 0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">011 = 3<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">So, 1A3 in hexadecimal is 1503 in octal.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">These conversion methods help in understanding and working with different number systems used in various fields, including computing and mathematics.<\/span><\/p>\n<h2><strong>What is a Number System? FAQs<\/strong><\/h2>\n\t\t<div class=\"wp-faq-schema-wrap\">\n\t\t\t\t\t\t<div class=\"wp-faq-schema-items\">\n\t\t\t\t\t\t\t\t\t<h3>Q1. What is the definition of a number system?<\/h3>\n\t\t\t\t\t<div class=\"\">\n\t\t\t\t\t\t<p>Answer: A number system is a method for writing and working with numbers. It uses specific symbols or digits and has rules for combining these symbols to represent different values. Each system has its own way of doing this based on a base or radix, which determines how the numbers are formed and calculated.<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<h3>Q3. What are the types of number systems?<\/h3>\n\t\t\t\t\t<div class=\"\">\n\t\t\t\t\t\t<p>Answer: The main types of number systems are:<br \/>\nDecimal System (Base-10): Uses digits 0 to 9.<br \/>\nBinary System (Base-2): Uses digits 0 and 1.<br \/>\nOctal System (Base-8): Uses digits 0 to 7.<br \/>\nHexadecimal System (Base-16): Uses digits 0 to 9 and letters A to F.<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<h3>Q4. What are the 9 types of number system?<\/h3>\n\t\t\t\t\t<div class=\"\">\n\t\t\t\t\t\t<p>Answer: There are not exactly nine types of number systems, but here are some common ones:<br \/>\nDecimal (Base-10)<br \/>\nBinary (Base-2)<br \/>\nOctal (Base-8)<br \/>\nHexadecimal (Base-16)<br \/>\nRoman Numerals (not a positional system but used historically)<br \/>\nNegative Base Systems (e.g., Base -2)<br \/>\nBalanced Ternary (Base-3 with digits -1, 0, 1)<br \/>\nGibberish Systems (like those used in some math puzzles)<br \/>\nComplex Systems (involving real and imaginary parts, used in advanced math)<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<h3>Q4. What is a hexadecimal number system?<\/h3>\n\t\t\t\t\t<div class=\"\">\n\t\t\t\t\t\t<p>Answer: The hexadecimal number system is a base-16 system. It uses sixteen symbols: 0-9 for values zero to nine, and A-F for values ten to fifteen. It's commonly used in computing because it can represent large binary numbers more compactly.<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<h3>Q5. How to convert decimal to binary conversion?<\/h3>\n\t\t\t\t\t<div class=\"\">\n\t\t\t\t\t\t<p>To convert a decimal number to binary:<br \/>\nDivide the decimal number by 2.<br \/>\nWrite down the remainder (it will be 0 or 1).<br \/>\nUpdate the decimal number to the result of the division.<br \/>\nRepeat the process until the decimal number is 0.<br \/>\nRead the remainders backward (from last to first) to get the binary number.<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\n","protected":false},"excerpt":{"rendered":"<p>What is a Number System in Maths? A number system is a way to represent and work with numbers using a set of symbols and rules. It\u2019s like a language for numbers, helping us perform calculations and solve problems. Different systems use different symbols and bases, which determine how numbers are expressed and understood. From [&hellip;]<\/p>\n","protected":false},"author":56,"featured_media":286823,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7860],"tags":[9538,9539,9540],"class_list":["post-286821","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-important-concept","tag-definition-of-number-system","tag-types-of-number-system","tag-what-is-number-system"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What is a Number System? : Definition, Types, Conversion Systems, Examples<\/title>\n<meta name=\"description\" content=\"A number system is a way to represent and work with numbers using a set of symbols and rules. It\u2019s like a language for numbers, helping us perform calculations and solve problems. Let&#039;s explore the basics of number systems, look at different types, and learn how to convert numbers between these systems with clear examples.\u00a0\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.aakash.ac.in\/blog\/what-is-a-number-system-definition-types-conversion-systems-examples\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is a Number System? : Definition, Types, Conversion Systems, Examples\" \/>\n<meta property=\"og:description\" content=\"A number system is a way to represent and work with numbers using a set of symbols and rules. It\u2019s like a language for numbers, helping us perform calculations and solve problems. Let&#039;s explore the basics of number systems, look at different types, and learn how to convert numbers between these systems with clear examples.\u00a0\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.aakash.ac.in\/blog\/what-is-a-number-system-definition-types-conversion-systems-examples\/\" \/>\n<meta property=\"og:site_name\" content=\"Aakash Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/aakasheducation\" \/>\n<meta property=\"article:published_time\" content=\"2024-08-26T06:57:53+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-26T07:38:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blogcdn.aakash.ac.in\/wordpress_media\/2024\/08\/What-is-Number-System.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"600\" \/>\n\t<meta property=\"og:image:height\" content=\"420\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Simran\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@AESL_Official\" \/>\n<meta name=\"twitter:site\" content=\"@AESL_Official\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Simran\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is a Number System? : Definition, Types, Conversion Systems, Examples","description":"A number system is a way to represent and work with numbers using a set of symbols and rules. It\u2019s like a language for numbers, helping us perform calculations and solve problems. Let's explore the basics of number systems, look at different types, and learn how to convert numbers between these systems with clear examples.\u00a0","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.aakash.ac.in\/blog\/what-is-a-number-system-definition-types-conversion-systems-examples\/","og_locale":"en_US","og_type":"article","og_title":"What is a Number System? : Definition, Types, Conversion Systems, Examples","og_description":"A number system is a way to represent and work with numbers using a set of symbols and rules. It\u2019s like a language for numbers, helping us perform calculations and solve problems. Let's explore the basics of number systems, look at different types, and learn how to convert numbers between these systems with clear examples.\u00a0","og_url":"https:\/\/www.aakash.ac.in\/blog\/what-is-a-number-system-definition-types-conversion-systems-examples\/","og_site_name":"Aakash Blog","article_publisher":"https:\/\/www.facebook.com\/aakasheducation","article_published_time":"2024-08-26T06:57:53+00:00","article_modified_time":"2024-08-26T07:38:57+00:00","og_image":[{"width":600,"height":420,"url":"https:\/\/blogcdn.aakash.ac.in\/wordpress_media\/2024\/08\/What-is-Number-System.jpg","type":"image\/jpeg"}],"author":"Simran","twitter_card":"summary_large_image","twitter_creator":"@AESL_Official","twitter_site":"@AESL_Official","twitter_misc":{"Written by":"Simran","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.aakash.ac.in\/blog\/what-is-a-number-system-definition-types-conversion-systems-examples\/","url":"https:\/\/www.aakash.ac.in\/blog\/what-is-a-number-system-definition-types-conversion-systems-examples\/","name":"What is a Number System? : Definition, Types, Conversion Systems, Examples","isPartOf":{"@id":"https:\/\/www.aakash.ac.in\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.aakash.ac.in\/blog\/what-is-a-number-system-definition-types-conversion-systems-examples\/#primaryimage"},"image":{"@id":"https:\/\/www.aakash.ac.in\/blog\/what-is-a-number-system-definition-types-conversion-systems-examples\/#primaryimage"},"thumbnailUrl":"https:\/\/blogcdn.aakash.ac.in\/wordpress_media\/2024\/08\/What-is-Number-System.jpg","datePublished":"2024-08-26T06:57:53+00:00","dateModified":"2024-08-26T07:38:57+00:00","author":{"@id":"https:\/\/www.aakash.ac.in\/blog\/#\/schema\/person\/caf6190900c7dff9732f43e08ef86540"},"description":"A number system is a way to represent and work with numbers using a set of symbols and rules. It\u2019s like a language for numbers, helping us perform calculations and solve problems. Let's explore the basics of number systems, look at different types, and learn how to convert numbers between these systems with clear examples.\u00a0","breadcrumb":{"@id":"https:\/\/www.aakash.ac.in\/blog\/what-is-a-number-system-definition-types-conversion-systems-examples\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.aakash.ac.in\/blog\/what-is-a-number-system-definition-types-conversion-systems-examples\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.aakash.ac.in\/blog\/what-is-a-number-system-definition-types-conversion-systems-examples\/#primaryimage","url":"https:\/\/blogcdn.aakash.ac.in\/wordpress_media\/2024\/08\/What-is-Number-System.jpg","contentUrl":"https:\/\/blogcdn.aakash.ac.in\/wordpress_media\/2024\/08\/What-is-Number-System.jpg","width":600,"height":420,"caption":"What is Number System?"},{"@type":"BreadcrumbList","@id":"https:\/\/www.aakash.ac.in\/blog\/what-is-a-number-system-definition-types-conversion-systems-examples\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.aakash.ac.in\/blog\/"},{"@type":"ListItem","position":2,"name":"Important Concept","item":"https:\/\/www.aakash.ac.in\/blog\/category\/important-concept\/"},{"@type":"ListItem","position":3,"name":"What is a Number System? : Definition, Types, Conversion Systems, Examples"}]},{"@type":"WebSite","@id":"https:\/\/www.aakash.ac.in\/blog\/#website","url":"https:\/\/www.aakash.ac.in\/blog\/","name":"Aakash Blog","description":"Medical, IIT-JEE &amp; Foundations","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.aakash.ac.in\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.aakash.ac.in\/blog\/#\/schema\/person\/caf6190900c7dff9732f43e08ef86540","name":"Simran","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.aakash.ac.in\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d13643f81d5a2e16c2b4255fd0360b0771a1b5ed3b91be68bb88b1e561a07eb3?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d13643f81d5a2e16c2b4255fd0360b0771a1b5ed3b91be68bb88b1e561a07eb3?s=96&d=mm&r=g","caption":"Simran"},"description":"An avid writer and a creative person. With an experience of over 2.5 years in content writing, Simran has worked with different areas. From medical to working in a marketing agency with different clients to Ed-tech company, the journey has been diverse. Creative, vivacious and patient are the words that describe her personality.","sameAs":["http:\/\/www.aakash.ac.in"],"url":"https:\/\/www.aakash.ac.in\/blog\/author\/simran\/"}]}},"_links":{"self":[{"href":"https:\/\/www.aakash.ac.in\/blog\/wp-json\/wp\/v2\/posts\/286821","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.aakash.ac.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.aakash.ac.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.aakash.ac.in\/blog\/wp-json\/wp\/v2\/users\/56"}],"replies":[{"embeddable":true,"href":"https:\/\/www.aakash.ac.in\/blog\/wp-json\/wp\/v2\/comments?post=286821"}],"version-history":[{"count":3,"href":"https:\/\/www.aakash.ac.in\/blog\/wp-json\/wp\/v2\/posts\/286821\/revisions"}],"predecessor-version":[{"id":286825,"href":"https:\/\/www.aakash.ac.in\/blog\/wp-json\/wp\/v2\/posts\/286821\/revisions\/286825"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.aakash.ac.in\/blog\/wp-json\/wp\/v2\/media\/286823"}],"wp:attachment":[{"href":"https:\/\/www.aakash.ac.in\/blog\/wp-json\/wp\/v2\/media?parent=286821"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.aakash.ac.in\/blog\/wp-json\/wp\/v2\/categories?post=286821"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.aakash.ac.in\/blog\/wp-json\/wp\/v2\/tags?post=286821"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}