KnowledgeBoat Logo
|

Mathematics

Given A = (x + 2, -2) and B = (11, 6). Find x if AB = 17.

Distance Formula

7 Likes

Answer

Distance between the given points = (x2x1)2+(y2y1)2\sqrt{(x2 - x1)^2 + (y2 - y1)^2}

Distance between A(x + 2, -2) and B(11, 6):

(11(x+2))2+(6(2))2=17(11x2)2+(6+2)2=172(9x)2+82=28981+x218x+64=289x218x+145=289x218x+145289=0x218x144=0x224x+6x144=0(x224x)+(6x144)=0x(x24)+6(x24)=0(x24)(x+6)=0x=24 and 6⇒ \sqrt{(11 - (x + 2))^2 + (6 - (-2))^2} = 17\\[1em] ⇒ (11 - x - 2)^2 + (6 + 2)^2 = 17^2\\[1em] ⇒ (9 - x)^2 + 8^2 = 289\\[1em] ⇒ 81 + x^2 - 18x + 64 = 289\\[1em] ⇒ x^2 - 18x + 145 = 289\\[1em] ⇒ x^2 - 18x + 145 - 289 = 0\\[1em] ⇒ x^2 - 18x - 144 = 0\\[1em] ⇒ x^2 - 24x + 6x - 144 = 0\\[1em] ⇒ (x^2 - 24x) + (6x - 144) = 0\\[1em] ⇒ x(x - 24) + 6(x - 24) = 0\\[1em] ⇒ (x - 24)(x + 6) = 0\\[1em] ⇒ x = 24 \text{ and } -6

Hence, the values of x are 24 and -6.

Answered By

1 Like


Related Questions