Ask Experts Questions for FREE Help !
Ask
    klbcooldude's Avatar
    klbcooldude Posts: 6, Reputation: 1
    New Member
     
    #1

    Oct 31, 2009, 11:52 PM
    Proof by induction:
    Hey I'm having some troubles solving this problem:

    Consider a rectangle R. Start drawing n line segments L1, L2, …, Ln such that each line segment has both endpoints on the boundary of the rectangle. Notice that this partitions the rectangle R into a bunch of regions. Suppose you have two colors, black and white. Prove by induction that you can always find a way to paint each of the regions with either black or white such that every two regions that share a piece of segment (not a point) gets a different color. In other words, two regions that share a piece of segment never get coloured with the same color.

    Thanks
    klbcooldude's Avatar
    klbcooldude Posts: 6, Reputation: 1
    New Member
     
    #2

    Nov 2, 2009, 05:02 PM

    Any ideas?
    s_cianci's Avatar
    s_cianci Posts: 5,472, Reputation: 760
    Uber Member
     
    #3

    Nov 2, 2009, 05:08 PM
    "Proof by induction", as you say, means that you first prove it for an initial condition. Then, assume that it's true for some arbitrary number of iterations, n. With that assumption, show that it's true for n + 1 iterations. In this case, your initial condition would be n = 2, i.e. you draw 1 line segment, thus dividing the rectangle into 2 regions sharing your line segment as a boundary. You then simply color 1 region white and the other black. Then, with that proven, show that if it's true for any number of regions n, it has to be true for n + 1 regions.

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search


Check out some similar questions!

Proof by induction [ 2 Answers ]

prove that for all integral n, An=11^(n+2)+12^(2n+1) is divisible by 133

Proof by induction [ 1 Answers ]

I need help in figuring out how to prove 1+2n is less than or equal to 3^n by using induction.

Proof by induction [ 6 Answers ]

prove by induction that n! > 2^n for n>3

Proof by induction [ 2 Answers ]

How can I prove the following? for any integer n>=1, {celling of } = (floor of lg n) + 1 thanks for the help

Proof by Induction [ 3 Answers ]

I need to prove by induction that: 1/(1x3) + 1/(2x4) +... + 1/n(n+2) = n(3n+5)/4(n+1)(n+2) Thanks


View more questions Search