Answered You can buy a ready-made answer or pick a professional tutor to order an original one.

QUESTION

Option #1: Pascal’s Triangle: Paths and Binary Strings Suppose you want to create a path between each number on Pascal’s Triangle. For this exercise, suppose the only moves allowed are to go down one

Option #1: Pascal’s Triangle: Paths and Binary Strings

Suppose you want to create a path between each number on Pascal’s Triangle. For this exercise, suppose the only moves allowed are to go down one row either to the left or to the right.

We will code the path by using bit strings. In particular, a 0 will be used for each move downward to the left, and a 1 for each move downward to the right. So, for example, consider the first five rows of Pascal’s Triangle below, and the path shown between the top number 1 (labelled START) and the left-most 3.

This path involves starting at the top 1 labelled START and first going down and to the left (code with a 0), then down to the left again (code with another 0), and finally down to the right (code with a 1). Hence, this path would be coded with binary string 001. This code is then recorded at the ending location on the triangle.

For Option #1, complete the following tasks based on the coding scheme described above:

  1. Determine if there are additional paths between the START (number 1 at the top) and end point (leftmost 3). If so, describe them in words, by tracing the path on the triangle, and as binary strings. Then record all such binary strings at the ending location.
  2. Find and record at least 5 paths using binary strings between the START location and numbers in rows 4 and 5. Compare the binary strings for each number and discuss why those similarities and differences might exist. Also, explain any connections you notice between the number of possible paths ending at each location and the corresponding entry of Pascal’s Triangle.
  3. Discuss what information about an endpoint and the paths leading to it can be gathered from the length of its binary strings and the number of 1s in them.
  4. Explain the addition rule of Pascal’s Triangle in your own words in terms of the path coding scheme you worked with in this assignment.
  5. Note the type of symmetry that Pascal’s Triangle has and explain it in terms of the paths.

Additional Requirements:

  • Paper must be written in 3rd person.
  • Your paper should be 3-4 pages in length (counting the title page and references page) and cite and integrate at least one credible outside source. 
  • Include a title page, introduction, body, conclusion, and a reference page.
  • The introduction should describe or summarize the topic or problem. It might discuss the importance of the topic or how it affects you or society as a whole, or it might discuss or describe the unique terminology associated with the topic.
  • The body of your paper should answer the questions posed in the problem. Explain how you approached and answered the question or solved the problem, and, for each question, show all steps involved.  Be sure this is in paragraph format, not numbered answers like a homework assignment.
  • The conclusion should summarize your thoughts about what you have determined from the data and your analysis, often with a broader personal or societal perspective in mind.  Nothing new should be introduced in the conclusion that was not previously discussed in the body paragraphs.
  • Include any tables of data or calculations, calculated values, and/or graphs associated with this problem in the body of your assignment.
Show more
  • @
  • 5213 orders completed
ANSWER

Tutor has posted answer for $40.00. See answer's preview

$40.00

************ *** ******** *** let ** know ** **** of any ******* * am *********

Click here to download attached files: P.triangle(2)(1).docx
or Buy custom answer
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question