clarebelortiz
clarebelortiz clarebelortiz
  • 21-01-2021
  • Mathematics
contestada

Which property was used to simplify the expression?

distributive property
commutative property
associative property
inverse property

Which property was used to simplify the expression distributive property commutative property associative property inverse property class=

Respuesta :

CarsonDoesHomework
CarsonDoesHomework CarsonDoesHomework
  • 21-01-2021
Inverse Property, I am pretty sure. Not sure though.
Answer Link
efletcher011913
efletcher011913 efletcher011913
  • 21-01-2021
i do believe it’s Inverse property, sorry if that’s incorrect
Answer Link

Otras preguntas

Could someone translate a sentence to spanish for me( not using google translate)?"I would volunteer at a school to be around children, or a hospital if I wante
Calculate the values of ΔG, ΔF and ΔSuniv for: a) vaporization of 39 g of benzene at its boiling temperature (80.1 °C, 1 bar); b) adiabatic expansion of 0.100 m
Which of the following made the machine gun such an effective weapon?
Describe Hemopure and explain how it is used.
During a group discussion, John is in the middle of making a point about a particular topic. Amy isn’t familiar with the topic and doesn’t understand what John
The spaceship Lilac, based on the Purple Planet, is 717 m717 m long, as measured at rest. When Lilac passes Earth, observers there measure its length to be 655
C-(-8) = 5 + 2C What is the answer?
What philosophy influenced Japanese thinking during the meji restoration
Y is inversely proportional to X When X =3, Y = 8 Work Out the value of Y When X = 8.
int alpha [5]; int j; alpha [0] = 5 for ( j = 1; j < 5; j++) { if ( j % 2 ==0 ) alpha [j] = alpha [ j - 1] + 2; else alpha [j] = alpha [ j - 1] + 3; } 4. W