144k views
5 votes
Choose the answer. 4. (1 pt) Which property justifies this statement? If x + y = z and z = x + 4, then x + y = x + 4. A. symmetric B. associative C. distributive D. transitive

User Eold
by
6.7k points

1 Answer

6 votes

The symmetric property of equality says that if a = b, then b = a.

The associative property for addition merely states that a+(b+c) = (a+b)+c.

The distributive property says that if a, b, and c are real numbers, then

a · (b + c) = (a · b) + (a · c).

The transitive property of equality says that if a = b and b = c, then a = c.

Consider statament: If x + y = z and z = x + 4, then x + y = x + 4. Denote a=x+y, b=z and c=x+4. Now you have if a=b and b=c, then a=c. This is exactly transitive property.

User Jon Burgess
by
6.7k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.