document.write( "Question 260274: Give the coordinates of two points on a coordinate grid that are square root of 10 apart. \n" ); document.write( "
Algebra.Com's Answer #191709 by richwmiller(17219) You can put this solution on YOUR website! Working backwards with the distance formula to find the points \n" ); document.write( "sqrt(10)^2=10 \n" ); document.write( "a^2+b^2=10 \n" ); document.write( "1^2+3^2=10 \n" ); document.write( "(1-0)^2+(3-0)^2) \n" ); document.write( "(0,0) and (3,1) \n" ); document.write( "There are of course many more combinations. \n" ); document.write( " \n" ); document.write( " |