Counting the Shaded Squares.

In the diagram, the grid has 100 100 rows and 100 100 columns, numbered from 1 to 100 100 . In row 1 1 , every box is shaded. In row 2 2 , every second box is shaded. In row 3 3 , every third box is shaded. The shading continues in this way, so that every n t h nth box in row n n is shaded.

Among the given answers, which column has the greatest number of shaded boxes?

50 100 60 30 40

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Chew-Seong Cheong
Sep 12, 2018

Let the row number and column number be r r and n n respectively. We note that r r th row has all n m o d r = 0 n \bmod r = 0 boxes shaded. This means that the number of boxes shaded in n n th column is the number of divisors of n n .

Now let us check the numbers of divisors of the answer options.

  • Since 30 = 2 1 × 3 1 × 5 1 30 = 2^{\color{#D61F06}1} \times 3^{\color{#D61F06}1} \times 5^{\color{#D61F06}1} , then the number of divisors is ( 1 + 1 ) ( 1 + 1 ) ( 1 + 1 ) = 8 ({\color{#D61F06}1}+1)({\color{#D61F06}1}+1)({\color{#D61F06}1}+1) = 8 .
  • Since 40 = 2 3 × 5 1 40 = 2^{\color{#D61F06}3} \times 5^{\color{#D61F06}1} , then the number of divisors is ( 3 + 1 ) ( 1 + 1 ) = 8 ({\color{#D61F06}3}+1)({\color{#D61F06}1}+1) = 8 .
  • Since 50 = 2 1 × 5 2 50 = 2^{\color{#D61F06}1} \times 5^{\color{#D61F06}2} , then the number of divisors is ( 1 + 1 ) ( 2 + 1 ) = 6 ({\color{#D61F06}1}+1)({\color{#D61F06}2}+1) = 6 .
  • Since 60 = 2 2 × 3 1 × 5 1 60 = 2^{\color{#D61F06}2} \times 3^{\color{#D61F06}1} \times 5^{\color{#D61F06}1} , then the number of divisors is ( 2 + 1 ) ( 1 + 1 ) ( 1 + 1 ) = 12 ({\color{#D61F06}2}+1)({\color{#D61F06}1}+1)({\color{#D61F06}1}+1) = 12 .
  • Since 100 = 2 2 × 5 2 100 = 2^{\color{#D61F06}2} \times 5^{\color{#D61F06}2} , then the number of divisors is ( 2 + 1 ) ( 2 + 1 ) = 9 ({\color{#D61F06}2}+1)({\color{#D61F06}2}+1) = 9 .

Therefore, column 60 \boxed{60} has the greatest number of shaded boxes.

Thank you, nice solution.

Hana Wehbi - 2 years, 9 months ago
Hana Wehbi
Sep 11, 2018

The number that has many divisors is the one with the most shaded squares. This is not a complete solution but a hint on how to solve it.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...