document.write( "Question 387632: Find a pair of numbers (x,y) so that expression x^2 + y^2 - 2x gives as small a value as possible. \n" ); document.write( "
Algebra.Com's Answer #274119 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
\"x%5E2+%2B+y%5E2+-+2x+=+x%5E2+%2B+y%5E2+-+2x+%2B+1+-+1+=+%28x+-+1%29%5E2+%2B+y%5E2+-+1\". Now \"%28x+-+1%29%5E2+%2B+y%5E2\" is smallest when x = 1 and y = 0 (where the value of the expression is -1). (1,0) is the ordered pair. \n" ); document.write( "
\n" );