If centroid of the tetrahedron OABC, where coordinates of A, B, C are (a, 2, 3), (1, b, 3) and (2, 1, c) respectively be (1, 2, 3), then find the distance of a point (a, b, c) from the origin, where O is the origin.
A(x1,y1,z1),B(x2,y2,z2),C(x3,y3,z3) and D(x4,y4,z4) are the vertices of a tetrahedron,then cooridanate of its centroid (G) is given as
G(∑41=1x14,∑41=1y14,∑41=1z14)
1=0+a+1+24,2=0+2+b+14,3=0+3+2+c4
a=1, b=5, c=7
Point (a,b,c)≡(1,5,7)
Distance between the point (1,5,7) and origin is
=√12+52+72
=√1+25+49
=√75
Option D is correct