Statement A : The sum of successor and predecessor of n is 2n. Statement B: The difference of any two consecutive odd numbers is two. a) Both A and B are true b) Both A and B are false c) A is true and B is false d) A is false and B is true Sota
Answers
Answered by
1
Answer:
Both A and B are true.
Explanation:
Statement A:
- The sum of successor and predecessor of n is 2n.
Example:
Number = n
Successor of n = n + 1
Predecessor of n = n - 1
Sum = n + 1 + n - 1
= 2n
Statement B:
- The difference of any two consecutive odd numbers is 2.
Example:
3 and 5 are two consecutive odd numbers.
Their difference = 5 - 3
= 2
Hopefully It Helps !!!
Similar questions