document.write( "Question 888850: Find the coordinates of six points on a circle centered at the orgin with a radius of 10 \n" ); document.write( "
Algebra.Com's Answer #537743 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
The equation of the circle is \"x%5E2%2By%5E2=10%5E2\"
\n" ); document.write( "Four points are easy: (\"0\",\"10\"),(\"10\",\"0\"),(\"0\",\"-10\"),(\"-10\",\"0\")
\n" ); document.write( "Then choose any \"x\" less than \"10\".
\n" ); document.write( "\"x=5\"
\n" ); document.write( "\"x%5E2%2By%5E2=100\"
\n" ); document.write( "\"5%5E2%2By%5E2=100\"
\n" ); document.write( "\"y%5E2=75\"
\n" ); document.write( "\"y=0+%2B-+sqrt%2875%29\"
\n" ); document.write( "\"y=0+%2B-+5sqrt%285%29\"
\n" ); document.write( "So then,
\n" ); document.write( "(\"5\",\"5sqrt%285%29\") and (\"5\",\"-5sqrt%285%29\") are two other points.
\n" ); document.write( "
\n" );