- 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
Write two integers whose difference is more than $-$6 but these integers should be less than $-$6.
Given: Integer $-$6.
To find: Here we have to find two integers whose difference is more than $-$6 but these integers should be less than $-$6.
Solution:
We know that integers less than $-$6 are: $-$7, $-$8, $-$9 ... and so on.
Now there are many pairs of integers whose difference is more than $-$6.
For example:
($-$20 and $-$19)
Calculating difference between $-$20 and $-$19;
$-$20 $-$ ($-$19)
= $-$20 $+$ 19
= $\mathbf{-}$1
So, both $-$20 and $-$19 are less than $-$6 but their difference ($-$1) is more than $-$6.
- Related Articles
- Prove that difference between two negative integers will be greater than the integers, and the sum of two negative integers is less than the integers.
- (a) Write four negative integers greater than \( -20 \).(b) Write four integers less than $– 10$.
- Using the number line, write the integer which is(i) 4 more than 6(ii) 5 more than \( -6 \)(iii) 6 less than 2(iv) 2 less than \( -3 \)
- Using the number line write the integer which is :(a) 3 more than 5(b) 5 more than $–5$(c) 6 less than 2(d) 3 less than $–2$
- In order to obtain a real image twice the size of the object with a convex lens of focal length 15 cm, the object distance should be:(a) more than 5 cm but less than 10 cm (b) more than 10 cm but less than 15 cm(c) more than 15 cm but less than 30 cm (d) more than 30 cm but less than 60 cm
- Write a pair of integers whose difference is -4
- Write a pair of negative integers whose difference is 7.
- 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$
- Count all the numbers less than 10^6 whose minimum prime factor is N C++
- 6 Signs its More Than a Cold
- Write the smallest as well as the largest of the negative integers which are less than $-$19.
- Write a pair of integers whose sum is 7.
- Find three integers less than or equal to N such that their LCM is maximum - C++
- Program to Find Out Integers Less than n Containing Multiple Similar Digits in C++
- Linear magnification produced by a concave mirror may be:(a) less than 1 or equal to 1 (b) more than 1 or equal to 1(c) less than 1, more than 1 or equal to 1 (d) less than 1 or more than 1

Advertisements