/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} Problem 24 Show that if there are 101 peopl... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

Show that if there are 101 people of different heights standing in a line, it is possible to find 11 people in the order they are standing in the line with heights that are either increasing or decreasing.

Short Answer

Expert verified
By the Erdős–Szekeres theorem, there must be an increasing or decreasing subsequence of 11 people among the 101 people.

Step by step solution

01

Understand the problem

We need to show that among 101 people with different heights, there is a subsequence of 11 people whose heights are either entirely increasing or entirely decreasing.
02

Use the Erdős–Szekeres theorem

The Erdős–Szekeres theorem states that for any sequence of length \(n = rs + 1\), there is either an increasing subsequence of length \(r+1\) or a decreasing subsequence of length \(s+1\). We need to apply this to our case.
03

Set parameters for the theorem

We need to find parameters \(r\) and \(s\) such that \(r+1 = 11\) or \(s+1 = 11\). This corresponds to \(r = 10\) and \(s = 10\).
04

Calculate n using the parameters

Using the theorem, \(n\) should be at least \(rs + 1\). With \(r = 10\) and \(s = 10\), we calculate \(n = 10*10 + 1 = 101\). This matches our number of people.
05

Conclude based on the theorem

Since we have 101 people and n is satisfied as \(101 = 10*10 + 1\), by Erdős–Szekeres theorem, there must exist at least one subsequence of 11 people with either increasing or decreasing heights.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!

Key Concepts

These are the key concepts you need to understand to accurately answer the question.

subsequence
When we talk about subsequences in mathematics, we refer to a sequence derived by removing some or no elements from another sequence, without changing the order of the remaining elements. For example, if we have a sequence \([3, 1, 7, 5]\), some possible subsequences include \([3, 7, 5]\) and \([1, 5]\). The concept of a subsequence is crucial in many problems related to sequences and is especially important in understanding the Erdős–Szekeres theorem.

A subsequence can be formed in different ways, and the simplicity in forming these allows mathematicians to find patterns and rules, such as the one our exercise highlights.

In our given problem about the heights of 101 people, finding a subsequence involves identifying a group of 11 people whose heights form either a strictly increasing or strictly decreasing pattern. We'll rely on this concept to apply the Erdős–Szekeres theorem effectively.
increasing sequence
An increasing sequence is a type of subsequence where each term is larger than the previous term. For example, in the sequence \([2, 4, 7, 9]\), each number is greater than the number that comes before it, making it an increasing sequence.

In our problem, we want to find an increasing subsequence of 11 people within a line of 101 different heights. Given the Erdős–Szekeres theorem, with the right parameters, we're guaranteed to find such a subsequence.

To break this down, imagine our sequence is the heights of the people standing in line. By Erdős–Szekeres, which states that for any sequence of length \(n = rs + 1\), there is either an increasing subsequence of length \((r+1)\) or a decreasing subsequence of length \((s+1)\), our task becomes more manageable. For our parameters, \(r = 10\), since \((r+1) = 11\). When we apply \(n = 10 \cdot 10 + 1 = 101\), we see we have fulfilled the conditions of the theorem, thus ensuring our required increasing sequence exists.
decreasing sequence
A decreasing sequence is the opposite of an increasing sequence; each term is smaller than the previous term. For instance, in the sequence \([9, 7, 4, 2]\), each number is less than the one before it.

Applying this to our height problem, a decreasing sequence of 11 people means we need 11 people whose heights drop progressively from one individual to the next. Per the Erdős–Szekeres theorem, our probability of finding either an increasing or decreasing subsequence is guaranteed.

When we set our parameters \(s = 10\) so that \((s+1) = 11\), we again satisfy the theorem's requirement, because \(n = 10 \cdot 10 + 1 = 101\). Thus, we can be sure that whether we seek an increasing or decreasing sequence of heights among these people, one will definitely exist. This powerful theorem helps simplify what could otherwise be a very complex problem, guiding us directly to the solution.

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

How many different strings can be made from the letters in ABRACADABRA, using all the letters?

Use the binomial theorem to find the coefficient of \(x^{a} y^{b}\) in the expansion of \(\left(5 x^{2}+2 y^{3}\right)^{6}\) , where a) \(a=6, b=9\) b) \(a=2, b=15\) c) \(a=3, b=12\) d) \(a=12, b=0\) e) \(a=8, b=9\)

Data are transmitted over the Internet in datagrams, which are structured blocks of bits. Each datagram contains header information organized into a maximum of 14 different fields (specifying many things, including the source and destination addresses) and a data area that contains the actual data that are transmitted. One of the 14 header fields is the header length field (denoted by HLEN), which is specified by the protocol to be 4 bits long and that specifies the header length in terms of 32-bit blocks of bits. For example, if HLEN = 0110, the header is made up of six 32-bit blocks. Another of the 14 header fields is the 16-bit-long total length field (denoted by TOTAL LENGTH), which specifies the length in bits of the entire datagram, including both the header fields and the data area. The length of the data area is the total length of the datagram minus the length of the header. a) The largest possible value of TOTAL LENGTH (which is 16 bits long) determines the maximum total length in octets (blocks of 8 bits) of an Internet datagram. What is this value? b) The largest possible value of HLEN (which is 4 bits long) determines the maximum total header length in 32-bit blocks. What is this value? What is the maximum total header length in octets? c) The minimum (and most common) header length is 20 octets. What is the maximum total length in octets of the data area of an Internet datagram? d) How many different strings of octets in the data area can be transmitted if the header length is 20 octets and the total length is as long as possible?

Show that if \(p\) is a prime and \(k\) is an integer such that \(1 \leq k \leq p-1,\) then \(p\) divides \(\left(\begin{array}{l}{p} \\ {k}\end{array}\right)\)

How many ways are there to travel in \(x y z\) space from the origin \((0,0,0)\) to the point \((4,3,5)\) by taking steps one unit in the positive \(x\) direction, one unit in the positive \(y\) direction, or one unit in the positive \(z\) direction? (Moving in the negative \(x, y,\) or \(z\) direction is prohibited, so that no backtracking is allowed.)

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.