Skip to content
geeksforgeeks
  • Tutorials
    • Python
    • Java
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
    • Practice Coding Problems
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Mathematics
  • Number System and Arithmetic
  • Algebra
  • Trigonometry
  • Statistics
  • Probability
  • Geometry
  • Mensuration
  • Calculus
  • Logarithms
Open In App
Next Article:
Addition and Subtraction in Scientific Notation
Next article icon

Addition and Subtraction in Scientific Notation

Last Updated : 06 Jan, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

Scientific notation is a way to represent large and smaller numbers in easy representation form. Any number can be represented in this scientific notation such that the number is in between 1 (one) and 10 (ten) and is multiplied by the power of 10.

Example: 7200000 (72 Lakhs) can be represented in scientific form as 7.2 × 106 

Here 7200000 is represented as 7.2 multiplied by 10 to the power of 6.

Addition in Scientific notation

We can perform addition between two or more numbers represented in scientific notation. To explain the way to perform addition in scientific notation consider an example

2 × 102 + 3 × 102

Before going to solve the above problem just question yourself what is the result of 2t+3t?

The answer is 5t because in those two numbers there is the same variable 't' so we add the coefficient of two numbers i.e., 2,3 and append the variable 't' to the result.

Here also while performing addition we need to check whether the power of 10 is the same or not.

Step 1: Here the power of 10 for both the numbers are the same i.e., 2. If powers of 10 are the same then move to Step 3 directly by skipping Step 2

Step 2: If powers of 10 are not the same then convert the number such that the power of 10 of two numbers become the same.

Step 3: Simply add coefficients and append the powers.

2+3 = 5 × 102

To get more coverage on this addition let's do some examples.

Example 1: Perform addition between 4 × 103 and 5 × 102.

Solution:

4 × 103 + 5 × 102

Step 1: Here the powers of 10 for the two numbers are not same. So we need to convert those powers into same either by increasing the one or by decreasing the other.

Step 2: Here we increase the power of second number by decreasing the coefficient.

5 × 102 can be converted to 0.5 × 103

Step 3: As the powers of 10 for two numbers are same now we can add the coefficient part to get the result.

4 × 103 + 0.5 × 103 = 4.5 × 103

Example 2: Perform addition between 11 × 102 and 5 × 105.

Solution:

11 × 102 + 5 × 105

Step 1: Here the powers of 10 for the two numbers are not same. So we need to convert those powers into same either by increasing the one or by decreasing the other.

Step 2: Here we increase the power of first number from 2 to 5 by decreasing the coefficient.

11 × 102 => 1.1 × 103 => 0.11 × 104 => 0.011 × 105

11 × 102 can be converted to 0.011 × 105

Step 3: As the powers of 10 for two numbers are same now we can add the coefficient part to get the result.

0.011 × 105 + 5 × 105 = 5.011 × 105

Subtraction in Scientific Notation

We can perform the subtraction between/among any numbers represented in scientific notation by the steps which are followed while performing addition.

Let us look at a few examples

Example 1: Perform subtraction between 5 × 103 and 2 × 103.

Solution:

5 × 103 - 2 × 103

Step 1: Here the powers of 10 for the two numbers are same. So we can skip the step-2 part and move to step-3 and perform subtraction between coefficients.

Step 2: Equal powers of 10 if not equal.

Step 3: As the powers of 10 for two numbers are same no we can subtract  the coefficient parts to get the result.

5 × 103 - 2 × 103 = 3 × 103

Example 2: Find the value of 1 × 103 - 2 × 102

Solution:

Step 1: Here the powers of 10 for the two numbers are not same. So we need to increment / decrement the power of 10 such that both powers should be equal.

Step 2: Here we decrement the power of first number represented in scientific notation from power of 3 to power of 2 by incrementing the coefficient. 

1 × 103 => 10 × 102

Step 3: As the powers of 10 for two numbers are same no we can subtract the coefficient parts to get the result.

10 × 102 - 2 × 102 = 8 × 102

Example 3: Find the value of 12 × 104 - 4 × 105

Solution:

Step 1: Here the powers of 10 for the two numbers are not same. So we need to increment / decrement the power of 10 such that both powers should be equal.

Step 2: Here we decrement the power of second number represented in scientific notation from power of 5 to power of 4 by incrementing the coefficient.

4 × 105 => 40 × 104

Step 3: As the powers of 10 for two numbers are same no we can subtract  the coefficient parts to get the result.

12 × 104 - 40 × 104 => -28 × 104 => -2.8 × 105


Next Article
Addition and Subtraction in Scientific Notation

A

akhilvasabhaktula03
Improve
Article Tags :
  • Mathematics
  • School Learning
  • Maths MAQ
  • Maths-Calculators
  • Math-Concepts

Similar Reads

    Addition and Subtraction of Integers
    Adding two positive integers results in positive integers, whereas adding two negative integers will result in the sum with a negative sign. But the addition of two different signed integers will result in subtraction only and the sign of the result will be the same as the larger number.Table of Con
    6 min read
    Addition and Subtraction of Decimals
    Adding and Subtracting Decimals refers to the calculation of the sum and difference of two decimal numbers respectively. Decimals are numbers that contain decimals or points i.e., " . " between their digits. The number written on the left-hand side of the decimal is called the whole part and the num
    6 min read
    Solve Inequalities with Addition and Subtraction
    The addition and subtraction rule for inequalities states that inequality still holds when the same number is added or subtracted from both sides of the inequality. In this article, we will explore solving inequalities with addition and subtraction along with solving inequalities with addition and s
    5 min read
    Adding and Subtracting Exponents
    In mathematics, exponents are used to representing a larger number in terms of power. It indicates how many times the base is multiplied by itself. Where a base is any number or any mathematical expression. For example, A3 here base is A and power is 3 which means A will multiply by itself three tim
    5 min read
    Addition and Subtraction of Algebraic Expressions
    Addition and Subtraction of Algebraic Expressions are fundamental operations performed on algebraic expressions. These operations are used to simplify algebraic expressions. Let's learn in detail about Algebraic expressions, addition of algebraic expressions, subtraction of algebraic expressions and
    7 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences