Q:

A certain square is to be drawn on a coordinate plane. One of the vertices must be on the origin, and the square is to have an area of 100. If all coordinates of the vertices must be integers, how many different ways can this square be drawn?(A) 4(B) 6(C) 8(D) 10(E) 12

Accepted Solution

A:
Answer:The answer is (C) 8Step-by-step explanation:First, let's calculate the length of the side of the square.[tex]A_{square}=a^2[/tex], where [tex]a[/tex] is the length of the side. Now, let's try to build the square. First we need to find a point which distance from (0, 0) is 10. For this, we can use the distance formula in the plane:[tex]d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}[/tex] which for [tex]x_1=0[/tex] and [tex]y_1 = 0[/tex] transforms as  [tex]d=\sqrt{(x_2)^2 + (y_2)^2}[/tex]. The first point we are looking for is connected to the origin and therefore, its components will form a right triangle in which, the Pythagoras theorem holds, see the first attached figure. Then, [tex]x_2[/tex], [tex]y_2[/tex] and 10 are a Pythagorean triple. From this, [tex]x_2= 6[/tex] or  [tex]x_2=8[/tex] while [tex]y_2= 6[/tex] or [tex]y_2=8[/tex]. This leads us with the set of coordinates: [tex](\pm 6, \pm 8)[/tex] and [tex](\pm 8, \pm 6)[/tex].  (A)The next step is to find the coordinates of points that lie on lines which are perpendicular to the lines that joins the origin of the coordinate system with the set of points given in (A):Let's do this for the point (6, 8).The equation of the line that join the point (6, 8) with the origin (0, 0) has the equation [tex]y = mx +n[/tex], however, we only need to find its slope in order to find a perpendicular line to it. Thus,[tex]m = \frac{y_2-y_1}{x_2-x_1} \\m =  \frac{8-0}{6-0} \\m = 8/6[/tex]Then, a perpendicular line has an slope [tex]m_{\bot} = -\frac{1}{m} = -\frac{6}{8}[/tex] (perpendicularity condition of two lines). With the equation of the slope of the perpendicular line and the given point (6, 8), together with the equation of the distance we can form a system of equations to find the coordinates of two points that lie on this perpendicular line.[tex]m_{\bot}=\frac{6}{8} = \frac{8-y}{6-x}\\ 6(6-x)+8(8-y)=0[/tex]  (1)[tex]d^2 = \sqrt{(y_o-y)^2+(x_o-x)^2} \\(10)^2=\sqrt{(8-y)^2+(6-x)^2}\\100 = \sqrt{(8-y)^2+(6-x)^2}[/tex]   (2)This system has solutions in the coordinates (-2, 14) and (14, 2). Until here, we have three vertices of the square. Let's now find the fourth one in the same way we found the third one using the point (14,2). A line perpendicular to the line that joins the point (6, 8) and (14, 2) has an slope [tex]m = 8/6[/tex] based on the perpendicularity condition. Thus, we can form the system:[tex]\frac{8}{6} =\frac{2-y}{14-x} \\8(14-x) - 6(2-y) = 0[/tex]  (1)[tex]100 = \sqrt{(14-x)^2+(2-y)^2}[/tex]  (2)with solution the coordinates (8, -6) and (20, 10). If you draw a line joining the coordinates (0, 0), (6, 8), (14, 2) and (8, -6) you will get one of the squares that fulfill the conditions of the problem. By repeating this process with the coordinates in (A), the following squares are found:(0, 0), (6, 8), (14, 2), (8, -6)(0, 0), (8, 6), (14, -2), (6, -8)(0, 0), (-6, 8), (-14, 2), (-8, -6)(0, 0), (-8, 6), (-14, -2), (-6, -8)Now, notice that the equation of distance between the two points separated a distance of 10 has the trivial solution [tex](\pm10, 0)[/tex] and  [tex](0, \pm10)[/tex]. By combining this points we get the following squares:(0, 0), (10, 0), (10, 10), (0, 10)(0, 0), (0, 10), (-10, 10), (-10, 0)(0, 0), (-10, 0), (-10, -10), (0, -10)(0, 0), (0, -10), (-10, -10), (10, 0)See the attached second attached figure. Therefore, 8 squares can be drawn