How many combinations can be made with 10 bowling pins in 10 positions?

AI Thread Summary
When considering the arrangement of 10 bowling pins in 10 positions, each pin can either be 'up' or 'down', resulting in 2^10 or 1024 possible combinations. However, combining certain arrangements can reduce the total number of unique configurations. Additionally, disallowing 'impossible' arrangements further decreases the count of valid combinations. The discussion highlights the complexity of calculating combinations based on specific rules and arrangements. Ultimately, the total number of valid configurations depends on the criteria set for what constitutes a permissible arrangement.
oNesterud
Messages
1
Reaction score
0
Hi! Me and some guys at work has a little argue about how many combinations you can have after that you have throwed away the first globe in bowling. There are 10 pins and 10 postions for them to stand. Are there any quations that works out for this?

Here's an example of all the 10 pins, rised at all 10 positons:
x x x x
.x x x
..x x
...x

(I hope this is the right thread caus its not an homework)
 
Last edited:
Physics news on Phys.org
If each pin is allowed to be 'up' or 'down', and

. . . x
.. . x
... .
...

is different from, say,

. . x .
.. x .
... .
...

then all you need to know is that each position has two states, up or down, and there are 10. This gives 2^10 = 1024 positions.

If you combine certain arrangements, like the two above, you'll have fewer. If you additionally disallow 'impossible' arrangements like

x x x x
.x . x
..x x
...x

then you'll have fewer still.
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top