document.write( "Question 878585: Hello, for my artificial intelligence I'm programming I need to figure out a location thats called by a math formula I just can't find.
\n" );
document.write( "I realise this is something hard to ask and I hope someone can solve it since even my math tutor can't.\r
\n" );
document.write( "\n" );
document.write( "There's ttwo circles and 1 point located in a coordinate system\r
\n" );
document.write( "\n" );
document.write( "For the sake of explaining the problem, let's callthem circle A,B and point C\r
\n" );
document.write( "\n" );
document.write( "We can assume that:
\n" );
document.write( "-circle A's radius is always bigger than B
\n" );
document.write( "-there will never be 2 of the points at the exact same location
\n" );
document.write( "-the radius for A and B are variables
\n" );
document.write( "Now I need to calculate the point where A has to placed so that:
\n" );
document.write( "- the middle of circle B is in the circle of A
\n" );
document.write( "- the middle of circle A is NOT in the circle of B
\n" );
document.write( "- I need the point that's as far away as possible from point C \n" );
document.write( "
Algebra.Com's Answer #530099 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! Your explanation is confusing, here's what I've got so far. \n" ); document.write( "You're given two radii: \n" ); document.write( "Circles A and B cannot overlap. I think that's what you mean by \"middle\". \n" ); document.write( "I'm guessing you're given the location of circle A's center. \n" ); document.write( "Then you have to calculate a possible location for circle B's center. \n" ); document.write( "That's straightforward. You can find a zone to place circle B's center so that it doesn't overlap circle A. \n" ); document.write( "Now what is the relationship between point C and the centers of the two circles. Does the center of B have to be the maximum distance from point C? \n" ); document.write( "So you're given the coordinates of circle A center( |