65.7k views
2 votes
Can someone please explain to me how to do this.

Can someone please explain to me how to do this.-example-1
User Izrik
by
5.7k points

1 Answer

5 votes
y = x² - 4x + 4
y = 2x - 4

Find intersection of L and C:
x² - 4x + 4 = 2x - 4
x² - 6x + 8 = 0
(x - 2)(x - 4) = 0
x = 2 or x = 4

When x = 2 , y = 2(2) - 4 = 0
When x = 4, y = 2(4) - 4 = 4

Points of intersection = A(2, 0) and B(4, 4)

Find the length of AB:


\text {Length of AB}= √((4-0)^2 + (4-2)^2) = √(16 + 4) = √(20) = 4.47 \text{ units}

Answer: 4.47 units

User Tharindu Lakshan
by
6.2k points