If p = (3, 5), then 2p, -4p and 13p are respectively (a, b), (c, d) and (e, 5/3). Find the value of -(a+b+c+d+e)
Open in App
Solution
For p = (3, 5) 2p will be obtained by multiply x and y coordinates by 2. i.e., 2p=((3×2),(5×2)) =(6,10) Similarly - 4p=((3×−4),(5×−4))=(−12,−20)13p=((3×13),(5×13))=(1,53) So we get a = 6, b= 10, c = -12, d = -20, e = 1 => a+b+c+d+e = 6+10-12-20+1 = -15 => -(a+b+c+d+e) = 15