calculate the length of AN if a{6}

{2} and b= {1}
{2}

Is it 6^2+4^2
36+16=52
square root of 52+7.211

To calculate the length of AN, you can use the distance formula, which is based on the Pythagorean theorem. The distance formula states that the length between two points (x1, y1) and (x2, y2) in a coordinate plane is given by:

distance = √((x2 - x1)^2 + (y2 - y1)^2)

Given that point A is (6, 2) and point N is (1, 2), we can substitute these values into the distance formula:

distance = √((1 - 6)^2 + (2 - 2)^2)
distance = √((-5)^2 + 0^2)
distance = √(25 + 0)
distance = √25
distance = 5

Therefore, the length of AN is 5.

It seems like there was some confusion in your calculation. You wrote "6^2+4^2" which should actually be (1 - 6)^2 instead of 6^2. Additionally, the result should be √25 which is exactly 5, not 7.211.