ANSWERS: 5
  • Smaller pieces? All the squares are the same size. There are 64 squares.
  • There are 64 squares (8 x 8). A chess game (as you are asking about pieces) uses 32 pieces - 16 on each side consisting of 8 pawns, 2 bishops, rooks and knights, and 1 king and queen.
  • The question is how many squares are on a checkerboard. Meaning, how many squares can you make out of all the colored squares, including those squares. My answer is: For i as integer = 1 to 8 sum += i * i Next 1 * 1 = 1 2 * 2 = 4 3 * 3 = 9 4 * 4 = 16 5 * 5 = 25 6 * 6 = 36 7 * 7 = 49 8 * 8 = 64 Total squares is 204.
  • There are sixty-four 1x1 squares, 32 black, 32 white. There are 49 possible 2x2 squares. There are 36 possible 3x3 squares. There are 25 possible 4x4 squares. There are 16 possible 5x5 squares. There are 9 possible 6x6 squares. There are 4 possible 7x7 squares. And there's one big square: the checkerboard. That's 204 squares! There are thirty-two pieces, sixteen for black and sixteen for white. At the beginning, each side has 8 pawns, 2 knights, 2 bishops, 2 rooks, 1 queen and 1 king.
  • the question is confusing, but the solution by im going hooome makes sense

Copyright 2023, Wired Ivy, LLC

Answerbag | Terms of Service | Privacy Policy