1.

I have a doubt.In integers there are properties of addition and multiplication. But why aren't there much properties of subtraction? ​

Answer» <html><body><p><a href="https://interviewquestions.tuteehub.com/tag/integer-11854" style="font-weight:bold;" target="_blank" title="Click to know more about INTEGER">INTEGER</a> Property Addition Multiplication</p><p>Associative Property x + (y + <a href="https://interviewquestions.tuteehub.com/tag/z-750254" style="font-weight:bold;" target="_blank" title="Click to know more about Z">Z</a>) = (x + y) +z x × (y × z) = (x × y) × z</p><p>Identity Property x + <a href="https://interviewquestions.tuteehub.com/tag/0-251616" style="font-weight:bold;" target="_blank" title="Click to know more about 0">0</a> = x =0 + x x × 1 = x = 1 × x</p><p>Closure Property x + y ∈ Z x × y ∈ Z</p><p>Distributive Property x × (y + z) = x × y + x × z x × (y − z) = x × y − x × z</p></body></html>


Discussion

No Comment Found