document.write( "Question 1210196: How many squares in the plane have at least two points in the lattice below as vertices?\r
\n" );
document.write( "\n" );
document.write( "https://www.svgrepo.com/show/446596/four-dots-square.svg \n" );
document.write( "
Algebra.Com's Answer #851542 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The AI solution from the other \"tutor\" makes no sense.... \n" ); document.write( "There is obviously only one square that has all four of those points as vertices. \n" ); document.write( "There are obviously no squares that have exactly 3 of those 4 points as vertices. \n" ); document.write( "For each pair of lattice points in the array that are adjacent vertically or horizontally, there is a square, outside of the given array, containing exactly those two given lattice points. That's 4 more squares containing exactly 2 of the given lattice points. \n" ); document.write( " \n" ); document.write( "For each pair of lattice points in the array that are diagonally opposite, there are 2 squares, outside of the given array, containing exactly those two given lattice points. That's 4 more squares containing exactly 2 of the given lattice points. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "So the total number of squares in the plane that have at least two of the given lattice points as vertices is 1+4+4 = 9. \n" ); document.write( "ANSWER: 9 \n" ); document.write( " \n" ); document.write( " |