View Single Post
  #1  
Old 06-15-2007, 04:04 AM
borisp borisp is offline
Senior Member
 
Join Date: Nov 2004
Posts: 201
Default another interesting but harder problem

Suppose you have a nxn grid of "cells," represented by squares, as on an nxn checkerboard. Some of them are "infected," the rest are not.

If an uninfected cell shares at least two edges with an infected cell, then the uninfected cell becomes infected. This process continues until the set of infected cells stabilizes.

The problem is to prove the following statement, using less than two sentences. (In other words, inductive arguments and computer simulations are unacceptable; the point is to find an elegant solution.)

"If the entire grid is infected at the end of the process, then at least n squares had to be infected to begin with."
Reply With Quote