document.write( "Question 427882: How do we find other points on a circle when given only one point?
\n" );
document.write( "ex: If I know a point is (3,-5), what is the point opposite from it with a center of (0,0)? \n" );
document.write( "
Algebra.Com's Answer #297502 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How do we find other points on a circle when given only one point? \n" ); document.write( "ex: If I know a point is (3,-5), what is the point opposite from it with a center of (0,0)? \n" ); document.write( "---------------- \n" ); document.write( "If the center is the Origin, it's the negative of the point. \n" ); document.write( "--> (-3,5) \n" ); document.write( " \n" ); document.write( " |