Several Questions about Combinatrics and Probability Questions

  • Thread starter Askhwhelp
  • Start date
  • Tags
    Probability
The recurrence relation is an = an-1 + n. In summary, the conversation discusses a scheme for patrolling an area of 16 blocks by 16 blocks, as well as solving problems involving probability and recurrence relations. The officer walks randomly at each block and the probability of reaching the boundary after 8 blocks is 1/4^8 * 4, while the probability of returning to the starting point after 4 blocks is 1/4^4 * 20. For the second problem, there is a formula for finding the number of ternary sequences with an even number of 0s and 1s. And for the third problem, the recurrence relation for the number of regions n lines divide the plane into is
  • #1
Askhwhelp
86
0
1) Suppose that the streets of a city are laid out in a grid with streets running north–south and east–west. Consider the following scheme for patrolling an area of 16 blocks by 16 blocks. An officer commences walking at the intersection in the center of the area. At the corner of each block the officer randomly elects to go north, south, east, or west. What is the probability that the officer will
a. reach the boundary of the patrol area after walking the first 8 blocks?
b. return to the starting point after walking exactly 4 blocks?

2) How many k-digit ternary sequences (sequences of 0s, 1s, and 2s) have the total number of 0s and 1s as even number of 0s and 1 even?

3) Find a recurrence relation for the number of regions n lines divide the plane into. Assume all lines are straight, no lines are parallel and no three lines intersect in the same point. For example: A single line divides the plane into two regions.

How to solve these questions?
 
Physics news on Phys.org
  • #2
Askhwhelp said:
How to solve these questions?
Start with looking for possible routes/sequences/... that satisfy the condition (like "reaching the boundary after 8 steps"). Then try to find a general description for all of them, and calculate the probabilities of all of them (a tree diagram can help).

If you need a formula for n steps, look at 1, 2, 3, 4 steps to get a feeling for the problem.
 
  • #3
Is 1a (1/4)^8 * 4
And 1b (1/4)^4 * 20

For 3)
I have a1 = 2, a2 = 4, a3= 5 or 7, a4=6,8 or 9
I could not find any relationship between them.
 
  • #4
1a and 1b are right.

a3= 5 or 7
Why or? There is a single number for each number of lines.
a4=6,8 or 9
That does not look right.

I don't understand what " have the total number of 0s and 1s as even number of 0s and 1 even" means in the problem statement of (2).
 
  • #5
For a3 and a4, it depend in how you divides the planes. Then I got a different number of regions. Try it divide it and you might see what I am talking about
 
  • #6
Askhwhelp said:
For a3 and a4, it depend in how you divides the planes. Then I got a different number of regions. Try it divide it and you might see what I am talking about
Did you make sure that your sketch is large enough to see all line intersections?

I know how the image looks like and there is a single answer. If you get multiple options, can you show what you did? There has to be some error in the sketch.
 
  • #7
mfb said:
Did you make sure that your sketch is large enough to see all line intersections?

I know how the image looks like and there is a single answer. If you get multiple options, can you show what you did? There has to be some error in the sketch.

Thank you for your comment on the size of the sketch. I realized my mistake is it a1= 2, a2=4,a3=7, a4=11,a5=16 so an=an-1 + n?
 
  • #8
Right.
 

Related to Several Questions about Combinatrics and Probability Questions

1. What is combinatorics?

Combinatorics is a branch of mathematics that deals with counting and arranging objects in a systematic way.

2. What is probability?

Probability is the likelihood of an event occurring, measured on a scale from 0 (impossible) to 1 (certain).

3. What are the fundamental principles of combinatorics and probability?

The fundamental principles of combinatorics include permutations and combinations, while the fundamental principles of probability include the law of total probability and the law of independent events.

4. How are combinatorics and probability used in real-world applications?

Combinatorics and probability are used in a wide range of fields, including finance, genetics, and computer science, to make predictions and decisions based on data and uncertainty.

5. What is the difference between permutation and combination?

Permutation is the arrangement of objects in a specific order, while combination is the selection of objects without considering their order.

Similar threads

Back
Top