Here we consider a checkerboard expanded to size 12 × 12 instead of the ordinary 8 × 8 checkerboard. a) How many squares on this board contain more than a third of the total number of dark small squares? b) How many rectangles on this board contain at least two thirds of the total number of small squares?
2025-01-13 19:54:56.1736798096
Checkers Board Problem
928 Views Asked by Abhinav Chaudhary https://math.techqa.club/user/abhinav-chaudhary/detail At
1
There are 1 best solutions below
Related Questions in DISCRETE-MATHEMATICS
- Prove that all solutions to the equation x² = x +1 are irrational
- which of the following statements about a group are true?
- Discrete mathematics, sets, increasing functions
- Give a reason for each step in the following argument
- Logic & Reasoning Question
- $\prod_{i=1}^n (i+n)$ - To what does it converges?
- Help with set builder notation
- Discrete mathematics Sets Relations
- Logical Rules Proof
- $\sum_{k=0}^n {n \choose k} ^{2} = {2n \choose n}$ - Generating function $\sum_{k=0}^\infty \binom nk x^k = (1+x)^n$.
Related Questions in PROBLEM-SOLVING
- e of a propositional function such that the statement ∃!x ∃!y p(x,y) is true but the statement ∃!y∃!x p(x,y) is false
- Solving exponential equation in one variable.
- Vakil's FOAG Exercise 11.3.C
- Solve differential equation relating to air cannons
- Mathematical Induction Problem solving
- Prove inequality $\sqrt{\frac{2a}{b+a}} + \sqrt{\frac{2b}{c+b}} + \sqrt{\frac{2c}{a+c}} \leq 3$
- How does this textbook compute the Nash Equilibrium of the two person zero sum game?
- Let F0 = 0, F1 = 1, F2 = 1, . . ., F99 be the first 100 Fibonacci numbers (recall that Fn = Fn−1 + Fn−2 for n ≥ 2).
- Finding the general term of a sequence (if there's any)
- Is there an exact answer to this equation?
Related Questions in CHESSBOARD
- Minimum guard problem
- Probability of completing a self-avoiding chessboard tour
- Chessboard four-colour theorem
- $n\times n$ chessboard game with coins
- What does it mean to "unfold" a graph?
- Chess King Tour 8x8 problem
- $|ab-cd|=1$ for infinite chessboard
- A combinatorial question
- Checkers Board Problem
- Number of ways to arrange $8$ rooks on a chessboard
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Refuting the Anti-Cantor Cranks
- Find $E[XY|Y+Z=1 ]$
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- What are the Implications of having VΩ as a model for a theory?
- How do we know that the number $1$ is not equal to the number $-1$?
- Defining a Galois Field based on primitive element versus polynomial?
- Is computer science a branch of mathematics?
- Can't find the relationship between two columns of numbers. Please Help
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- A community project: prove (or disprove) that $\sum_{n\geq 1}\frac{\sin(2^n)}{n}$ is convergent
- Alternative way of expressing a quantied statement with "Some"
Popular # Hahtags
real-analysis
calculus
linear-algebra
probability
abstract-algebra
integration
sequences-and-series
combinatorics
general-topology
matrices
functional-analysis
complex-analysis
geometry
group-theory
algebra-precalculus
probability-theory
ordinary-differential-equations
limits
analysis
number-theory
measure-theory
elementary-number-theory
statistics
multivariable-calculus
functions
derivatives
discrete-mathematics
differential-geometry
inequality
trigonometry
Popular Questions
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- How to find mean and median from histogram
- Difference between "≈", "≃", and "≅"
- Easy way of memorizing values of sine, cosine, and tangent
- How to calculate the intersection of two planes?
- What does "∈" mean?
- If you roll a fair six sided die twice, what's the probability that you get the same number both times?
- Probability of getting exactly 2 heads in 3 coins tossed with order not important?
- Fourier transform for dummies
- Limit of $(1+ x/n)^n$ when $n$ tends to infinity
A third of the number of small dark squares is 24, so we require at least 25 dark squares for the first problem. Since the number of dark squares is never more than 1 away from the number of white squares, this means each large square must be $7\times 7$ or larger; and if it is only $7\times 7$ its corners must be dark (half the $7\times 7$ squares have this property).
Then assuming the lower left corner square of the checkerboard is dark, the lower left corner of the large square can be:
Anywhere in a $2\times 2$ square $(0,0),(0,1), (1,0), (1,1)$ if the large square has side 11.
Anywhere in a $3\times 3$ square if the large square has side 10.
Anywhere in a $4\times 4$ square if the large square has side 9.
$$ 1 + 2^2 + 3^2 + 4^2 + 5^2 + \frac12\cdot 6^2 = 73 $$
For the second part, the same reasoning applies, but this time the large square will have to be $10 \times 10$ or bigger.
$$ 1 + 4 + 9 = 14$$
EDIT
It is pointed out in the comments that the second part includes rectangles as well as squares.
There are 2 rectangles of length and height $11 \times 12$1, 2 $12 \times 11$, 3 each of $10 \times 12$ and $12 \times 10$, and 6 each of $10 \times 11$ and $11 \times 10$, giving a total of $$ 4+6+12 = 22$$ extra rectangles. Adding this to the squares wee get a total answer of 36.