Write an expression to represent the given statement. Use n for the variable. Three times the absolute value of the sum of a number and 6

Respuesta :

Answer:

3 · |x+6|

Step-by-step explanation:

Write out what you see. "Three times" is 3 · something; "the absolute value of the sum of a number and 6" is |number + 6|. We'll use x for our number. Put it all together and you get 3 · |x+6|

The expression of the statement, Three times the absolute value of the sum of a number and 6 is  [tex]\[3\left| n+6 \right|\][/tex] .

Representation of statement:

  • Let n be the number.
  • The sum of the numbers n and 6 is n+6.
  • The absolute value of the sum of the numbers n and 6 is  [tex]\[\left| n+6 \right|\][/tex].
  • Hence, three times the absolute value of the sum of a number and 6 is [tex]\[3\left| n+6 \right|\][/tex].

 

Learn more about the representation of an expression:

https://brainly.com/question/10905086?referrer=searchResults

#SPJ2