What is the value of this expression when a = 7 and b = -4? | 2a | - b/3 A.) -6 B.) -3 1/3 C.) 3 1/3 D.) 6


The answer to the question what is the value of this expression when a = 7 and b = -4? | 2a | - b/3 it is D.) 6
The value of this expression (|2a| - b)/3 when a = 7 and b = -4 is 6. So, option D is correct.
The absolute value of a number or variable is returned by a modulus function. It is defined as
|x| = x, x > 0
= -x, x < 0
= 0, x = 0
The given expression is (|2a| - b)/3. Here, we have to put a = 7 and b = -4 to get the value.
Now, (|2a| - b)/3 = (|2×7| - (-4))/3 = (|14| + 4)/3 = (14 + 4)/3 [Since 14 is a positive integer]
i.e. (|2a| - b)/3 = 18/3 = 6
Therefore, the value of this expression (|2a| - b)/3 when a = 7 and b = -4 is 6. So, option D is correct.
Learn more about the modulus function here -
https://brainly.com/question/27897175
#SPJ2