Re: Possible combinations
- From: quasi <quasi@xxxxxxxx>
- Date: Sun, 28 Aug 2005 10:58:12 -0700
On Sun, 28 Aug 2005 16:45:27 +0200, "Janwillem Borleffs"
<jw@xxxxxxxxxxxxx> wrote:
>Hello,
>
>I have got a very basic question:
>
>When I have to variables:
>
>a = 0 or 1
>b = 0 or 1
>
>Then there are 2 pow2 = 4 possible combinations. This is easy enough.
>
>But when I have the following variables:
>
>a = 0 or 1 or 2
>b = 0 or 1
>
>How do I calculate the number of calcutions then?
>
>Regards,
>JW
>
>
With so few choices, you should at least try to get the answer
experimentally. Just write out all the possible arrangements and
actually count them. This will lead you to the general principle.
quasi
.
- Follow-Ups:
- Re: Possible combinations
- From: Janwillem Borleffs
- Re: Possible combinations
- References:
- Possible combinations
- From: Janwillem Borleffs
- Possible combinations
- Prev by Date: Re: Cardinality of Real Numbers
- Next by Date: Re: Cardinality of Real Numbers
- Previous by thread: Re: Possible combinations
- Next by thread: Re: Possible combinations
- Index(es):
Relevant Pages
|