What property is described in the statement:  
a
b
  + ( 
c
d
  +  
e
f
 ) = ( 
a
b
  +  
c
d
 ) +  
e
f
 


Answer:

Associative property

Step by Step Explanation:
  1. The statement we are given is:
     
    a
    b
      + (  
    c
    d
      +  
    e
    f
     ) = (  
    a
    b
      +  
    c
    d
     ) +  
    e
    f
     .
  2. According to the statement, the sum of  
    a
    b
      + (  
    c
    d
      +  
    e
    f
     ) is equal to the sum of (  
    a
    b
      +  
    c
    d
     ) +  
    e
    f
     .
    It holds true according to the associative property.
    The associative property, states that if we are adding or multiplying three numbers, it does not matter where we put the parenthesis. In other words, the associative property states that we can add or multiply regardless of how the numbers are grouped. By 'grouped' we mean 'how we use the parenthesis'.
    For example: 2 + (3 + 5) = (2 + 3) + 5
    10 = 10
  3. Hence, the property of the given statement is the associative property.

You can reuse this answer
Creative Commons License