

InterviewSolution
Saved Bookmarks
1. |
Write the additive identity of integers |
Answer» <html><body><p>– <a href="https://interviewquestions.tuteehub.com/tag/zero-751093" style="font-weight:bold;" target="_blank" title="Click to know more about ZERO">ZERO</a> (<a href="https://interviewquestions.tuteehub.com/tag/0-251616" style="font-weight:bold;" target="_blank" title="Click to know more about 0">0</a>) is an <a href="https://interviewquestions.tuteehub.com/tag/additive-849577" style="font-weight:bold;" target="_blank" title="Click to know more about ADDITIVE">ADDITIVE</a> identity for integers, i.e., a + 0 = 0 + a = a for any integer a. – 1 is <a href="https://interviewquestions.tuteehub.com/tag/multiplicative-2849047" style="font-weight:bold;" target="_blank" title="Click to know more about MULTIPLICATIVE">MULTIPLICATIVE</a> identity for integers, i.e., a × 1 = 1 × a = a for any integer a. – Integers show <a href="https://interviewquestions.tuteehub.com/tag/distributive-440880" style="font-weight:bold;" target="_blank" title="Click to know more about DISTRIBUTIVE">DISTRIBUTIVE</a> property of multiplication over addition, i.e., a × (b + c) = a × b + a × c for any three integers a, b and c.</p></body></html> | |