Finding scalar multiples of two variable Vector sum

98 Views Asked by At

If a=3i+2j,b=3j-2i and c=12i-5j,find numbers p and q such that pa+qb=c.

1

There are 1 best solutions below

1
On BEST ANSWER

It is the system $$3p-2q=12$$ and $$2p+3q=-5$$