document.write( "Question 1156275: Let (x,y) be an ordered pair of real numbers that satisfies the equation
\n" );
document.write( "x^2+y^2=14x+48y. What is the minimum value of x? \n" );
document.write( "
Algebra.Com's Answer #778967 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! rewrite as x^2-14x+y^2-48y=0 \n" ); document.write( "complete the squares for each \n" ); document.write( "x^2-14x+49+y^2-48y+576=625, adding 625 to the right \n" ); document.write( "(x-7)^2+(y-24)^2=25^2 \n" ); document.write( "This is a circle with center (7, 24) and radius 25 \n" ); document.write( "the minimum value of x is (7-25)=-18 \n" ); document.write( " |