document.write( "Question 1086200: find the centroid of a triangle whose vertices are (2,3), (-4,6), and (2,-6) \n" ); document.write( "
Algebra.Com's Answer #700377 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
The centroid is the average of the x values and y values respectively,
\n" ); document.write( "\"C%5Bx%5D=%282-4%2B2%29%2F3=0\"
\n" ); document.write( "\"C%5By%5D=%283%2B6-6%29%2F3=3%2F3=1\"
\n" ); document.write( "(0,1)
\n" ); document.write( "
\n" );