Multiple choice

Which of the following statements is correct?

  1. Addition is associative.

  2. Subtraction is not associative.

  3. Multiplication is associative.

  4. All of these

  5. None of these

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Option (1) is true, as for any three integers a,b and c, a + (b + c) = (a + b) + c Therefore, addition is associative. Option (2) is true as 5 - (8 - 3) is not equal to ( 5 - 8) - 3. Or 5 - 5 is not equal to - 3 - 3. Option (3) is true, as for three integers a, b and c, a  x ( b x c ) = ( a x b ) x c Therefore, all the three options are correct.