document.write( "Question 386488: Use the graphs of y=2x+6, 3x+2y=19 and y=2, which contain the sides of a triangle.\r
\n" );
document.write( "\n" );
document.write( "1. Find the coordinates of the vertices of the triangle.\r
\n" );
document.write( "\n" );
document.write( "2. Find the area of the triangle \n" );
document.write( "
Algebra.Com's Answer #273225 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Use the graphs of y=2x+6, 3x+2y=19 and y=2, which contain the sides of a triangle. \n" ); document.write( "1. Find the coordinates of the vertices of the triangle. \n" ); document.write( "2. Find the area of the triangle \n" ); document.write( "---------------------- \n" ); document.write( "I don't know of a \"slick\" or elegant way to do this, just grind it out. \n" ); document.write( "Sub y=2 into the other eqns to find the vertices. \n" ); document.write( "y=2x+6 and y=2 \n" ); document.write( "2 = 2x+6 \n" ); document.write( "x = -2 --> (-2,2) vertex A \n" ); document.write( "----------- \n" ); document.write( "3x+2y=19 and y=2 \n" ); document.write( "3x+4 = 19 \n" ); document.write( "x = 5 --> (5,2) vertex B \n" ); document.write( "-------------- \n" ); document.write( "y=2x+6 \n" ); document.write( "3x+2y=19 \n" ); document.write( "Sub for y \n" ); document.write( "3x + 2(2x+6) = 19 \n" ); document.write( "7x + 12 = 19 \n" ); document.write( "x = 1 --> (1,8) vertex C \n" ); document.write( "---------------------- \n" ); document.write( "To find the area, list the points in columns and repeat the 1st point \n" ); document.write( "The + signs are for alignment \n" ); document.write( ".A...B...C...A \n" ); document.write( "-2 +5 +1 -2 \n" ); document.write( "+2 +2 +8 +2 \n" ); document.write( "Starting at the left, add the products of the upward diagonals, the the downward \n" ); document.write( "Upward: \n" ); document.write( "2*5 + 2*1 + 8*-2 = 10 + 2 - 16 = -4 \n" ); document.write( "Downward: \n" ); document.write( "-2*2 + 5*8 + 1*2 = -4 + 40 + 2 = 38 \n" ); document.write( "---------- \n" ); document.write( "The difference is 38 -(-4) = 42 \n" ); document.write( "The area is 1/2 that, = 21 sq units \n" ); document.write( "----------------------------------- \n" ); document.write( "PS The method for calculating area works for polygons of any shape, and any number of sides. It doesn't seem to be well known. \n" ); document.write( " \n" ); document.write( " |