Preview

Pow #1- a Digital Proof

Good Essays
Open Document
Open Document
678 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Pow #1- a Digital Proof
A Digital Proof Write-up

The problem in A Digital Proof has two parts. The first is to fill in five boxes with numbers that fit the criteria: each box has a number, and the digit that is placed in each box must be the amount of times that number appears in the whole five digit number formed by the boxes. The second part of the problem is to prove that there is only one solution.

How I went about solving this problem was somewhat simple; at least, it was at first. I started from the ‘four’ box (the fifth box, labeled with a four). I realized that four wouldn’t work in that box, because that would mean that there were four fours, and that wouldn’t work. I couldn’t put three in the box, either, because that would require there to be three fours, and that wouldn’t work out either. Two didn’t work for the same reasons as four and three, and even one wasn’t a possibility. This left me with one option: zero.

One box down, four to go. Easy, right? That’s what I thought as I filled in the ‘three’ box, again with a zero for the same reasons that I’d put a zero in the ‘four’ box. Four wouldn’t work because that would require three to be in four boxes, and then that wouldn’t leave room for any other numbers. Again, this was the reason that three, two, and one didn’t work. For three, too, the only possibility was zero.

Up until now, things had been fairly straightforward. Then, once I hit the ‘two’ box, things began to get more complicated. Here, I couldn’t put four or three because two of the boxes had already been filled, and I couldn’t change that. Then, I tried two. This could work, but only if there was a two elsewhere. I couldn’t put a two in the ‘one’ box, but I could put it in the zero box, because of the ‘four’ and ‘three’ boxes. Good thing I didn’t change those. That left me with the ‘one’ box. There was really only one option for that box, and that was putting a one in it.

That was my process for solving the seemingly daunting, but surprisingly easy

You May Also Find These Documents Helpful

  • Satisfactory Essays

    NT1210 Lab 1

    • 319 Words
    • 4 Pages

    3. First 4 digits of a Base 5 numbering system would be (left to right) 625 125 25 5…

    • 319 Words
    • 4 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Instructions: Only enter data in the yellow boxes. The remaining areas are already completed for you.…

    • 448 Words
    • 9 Pages
    Satisfactory Essays
  • Good Essays

    · The can only move two square forward and one to the right or one forward…

    • 630 Words
    • 3 Pages
    Good Essays
  • Better Essays

    Pow Write-Up 1

    • 1175 Words
    • 5 Pages

    From there, I began by using the largest number box, which was four. I noticed that if I used any number other than zero in the four box, the problem wouldn’t work. To prove this, if I put a one in the “four” box, that means that there would be another box from 0-3 that would contain the number four, which means that there would be four of that number. This is impossible because there are only three boxes left. Any other solution wouldn’t work either, so I left the “four” box as a zero.…

    • 1175 Words
    • 5 Pages
    Better Essays
  • Powerful Essays

    0 0 0 "2 "2 0 0 0 0 0 1 0 0 1 2 0 0 3 3 0 1 0 0 0 0…

    • 2401 Words
    • 10 Pages
    Powerful Essays
  • Powerful Essays

    AQA 43652H QP JUN12

    • 1900 Words
    • 32 Pages

    The solutions of ax 2 + bx + c = 0, where a ≠ 0, are given by…

    • 1900 Words
    • 32 Pages
    Powerful Essays
  • Powerful Essays

    Box IS Checked! Box NOT Checked! . Box NOT Checked! . Box NOT Checked! .…

    • 4683 Words
    • 19 Pages
    Powerful Essays
  • Satisfactory Essays

    Simpsons

    • 982 Words
    • 4 Pages

    4. Using the symbol > arrange the following numbers: • • 1 237 456 1 273 462…

    • 982 Words
    • 4 Pages
    Satisfactory Essays
  • Good Essays

    The Devils Arithmetic

    • 584 Words
    • 3 Pages

    The Devils Arithmetic is a young adult fiction novel that has many fascinating elements. The story could be a great tool introducing young readers to the Holocaust. The book both differs yet shares some similarities to other holocaust novels. The story has a strange change of setting early in the story. There are many characters and they all have traits that reflect those who actually experience the Holocaust and the Nazi's acts against humanity.…

    • 584 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    A Digital Proof

    • 503 Words
    • 3 Pages

    This problem of the week has a main gain goal set upon boxes. There are five boxes numbered one through zero. Underneath the boxes have the numbers written under them. In the boxes, there are numbers that should be entered in the boxes that all evenly works out. For instance, the number that you put in box zero must be the same as the number of zeros that were used. The same procedures apply when using other boxes. The same number cannot be used in the box, for example, a four cannot be placed in box four or the number two cannot be enlisted in box two. The same number is tolerable to be used more than once. The only exception is that no number higher than four can be expended. My goal for this POW is to corroborate and demonstrate that I have found all solutions and that all solutions work and is credible.…

    • 503 Words
    • 3 Pages
    Satisfactory Essays
  • Good Essays

    Problem of the Week

    • 587 Words
    • 3 Pages

    Problem Statement: A farmer is carrying her eggs in a cart when she accidentally spills every one of them and they all break. She decides to go to her insurance agent, who asks her how many eggs she had. She’s not sure but she does know some information from various ways she tried to pack her eggs. She knows that when she put her eggs in groups of one, two, three, four, five, and six, there was always one egg left over. When she put them in groups of seven, there were no eggs left over. The task is to use this information to find out how many eggs the farmer had,…

    • 587 Words
    • 3 Pages
    Good Essays
  • Good Essays

    Curriculum Guides

    • 3978 Words
    • 16 Pages

    Listen for a certain sound in a word. If the sound is in the beginning of the word place the counter in the first box, middle of the word place it in the middle box, end of the word place the counter in the last box.…

    • 3978 Words
    • 16 Pages
    Good Essays
  • Powerful Essays

    * The minimum count that this circuit can count down to is 00; the maximum count is 99.…

    • 3471 Words
    • 14 Pages
    Powerful Essays
  • Satisfactory Essays

    Bit-Sum Prime

    • 284 Words
    • 2 Pages

    Every student, who has learned programming, must have written a program to determine whether a given positive integer is a prime number. Basically in order to determine whether a positive integer n is prime, we search for any number in the range [2, n − 1] which can divide n. Some of you would have designed a slighly better implementation where you search √ for any divisor of n from the range [2, n ]. Does either of these two implementations correspond to an efficient algorithm ? Ponder over this question deeply. Let us try to design an efficient algorithm for a problem which looks as simple and innocent as the problem discussed above. First, we give a definition. Definition 1. A positive integer is said to be bit-sum prime if the sum of the bits in its binary representation is a prime number. For example 6(110), 14(1110) are bit-sum prime numbers, whereas 29(11101) is not a bit-sum prime number. Design and implement an algorithm which receives a 64-bit integer n and outputs the count of all the bit-sum prime numbers less than n. Test it for a really large number, for example, execute your algorithm for 123456789123456789. Hint: Your algorithm/program is NOT supposed to enumerate all the bit-sum prime numbers. Instead, it has to just report the count of all the bit-sum prime number. Hence the output will be just a single number. Notice that you will have to use clever programming skills also in this problem.…

    • 284 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Research Paper

    • 515 Words
    • 3 Pages

    $ # $ " 4 ! 3 2   1       ¦  0   ¤  ¢  ) ¦   ¢  ¤ ¡ § ( © ¨ ' § ¦ ¦ ¥ & ¤ £ % ¢ ¡ ¡ …

    • 515 Words
    • 3 Pages
    Good Essays