- 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 five pairs of prime numbers less than 20 whose sum is divisible by 5 . (Hint : $ 3+7=10 $ )
To do :
We have to find write five pairs of prime numbers less than 20 whose sum is divisible by 5.
Solution :
The five pairs of prime numbers less than 20 whose sum is divisible by 5 are:
$2 + 3 = 5$
$2 + 13 = 15$
$3 + 7 = 10$
$3 + 17 = 20$
$7 + 13 = 20$
$11 + 19 = 30$
$13 + 17 = 30$
- Related Articles
- Write down separately the prime and composite numbers less than 20 .
- Count all the numbers less than 10^6 whose minimum prime factor is N C++
- Write four rational numbers less than $\frac{-3}{5}$
- Number of pairs from the first N natural numbers whose sum is divisible by K in C++
- Count pairs in array whose sum is divisible by 4 in C++
- Count pairs in array whose sum is divisible by K in C++
- Count pairs in a sorted array whose sum is less than x in C++
- Determine if 25110 is divisible by 45.[Hint : 5 and 9 are co-prime numbers. Test the divisibility of the number by 5 and 9 ].
- Find the sum of all natural numbers that are less than 100 and divisible by 4.
- (a) Write four negative integers greater than \( -20 \).(b) Write four integers less than $– 10$.
- Count pairs with sum as a prime number and less than n in C++
- What is meant by twin primes? Give three pairs of prime numbers whose difference is 2.
- Program to find number of pairs from N natural numbers whose sum values are divisible by k in Python
- Give three pairs of prime numbers whose difference is \( 2 . \) [Remark: Two prime numbers whose difference is 2 are called twin primes]
- 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$

Advertisements