Respuesta :
The value of x is 52/3.
What are Arithmetic operations?
Arithmetic operations can also be specified by subtracting, dividing, and multiplying built-in functions. The operator that performs the arithmetic operation is called the arithmetic operator.
Operators which let do a basic mathematical calculation
+ Addition operation: Adds values on either side of the operator.
For example 12 + 2 = 14
- Subtraction operation: Subtracts the right-hand operand from the left-hand operand.
for example 12 -2 = 10
* Multiplication operation: Multiplies values on either side of the operator
For example 12*2 = 24
Given expression as
(10 - 5 2/3) × (-2) + x = 8 2/3
(30/3-17/3) × (-2) + x =26/3
(13/3)×(-2) + x = 26/3
-26/3 + x = 26/3
x = 52/3
Hence, the value of x is 52/3.
Learn more about Arithmetic operations here:
brainly.com/question/25834626
#SPJ2