How could you find how many squares are on any size square board?

1 answer

Answer

1258515

2026-03-21 22:10

+ Follow

The number of squares in an n-by-n square is

1^2 + 2^2 + 3^2 + ... + n^2

This sum is given by the formula

n(n + 1)(2n + 1)/6

Jai

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.