Skip to main content

2020 AMC 12A Problem 17

Problem 17 of 25IntermediateAlgebraGeometry

The vertices of a quadrilateral lie on the graph of y=lnx,y = \ln x, and the xx-coordinates of these vertices are consecutive positive integers. The area of the quadrilateral is ln9190.\ln\dfrac{91}{90}. What is the xx-coordinate of the leftmost vertex?

Answer choices

Show solution

Solution

Let the vertices have xx-coordinates n,n+1,n+2,n+3n, n+1, n+2, n+3 with yy-coordinates ln\ln of those values. Applying the shoelace formula and simplifying, the area is ln(n+1)(n+2)n(n+3).\ln\dfrac{(n+1)(n+2)}{n(n+3)}. Setting (n+1)(n+2)n(n+3)=9190\dfrac{(n+1)(n+2)}{n(n+3)} = \dfrac{91}{90} gives 1+2n2+3n=9190,1 + \dfrac{2}{n^2 + 3n} = \dfrac{91}{90}, so n2+3n=180.n^2 + 3n = 180. Then (n12)(n+15)=0,(n - 12)(n + 15) = 0, so n=12.n = 12. Thus, D is the correct answer.

More practice

Concepts: shoelace formula · logarithm · quadratic

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.