A 10,958 Solution - Numberphile

Numberphile
18 Apr 201706:46

TLDRIn this Numberphile video, the presenter explores the challenge of getting as close as possible to the number 10,958 using basic arithmetic operations and concatenation. Initially, he attempts a complex calculation involving multiplication, division, and addition, which results in 10,958.4, just shy of the target. He then discusses the overlooked use of concatenation in mathematical operations and successfully finds a more precise solution: concatenating 1 with 2, then multiplying by 3 and adding 8, followed by multiplying by 9, which accurately reaches 10,958. The video highlights the importance of embracing the challenge and trying unconventional methods, even when they seem unlikely to succeed.

Takeaways

  • 🔢 The video discusses a mathematical challenge to get as close as possible to the number 10,958 using basic arithmetic operations and concatenation.
  • ✂️ The rules allow for addition, subtraction, multiplication, division, and the use of brackets to dictate order of operations, but powers are not used due to computational complexity.
  • 🔣 Concatenation is permitted in the challenge, which means combining numbers in sequence without arithmetic operations, and it's an aspect that's not always explicitly stated but utilized in the challenge.
  • 🎲 The presenter attempts to solve the challenge by creating an expression using the numbers 1 through 9 with concatenation and arithmetic operations, aiming for the number 10,958.
  • 📉 In the initial attempt, the presenter gets close but not exact, resulting in 10,958.4 instead of the desired 10,958.
  • 📌 The presenter emphasizes the importance of trying out solutions even if they might fail, as it can lead to finding a correct solution in the end.
  • 🤔 The video highlights the arbitrary nature of including concatenation in mathematical operations and how it's not typically used as a step in calculations but rather in setting up numbers.
  • 📝 The presenter corrects the initial approach by rearranging the concatenation and arithmetic operations to precisely hit the target number 10,958.
  • 🎯 The final expression provided is a combination of concatenation and arithmetic that successfully reaches the goal of 10,958, filling the gap left by previous attempts.
  • 💡 The video serves as a lesson in creativity and perseverance in problem-solving, showing that sometimes thinking outside the box and trying unconventional methods can lead to success.
  • 👕 There's a humorous mention of Parker Square t-shirts, indicating a level of community and following around the presenter's mathematical content.

Q & A

  • What mathematical operations are allowed in the challenge described in the video?

    -The mathematical operations allowed in the challenge include addition, subtraction, multiplication, division, and the use of brackets to dictate the order of operations. Powers are allowed but not used in this specific instance due to the complexity they add to programming.

  • Why were powers not used in the solution presented in the video?

    -Powers were not used in the solution because when writing a program to perform the calculations, they can cause the values to become extremely large, leading to computational issues. It was easier to avoid them in this case.

  • What is concatenation in the context of the video?

    -In the context of the video, concatenation refers to the process of joining two sequences of numbers together to form a new sequence. It is a mathematical operation that is allowed but not explicitly stated in the rules.

  • What symbol does the video suggest using to represent concatenation?

    -The video suggests using two lines ('//') to represent concatenation, although it acknowledges that there are various symbols people use for this purpose.

  • What was the initial attempt at the solution and how close did it get to the target number 10,958?

    -The initial attempt involved a series of mathematical operations including concatenation, multiplication, division, and addition. The result was 10,958.4, which was very close to the target number of 10,958.

  • What is the significance of the number 10,958 in the video?

    -The number 10,958 is the target number that the presenter is trying to reach using the allowed mathematical operations and concatenation.

  • What is the final solution presented in the video to reach the number 10,958?

    -The final solution involves concatenating numbers, performing multiplication and addition operations, and using brackets to dictate the order of operations. The sequence is 1 concatenated with 2, multiplied by 3, multiplied by 4, divided by 5, multiplied by 6, multiplied by 7, plus 8, all within brackets, and then multiplied by 9.

  • Why was concatenation not used as a step during the calculation in the initial examples?

    -Concatenation was not used as a step during the calculation in the initial examples because it was only used in the setup of the numbers, which were then subjected to other operations.

  • What is the moral of the Parker Square challenge as presented in the video?

    -The moral of the Parker Square challenge is to give it a try even when the odds of success are low. Embracing failure is part of the process, and sometimes it does work out.

  • How does the presenter suggest improving the understanding of the problem?

    -The presenter suggests that taking concatenation seriously and including it as a fully-fledged function in the calculations can help improve the understanding and potentially solve the problem.

  • What is the role of the base in the context of the video's mathematical discussion?

    -The base is mentioned in the context of logarithms, suggesting that the base of a logarithm could be used to determine the length or another property of a number in the sequence.

Outlines

00:00

🔢 Mathematical Operations and Concatenation

The script discusses the rules of a mathematical challenge that allows addition, subtraction, multiplication, division, and the use of brackets to dictate order of operations. However, the use of powers is discouraged due to the potential for large values when programming. The concept of concatenation is introduced, which is the joining of numbers without any mathematical operation, and it's noted that there's no standard symbol for it. The speaker uses a double line to denote concatenation and provides an example calculation that nearly achieves a target number, 10958, by concatenating and then performing operations on the numbers 1 through 7, and finally multiplying by 9.

05:01

🔄 Embracing Concatenation in Mathematical Puzzles

This paragraph delves deeper into the use of concatenation in the context of the mathematical challenge. The speaker points out that while concatenation is not explicitly forbidden, it's also not used as a step in calculations but rather in setting up numbers for operations. The script then presents a revised calculation that correctly achieves the target number, 10958, by concatenating numbers and performing operations in a sequence that includes multiplication, addition, and finally multiplication by 9. The speaker emphasizes the importance of trying out methods that might seem unlikely to succeed, as they can occasionally lead to the correct solution.

Mindmap

Keywords

💡Concatenation

Concatenation refers to the act of linking or joining two things together end-to-end. In the context of the video, it is used to combine numbers to form a larger number without any mathematical operation between them. The script mentions that concatenation is a strange concept with no agreed symbol, and it is often overlooked in mathematical operations. However, it plays a crucial role in the challenge presented in the video, where the goal is to create a sequence of operations that results in the number 10,958.

💡Arithmetic Operations

Arithmetic operations encompass the basic mathematical functions of addition, subtraction, multiplication, and division. These operations are fundamental to the video's theme, as they are the allowed methods for manipulating numbers to achieve the target number. The script discusses the use of these operations in conjunction with concatenation to create a sequence that results in the number 10,958.

💡Brackets

Brackets in mathematics are used to group terms or numbers together, indicating that the operations within the brackets should be performed before those outside. In the video script, brackets are mentioned as a tool to control the order of operations, which is essential in creating a sequence that leads to the desired number.

💡Powers

Powers refer to the operation of exponentiation, where a number is multiplied by itself a certain number of times. Although the script mentions that powers are allowed in the rules, they are not used in the example provided due to the complexity they add when programming a solution. Powers are a way to significantly increase or decrease a number's value through repeated multiplication.

💡Parker Square

Parker Square is a term used in the script to refer to the presenter, Brady Haran, and his approach to solving mathematical puzzles. It signifies a willingness to attempt solutions even when the odds of success are low, embracing the challenge and learning from the process. The term is used to encourage viewers to give problems a try, as sometimes they can lead to a successful outcome.

💡T-shirt

In the script, the mention of T-shirts is a light-hearted reference to viewers wearing Parker Square T-shirts while watching the show. It serves as a humorous anecdote and a way to acknowledge the community of viewers who support and engage with the content.

💡Logarithm

A logarithm is the inverse operation to exponentiation, expressing the power to which a base number must be raised to produce a given number. In the context of the video, the script suggests using a logarithm to determine the length or base of a number, although it is not directly applied in the solution provided.

💡Explode

In the script, 'explode' is used metaphorically to describe what happens when powers are included in the calculations, leading to very large values that can complicate programming solutions. It illustrates the decision to avoid using powers to keep the problem more manageable.

💡Rules

The term 'rules' in the script refers to the constraints and conditions set for the mathematical challenge. These rules define which operations are allowed (addition, subtraction, multiplication, division, and concatenation) and which are not (powers, in this case). The rules are essential for structuring the problem and guiding the approach to finding a solution.

💡Sequence

A sequence in mathematics is an ordered list of numbers or elements. In the video, the challenge involves creating a sequence of operations and concatenations that, when applied, results in the specific number 10,958. The script discusses different attempts to form such a sequence, emphasizing the importance of order in the operations.

💡Moral

The moral of the story, as mentioned in the script, is the lesson or principle that can be drawn from the video's narrative. In this case, it is the idea of embracing challenges and attempting solutions even when they might not work out. The script uses the Parker Square concept to encourage viewers to take risks and learn from the process, as success can sometimes be achieved through perseverance.

Highlights

The video discusses the challenge of getting as close as possible to the number 10,958 using basic mathematical operations and concatenation.

Powers are allowed but not used in the solution to avoid large values when programming.

Brackets are utilized to determine the order of operations.

Concatenation is a less commonly used operation in the challenge, symbolized by two lines.

The video explores the concept of concatenation and its various notations.

An initial attempt to reach the target number results in 10,958.4, which is very close.

The presenter's approach involves starting with the number 12 and applying a series of mathematical operations.

The use of concatenation is not explicitly stated but is implied and utilized in the solution.

A successful solution is found by taking concatenation seriously and using it in the calculation steps.

The final solution reaches the exact target number of 10,958 by concatenating numbers and applying mathematical operations.

The presenter emphasizes the importance of trying even if the odds of success are low.

The video concludes by encouraging viewers to embrace failure as part of the problem-solving process.

The mathematical process involves adding, subtracting, multiplying, dividing, and concatenating numbers.

The presenter demonstrates a step-by-step approach to the problem, including the use of brackets and concatenation.

The video highlights the arbitrary nature of including concatenation as a function in the problem-solving process.

The presenter shares a moral lesson from the Parker square, encouraging viewers to give problems a try despite the potential for failure.

The video showcases the beauty of mathematics in finding creative solutions to complex problems.

The final solution is achieved by concatenating numbers in a specific order and performing calculations.