document.write( "Question 1197252: find the are of a quadrilateral having points (5,2), (4,3), (2,4), (-8,-1) as consecutive vertices. \n" ); document.write( "
Algebra.Com's Answer #830449 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Plot the given points and form a quadrilateral by joining up adjacent vertices \n" ); document.write( "Eg: (5,2) connects to (4,3)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "After doing that, mark lattice points on the boundary and lattice points inside the polygon. \n" ); document.write( "A lattice point has both coordinates as integer values. It's where the dashed grid lines intersect. \n" ); document.write( " ![]() \n" ); document.write( "Each point marked has integer coordinates x,y \n" ); document.write( "Red points are on the boundaries \n" ); document.write( "Blue points are interior\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b = number of boundary lattice points = number of red points = 8 \n" ); document.write( "i = number of interior lattice points = number of blue points = 15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Use Pick's Theorem \n" ); document.write( "https://mathworld.wolfram.com/PicksTheorem.html \n" ); document.write( "https://en.wikipedia.org/wiki/Pick%27s_theorem \n" ); document.write( "to get this \n" ); document.write( "A = area of the polygon \n" ); document.write( "A = i + 0.5*b - 1 \n" ); document.write( "A = 15 + 0.5*8 - 1 \n" ); document.write( "A = 15 + 4 - 1 \n" ); document.write( "A = 19 - 1 \n" ); document.write( "A = 18\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: The area of the quadrilateral is 18 square units\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Keep in mind that Pick's Theorem only applies if all vertex or corner points are lattice points.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Another approach you could use is the shoelace formula (see this example problem ) \n" ); document.write( " \n" ); document.write( " |