Multiplicative Inverse Property
The result of dividing a number by itself is 1, as long as the number is not 0. More precisely:
if not (a = 0), then a / a = 1
Here are some examples:
- 5 / 5 = 1
- (3 + 6) / (3 + 6) = 1
- (3 - 1) / (3 - 1) = 1
Quiz (1 point)
Please fill in the blank.
32365 / 32365 = ___
Comments
Please log in to add comments