document.write( "Question 174571: x^2 + y^2 <= 1
\n" );
document.write( "(x-1)^2 + y^2 <= 1
\n" );
document.write( "Is it possible to find x and y? \n" );
document.write( "
Algebra.Com's Answer #129587 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! First graph, \n" ); document.write( " \n" ); document.write( "That's a circle centered at (0,0) with a radius of 1. \n" ); document.write( "Including all of the interior points. \n" ); document.write( " \n" ); document.write( "Next graph, \n" ); document.write( " \n" ); document.write( "That's a circle centered at (1,0) with a radius of 1. \n" ); document.write( "Including all of the interior points. \n" ); document.write( " \n" ); document.write( "When you put those two together, \n" ); document.write( "the region that satisfies both equations is the football shaped section in between the two circles. \n" ); document.write( " |