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 #274118 by edjones(8007) You can put this solution on YOUR website! x^2 + y^2 - 2x \n" ); document.write( "any number greater than or less than zero for y will make y^2 greater than zero so y must be zero. \n" ); document.write( "x^2-2x has a minimum at -b/2a \n" ); document.write( "-(-2)/2 = 1 \n" ); document.write( "(1,0) Answer \n" ); document.write( " x^2 + y^2 - 2x = -1 at (1,0) \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |