Given vectors a and b satisfy ∣a∣=3, ∣b∣=8, and ∣35a−b∣=7, we are tasked with finding a⋅b.
First, we note the given conditions:
1. ∣a∣=3
2. ∣b∣=8
3. ∣35a−b∣=7
We use the property that ∣x∣2=x⋅x to express the square of the magnitude of the vector 35a−b as follows:
35a−b2=(35a−b)⋅(35a−b)
Expanding the dot product on the right-hand side gives:
35a−b2=925a⋅a−310a⋅b+b⋅b
Substituting the given magnitudes of a and b, and the magnitude of 35a−b, we get:
49=925⋅9−310a⋅b+64
Simplifying this equation:
49=25−310a⋅b+64
Bringing all terms involving a⋅b to one side and constants to the other gives:
−310a⋅b=49−25−64
Simplifying the right-hand side:
−310a⋅b=−40
Solving for a⋅b:
a⋅b=−310−40=12
Therefore, the answer is C.