Respuesta :
v₁·v₂ is -18 which is correct option(D)
What are Arithmetic operations?
Arithmetic operations can also be specified by the subtract, divide, and multiply built-in functions.
The operator that perform arithmetic operation are called arithmetic operators .
Operators which let do basic mathematical calculations
+ Addition operation : Adds values on either side of the operator.
For example 4 + 2 = 6
- Subtraction operation : Subtracts right hand operand from 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,
v1 = (3,-4) and v2 = (2,6)
To determine v₁·v₂
v₁·v₂ = 3·(2) - 4·(6)
v₁·v₂ = 6 - 24
v₁·v₂ = -18
Hence, the v₁·v₂ is -18.
Learn more about Arithmetic operations here:
brainly.com/question/25834626
#SPJ2