- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Which of the following statements is false.
(a) Addition is commutative for integers
(b) Subtraction is commutative for integers
(c) Integers are closed under addition condition
(d) Integers are closed under subtraction condition
(a) Commutative property for addition
It states that we can add Integers in any order.
For example,
$2+3=3+2=5$
(b) Subtraction of Integers does not follow Commutative property.
For example,
$2-3 = -1$
$3-2 = 1$
$-1 ≠ 1$
Therefore,
$2-3 ≠ 3-2$
(c) Closure property for addition :
Closure property says that if for any two Integers a and b, $a + b$ is also an integer
then the set of integers is closed under addition.
For example,
$3+4 = 7$. Here, all 3,4 and 7 are integers.
(d) Closure property of subtraction :
The difference between any two Integers is always an Integer.
If a and b are any two Integers, then $a - b$ is also an Integer.
For example,
$7-5=2$ is also an Integer.
Therefore, From the above, option (b) is the incorrect option.
Option (b) is false.
- Related Articles
- Explain the addition and subtraction of integers with examples.
- Explain the commutative and associative properties of addition and multiplication of integers.
- What is addition of integers?
- Why subtraction is not closed under whole number?
- Explain the Addition of integers.
- How to do Addition of integers?
- Whole numbers are commutative for addition. Explain with example.
- Explain the addition of two negative integers.
- Performing an operation, such as addition, subtraction, multiplication or division, on any two integers and the result will always be an integer. This property of integers is known as
- Bitwise recursive addition of two integers in C
- Choose the statement that is true.Integers are closed under multiplication but not under division.Integers are closed under division but not under multiplication.Integers are closed under both multiplication and division.Integers are closed neither under multiplication nor under division.
- Why integers are called integers?
- Explain the Closure property of integers under division.
- Complete the addition-subtraction box.(a)(b)"
- Write:(a) a pair of integers whose sum is $-8$.(b) a pair of integers whose difference is \( -12 \).(c) a pair of integers whose sum is $0$
