I am trying to solve the following problem using proof by strong induction. the problem is:
Assume that a chocolate bar consists of n squares arranged in a rectangular pattern. The entire bar, or any smaller rectangular piece of the bar, can be broken along a vertical or a horizontal line separating the squares. Assuming that only one piece can be broken at a time, determine how many breaks you must successively make to break the bar into n separate squares
The farthest i have gotten is the basis step, but i dont even know if that is correct
Potential basis step that i got it is P(n), but besides that i am clueless