what is the distance between point A and B ?
start with figuring out the coordinates of A and B
point A is (2,2,3) I believe
point B is (3,2,8) im not sure
ha you have it almost correct... lets do it step by step
from origin, A is 2 units along x, 3 units along y, 2 units along z so coordinates of A is (2, 3, 2)
from origin, B is 5 units along x, 7 units along y, 2 units along z so coordinates of B is (5, 7, 2)
is that right, ? can u check in the fig and confirm... .
yes that seems right
great ! now we just use the distance between two points formula ?
which is ?
distance between points \(A(x1, y1, z1)\) and \(B(x2, y2, z2)\) = \(\sqrt{(x2-x1)^2 + (y2-y1)^2 + (z2-z1)^2}\)
I don't understand how im supposed to plug in the numbers
ok i can teach u that
A : (2, 3, 2) B : (5, 7, 2)
these are our coordinates, right ?
yes
A : (2, 3, 2) --> (x1, y1, z1) B : (5, 7, 2) --> (x2, y2, z2)
plugin the corresponding numbers in formula : \(\sqrt{(x2-x1)^2 + (y2-y1)^2 + (z2-z1)^2}\) \(\sqrt{(5-2)^2 + (7-3)^2 + (2-2)^2}\)
yes! that's what I have. 3^2 + 4^2 + _________ im not sure about the last one
\(\sqrt{(3)^2 + (4)^2 + (0)^2}\) \(\sqrt{9 + 16}\)
it would be 25
would it be a simple 5 or 5 square rooted ?
u forgot about the squareroot !
\(\sqrt{9 + 16}\) \(\sqrt{25}\) 5
okay got it thanks ! let me try the next one
great ! good luck !
Join our real-time social learning platform and learn together with your friends!