How many rectangles can you make?

In an N N by N N grid, you can make M M different rectangles. The first few values of M M are given in the picture. (i.e. In a 1x1 grid, N = 1 N = 1 and M = 1 M = 1 ; In a 2x2 grid, N = 2 N = 2 and M = 9 M = 9 , etc)

If N = 61803 N = 61803 , what is the sum of the first and last digits of M M

Note: A square is also a rectangle.


The answer is 9.

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.

1 solution

Timothy Cao
Apr 14, 2018

There are many approaches to this problem.

Great explanation by RedpenBlackpen here: https://www.youtube.com/watch?v=Uq9OXC0Gzgw

Taking ( 61803 ) ( 61804 ) 2 \frac{(61803)(61804)}{2} we will get 1909836306

Squaring this, we will get a value that begins with 3 as the first two digits are within ( 18 , 20 ) (18,20) (all of which results in 3 as the first digit 18000... = 3##... and 19999^2 = 3##... )

The last digit will be a 6 6 , as any number with 6 6 as it's last digit results in a final digit of 6 6 .

3 + 6 = 9 3+6 = 9

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...