2019 AMC 10 A

Complete problem set with solutions and individual problem pages

Problem 10 Easy

A rectangular floor that is 10 feet wide and 17 feet long is tiled with 170 one-foot square tiles. A bug walks from one corner to the opposite corner in a straight line. Including the first and the last tile, how many tiles does the bug visit? (2019 AMC 10A Problem, Question#10)

  • A.

    17

  • B.

    25

  • C.

    26

  • D.

    27

  • E.

    28

Answer:C

The number of tiles the bug visits is equal to 1 plus the number of times it crosses a horizontal or vertical line. As it must cross 16 horizontal lines and 9 vertical lines, it must be that the bug visits a total of 16+9+1=26 squares.

Note: The general formula for this is a+b-gcd(a,b), because it is the number of vertical/horizontal lines crossed minus the number of corners crossed (to avoid double counting). In this particular problem, it was 16+9-1 (since gcd(16,9)=1), which is 24, but then you add 2 because the first tile and the last tile are counted, which in the general formula are not counted.

We draw a diagram (optionally with grid paper and/or a ruler), then simply count the number of tiles the path crosses. To make this slightly easier, we can divide the full grid into 4 sections, and just draw one of these 5 feet by 8.5 feet sections.

While it appears that the line we drew comes very close to several points, we know that since 10 and 17 are relatively prime, it will not actually pass through any of these points, so the total number of squares crossed will be the same regardless of which side we count. If we count from the diagram, we get 13 squares, giving a total of 2\cdot13=26.