document.write( "Question 1210148: Three unit squares and two line segments connecting two pairs of vertices are shown. What is the area of triangle ABC?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "A is at (0,0), B is at (1,0), and C is at (1,1). \n" );
document.write( "
Algebra.Com's Answer #851370 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Let the coordinates of the vertices be $A=(0,0)$, $B=(1,0)$, and $C=(1,1)$. \n" ); document.write( "We need to find the area of triangle $ABC$.\r \n" ); document.write( "\n" ); document.write( "The coordinates of the vertices are given as $A=(0,0)$, $B=(1,0)$, and $C=(1,1)$.\r \n" ); document.write( "\n" ); document.write( "We can use the formula for the area of a triangle given the coordinates of its vertices: \n" ); document.write( "Area = $\frac{1}{2} |x_1(y_2-y_3) + x_2(y_3-y_1) + x_3(y_1-y_2)|$ \n" ); document.write( "where $(x_1, y_1) = (0, 0)$, $(x_2, y_2) = (1, 0)$, and $(x_3, y_3) = (1, 1)$.\r \n" ); document.write( "\n" ); document.write( "Area = $\frac{1}{2} |0(0-1) + 1(1-0) + 1(0-0)|$ \n" ); document.write( "Area = $\frac{1}{2} |0 + 1 + 0|$ \n" ); document.write( "Area = $\frac{1}{2} |1|$ \n" ); document.write( "Area = $\frac{1}{2}$\r \n" ); document.write( "\n" ); document.write( "Alternatively, we can notice that the triangle $ABC$ is a right triangle with base $AB$ and height $BC$. \n" ); document.write( "The length of $AB$ is $1-0 = 1$. \n" ); document.write( "The length of $BC$ is $1-0 = 1$. \n" ); document.write( "The area of a triangle is $\frac{1}{2} \times \text{base} \times \text{height}$. \n" ); document.write( "Area = $\frac{1}{2} \times 1 \times 1 = \frac{1}{2}$.\r \n" ); document.write( "\n" ); document.write( "Final Answer: The final answer is $\boxed{\frac{1}{2}}$ \n" ); document.write( " \n" ); document.write( " |