- 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
What is the sum of two odd numbers?
A) Even B) Odd C) Both A and B D) None of the above
To do: Choose the correct answer
Solution:
Sum of two odd numbers is always even .
Example :
1, 3 are odd numbers.
1$+$3 = 4
4 is even number.
5 , 11 are odd numbers.
5$+$11 = 16
16 is even number.
Therefore, sum of two odd numbers is always even.
So, option A is correct.
- Related Articles
- The sum of two prime numbers $(>2)$ is(A) odd (B) even (C) prime (D) even or odd
- What is the sum of any two (a) Odd numbers?(b) Even numbers?
- What is the HCF of two consecutive(a) numbers? (b) even numbers? (c) odd numbers?
- State whether the following statements are True or False:(a) The sum of three odd numbers is even.(b) The sum of two odd numbers and one even number is even.(c) The product of three odd numbers is odd.(d) If an even number is divided by 2, the quotient is always odd.(e) All prime numbers are odd.(f) Prime numbers do not have any factors.(g) Sum of two prime numbers is always even.(h) 2 is the only even prime number.(i) All even numbers are composite numbers.(j) The product of two even numbers is always even.
- If a and b are two odd positive integers such that a $>$ b, then prove that one of the two numbers $\frac{a\ +\ b}{2}$ and $\frac{a\ -\ b}{2}$ is odd and the other is even.
- Simplify the following using the formula: $(a - b) (a + b) = a^2 - b^2$:
(i) $(82)^2 - (18)^2$
(ii) $(467)^2 - (33)^2$
(iii) $(79)^2 - (69)^2$
(iv) $197 \times 203$
(v) $113 \times 87$
(vi) $95 \times 105$
(vii) $1.8 \times 2.2$
(viii) $9.8 \times 10.2$ - The sum of first 20 odd natural numbers is:$( A) \ 100$ $( B) \ 210$ $( C) \ 400$ $( D) \ 420$
- HCF of any two consecutive even numbers is(a) 2 (b) 3 (c) 5 (d) None of these
- Even numbers at even index and odd numbers at odd index in C++
- Express the following as the sum of two odd primes.(a) 36(b) 42(c) 84(d) 98
- Express the following as the sum of two odd primes.(a) 44 (b) 36 (c) 24 (d) 18
- The muscles covers the(a) Skin(b) Bones(c) Both (a) and (b)(d) None of these
- What are even and odd numbers?
- Express each of the following numbers as the sum of three odd primes:(a) 21 (b) 31 (c) 53 (d) 61
- Find the sum of digits of a number at even and odd places in C++

Advertisements