Write three decimals that are equivalent to 6x1 + 4x1/10

The decimal is 6.4 which is equivalent to 6×1 + 4×1/10.
Arithmetic operations can also be specified by the subtract, divide, and multiply built-in functions.
The operator that performs the arithmetic operations are called arithmetic operators.
Operators which let do a basic mathematical calculation
+ Addition operation: Adds values on either side of the operator.
For example 4 + 2 = 6
- Subtraction operation: Subtracts the right-hand operand from the left-hand operand.
for example 4 -2 = 2
* Multiplication operation: Multiplies values on either side of the operator
For example 4*2 = 8
/ Division operation: Divides left-hand operand by right-hand operand
For example 4/2 = 2
Given that the expression as:
⇒ 6×1 + 4×1/10
Apply the arithmetic operations in the terms,
⇒ 6 + 4×0.1
⇒ 6 + 0.4
⇒ 6.4
Thus, the decimal is 6.4 which is equivalent to 6×1 + 4×1/10.
Learn more about Arithmetic operations here:
brainly.com/question/25834626
#SPJ2