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
  • Number System and Arithmetic
  • Algebra
  • Set Theory
  • Probability
  • Statistics
  • Geometry
  • Calculus
  • Logarithms
  • Mensuration
  • Matrices
  • Trigonometry
  • Mathematics
Open In App
Next Article:
Subtraction Formulas
Next article icon

Subtraction Formulas

Last Updated : 05 Aug, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

Subtraction is a fundamental arithmetic operation. Subtraction is a mathematical operation that involves subtracting a part of one number from another. The process of subtracting one number from another is known as subtraction.

What is Subtraction?

Subtraction is the operation in which we reduce the value. It is the process of taking away in order to make the number smaller. It is denoted by the '-' operator.

For example, 

We have 3 apples and we eat 2 apples. So there is only 1 apple left. Subtraction makes the number smaller. For example, 10 - 2 is 8. This means that we take away 2 parts from the 10 parts.

subtraction
Subtraction

Subtraction Formula

When we perform subtraction there are some terms associated with it:

  • Minuend: It is the number from which another number is subtracted. It is that number which is reduced by the subtrahend In the above example 10 is the minuend.
  • Subtrahend: The number which is to be subtracted. Here 2 is the minuend.
  • Difference: It is the result after the subtraction of two numbers.

The required subtraction formula is:

Subtraction-Formula

Subtraction Formulas in Trigonometry

Various subtraction formulas in trigonometry are:

Sin Subtracting Formula:

Sin subtraction formula of trigonometry is given as:

  • sin(A - B) = sin A cos B - cos A sin B

Cos Subtracting Formula:

Cos subtraction formula of trigonometry is given as:

  • cos(A - B) = cos A cos B + sin A sin B

Tan Subtracting Formula:

Tan subtraction formula of trigonometry is given as:

  • tan(A - B) = (tan A - tan B) / (1 + tan A tan B)

Related Articles

Addition

Multiplication

Division

Addition of Fractions

Multiplying Fractions

Subtraction of Fractions

Solved Examples on Subtraction Formulas

Example 1: If Ram's mother gave him 99 rupees to buy stationary, out of which he used 60 rupees. Then calculate the amount he left with.

Solution:

Total amount of money he has 99 rupees,

He spends 60 rupees.

Now, he left with (99-60) rupees = 39 rupees.

Example 2: Find the difference between 454 and 666.

Solution:

The difference between 454 and 666 is given by,

454 - 666 

= - (666 - 454) 

= -212

Example 3: If there are 67 apples and a dozen of Apples are distributed among some children. How many apples are there? 

Solution:

As we know 1 dozen = 12 units

So 12 apples have been distributed

Therefore the number of apples is 67 - 12 

= 55

Example 4: How much we should subtract from 1000 to get 90? 

Solution:

Let x be the subtrahend, then

1000 - x = 90

Therefore x = 1000-90 

= 910

Example 5: Find the value of 4/2 - 3 -6.

Solution:

According to BODMAS rule, 4/2 = 2

Then 

4/2 - 3 -6 = 2 - 3 - 6 

= -7

Example 6: Find cos 15°.

Solution:

We known that,

cos(a-b) = cosa.cosb + sina.sinb...(i)

Choose a = 45° and b = 30°

cos⁡15° = cos ⁡(45° - 30°)

Using formula from eq(i)

cos⁡15° = cos⁡45°cos⁡30° + sin⁡45°sin⁡30°

Substituting,

  • cos⁡45° = 1/√2, and cos⁡30° = √3/2
  • sin45° = √2, and sin⁡30° = 1/2

Putting these into the formula:

cos⁡15° = (1/√2)(√3/2) + (1/√2)(1/2)

cos15° = (√6 + √4)/4

Example 7: Find sin 15°.

Solution:

We known that,

sin(a-b) = sina.cosb - cosa.sinb...(i)

Choose a = 45° and b = 30°

sin15° = sin ⁡(45° - 30°)

Using formula from eq(i)

sin15° = sin45°cos⁡30° - cos⁡45°sin⁡30°

Substituting,

  • cos⁡45° = 1/√2, and cos⁡30° = √3/2
  • sin45° = √2, and sin⁡30° = 1/2

Putting these into the formula:

sin ⁡15° = (1/√2)(√3/2) - (1/√2)(1/2)

sin 15° = (√6- √4)/4

Practice Problems on Subtraction

1. Subtract 25 from 100.

2. What is the difference between 345 and 123?

3. If you have 500 apples and give away 275, how many apples are left?

4. Subtract 19 from 87.

5. Find the difference between 789 and 456.

6. If a shopkeeper had 150 pens and sold 90, how many pens are left?

7. Subtract 92 from 160.

8. What is the difference between 1000 and 234?

9. If a student scored 78 marks out of 100 and lost 22 marks, what is his final score?

10. Subtract 1234 from 5678.


Next Article
Subtraction Formulas

J

jhimlic1
Improve
Article Tags :
  • Mathematics
  • School Learning
  • Maths-Formulas

Similar Reads

    Subtracting Fractions
    Subtraction of Fractions is a process in which we find the difference between the values of two fractions. A fraction represents a ratio or a part of whole In this article, we will learn about, subtracting fractions, examples, and others in detail.Table of ContentHow to Subtract Fractions?Subtractin
    7 min read
    Binary Subtraction
    Binary Subtraction is a mathematical operation and is one of the four fundamental operations of binary numbers. Binary subtraction is similar to decimal subtraction but the rules used as somewhat different.Binary subtraction is a fundamental idea in binary operations. There are two components in bin
    8 min read
    Subtraction of Decimal
    Subtraction of decimals is finding the difference between two or more decimal numbers and other numbers like whole, decimal, or natural numbers. The subtraction of decimals is similar to the subtraction of whole numbers.Subtraction of Decimal To find the subtraction of decimals, take two decimal num
    6 min read
    Function Notation Formula
    A function is a type of operator that takes an input variable and provides a result. When one quantity is dependent on another, a function is created. An interesting property of functions is that each input corresponds to a single output. In other words, such an operator between two sets, say set A
    4 min read
    Subtracting Integers
    Subtraction of integers is a fundamental operation in mathematics that involves finding the difference between two integers. It is important to know that how to subtract integers is important for various mathematical applications including algebra, geometry, and calculus. Subtracting IntegersTable o
    10 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