PING: Nom dePlume.



 Sociology > Depression > PING: Nom dePlume.

LINK TO THIS PAGE  


rating :  0   |  0


  Page 1 of 1

1

 
Topic: Sociology > Depression
User: "Cardinal"
Date: 01 Feb 2004 08:54:24 PM
Object: PING: Nom dePlume.
I hope you can help me with a problem. If I recall correctly from=20
Statistics 101 years ago, there is a formula I can use to solve this=20
problem:
How many possible combinations are there to make 75=A2 using only=20
quarters, dimes, or nickels?
I drew out a chart the old fashioned way to solve it, but can you help=20
me with a formula for it?
Combinations, permutations, n!'s, any help would be greatly=20
appreciated.
.

User: "Nom dePlume nomdeplume1000-at-yahoo.com"

Title: Re: Nom dePlume. 01 Feb 2004 11:16:07 PM
Alas, while there may be a formula, I don't know what it is. I can
write an algorithm for it, but you've already done that.
For half credit, here is an algebraic description of the problem.
Let the vector C = [c(1), c(2), c(3), c(4)] = [25, 10, 5, 1] be the
vector of coin values.
Let the vector A = [a(1), a(2), a(3), a(4)] represent the number of
each type of coin in the set.
The value of the set is S = A dot C ("dot" meaning scalar product),
i.e.
S = a(1)*c(1) + a(2)*c(2) + a(3)*c(3) + a(4)*c(4),
which is also the projection of vector A onto vector C (and vice
versa).
What you want to know is the complete set of vectors A (actually, the
number of such vectors) satisfying the constraints
A dot C = 75,
All a(i) values are non-negative integers.
You know there is at least one solution, since A = (0, 0, 0, 75) is
guaranteed to work.
I suspect there isn't a simple formula for this. It isn't difficult to
construct a computational algorithm that gives you the answer, but I
don't think the result would look simple expressed algebraically.
(By the way, I got 120 from a quick look at the possibilities. Is that
what you got?)
You've piqued my curiosity -- What inspired this problem? Are you
working on a project of some kind?
--
Nom dePlume, Ph.D
Why, yes, in fact, I am a rocket scientist.
"Cardinal" <cardinal-no-spam@mail.ru> wrote in message
news:ZGFya3plbg==.5cedeeceaf8e136fe7e00c9c9bab50b7@1075690464.nulluser.com...
I hope you can help me with a problem. If I recall correctly from
Statistics 101 years ago, there is a formula I can use to solve this
problem:
How many possible combinations are there to make 75¢ using only
quarters, dimes, or nickels?
I drew out a chart the old fashioned way to solve it, but can you help
me with a formula for it?
Combinations, permutations, n!'s, any help would be greatly
appreciated.
.
User: "GlennT"

Title: Re: Nom dePlume. 02 Feb 2004 03:37:53 AM
Nom dePlume wrote:


Alas, while there may be a formula, I don't know what it is. I can
write an algorithm for it, but you've already done that.

For half credit, here is an algebraic description of the problem.

Let the vector C = [c(1), c(2), c(3), c(4)] = [25, 10, 5, 1] be the
vector of coin values.
Let the vector A = [a(1), a(2), a(3), a(4)] represent the number of
each type of coin in the set.
The value of the set is S = A dot C ("dot" meaning scalar product),
i.e.

S = a(1)*c(1) + a(2)*c(2) + a(3)*c(3) + a(4)*c(4),

which is also the projection of vector A onto vector C (and vice
versa).

What you want to know is the complete set of vectors A (actually, the
number of such vectors) satisfying the constraints

A dot C = 75,
All a(i) values are non-negative integers.

You know there is at least one solution, since A = (0, 0, 0, 75) is
guaranteed to work.

I suspect there isn't a simple formula for this. It isn't difficult to
construct a computational algorithm that gives you the answer, but I
don't think the result would look simple expressed algebraically.

(By the way, I got 120 from a quick look at the possibilities. Is that
what you got?)

You've piqued my curiosity -- What inspired this problem? Are you
working on a project of some kind?
--
Nom dePlume, Ph.D

Cool! I actually followed that... must be working in unix.
GlennT
.
User: "Anonymous Sender"

Title: Re: Nom dePlume. 02 Feb 2004 08:24:35 AM
In article <401E1A71.9BADE293@noname.com>
GlennT <askme@noname.com> wrote:



FOAD loser!
.

User: "Nom dePlume nomdeplume1000-at-yahoo.com"

Title: Re: Nom dePlume. 03 Feb 2004 01:13:04 AM
Very good!
--
Nom dePlume, Ph.D
Why, yes, in fact, I am a rocket scientist.
"GlennT" <askme@noname.com> wrote in message
news:401E1A71.9BADE293@noname.com...

Nom dePlume wrote:


Alas, while there may be a formula, I don't know what it is. I can
write an algorithm for it, but you've already done that.

For half credit, here is an algebraic description of the problem.

Let the vector C = [c(1), c(2), c(3), c(4)] = [25, 10, 5, 1] be

the

vector of coin values.
Let the vector A = [a(1), a(2), a(3), a(4)] represent the number

of

each type of coin in the set.
The value of the set is S = A dot C ("dot" meaning scalar

product),

i.e.

S = a(1)*c(1) + a(2)*c(2) + a(3)*c(3) + a(4)*c(4),

which is also the projection of vector A onto vector C (and vice
versa).

What you want to know is the complete set of vectors A (actually,

the

number of such vectors) satisfying the constraints

A dot C = 75,
All a(i) values are non-negative integers.

You know there is at least one solution, since A = (0, 0, 0, 75)

is

guaranteed to work.

I suspect there isn't a simple formula for this. It isn't

difficult to

construct a computational algorithm that gives you the answer, but

I

don't think the result would look simple expressed algebraically.

(By the way, I got 120 from a quick look at the possibilities. Is

that

what you got?)

You've piqued my curiosity -- What inspired this problem? Are you
working on a project of some kind?
--
Nom dePlume, Ph.D


Cool! I actually followed that... must be working in unix.

GlennT

.

User: "Janithor"

Title: Re: Nom dePlume. 02 Feb 2004 03:56:33 AM
x-no-archive: yes
GlennT wrote:

Nom dePlume wrote:

Alas, while there may be a formula, I don't know what it is. I can
write an algorithm for it, but you've already done that.

For half credit, here is an algebraic description of the problem.

Let the vector C = [c(1), c(2), c(3), c(4)] = [25, 10, 5, 1] be the
vector of coin values.
Let the vector A = [a(1), a(2), a(3), a(4)] represent the number of
each type of coin in the set.
The value of the set is S = A dot C ("dot" meaning scalar product),
i.e.

S = a(1)*c(1) + a(2)*c(2) + a(3)*c(3) + a(4)*c(4),

which is also the projection of vector A onto vector C (and vice
versa).

What you want to know is the complete set of vectors A (actually, the
number of such vectors) satisfying the constraints

A dot C = 75,
All a(i) values are non-negative integers.

You know there is at least one solution, since A = (0, 0, 0, 75) is
guaranteed to work.

I suspect there isn't a simple formula for this. It isn't difficult to
construct a computational algorithm that gives you the answer, but I
don't think the result would look simple expressed algebraically.

(By the way, I got 120 from a quick look at the possibilities. Is that
what you got?)

You've piqued my curiosity -- What inspired this problem? Are you
working on a project of some kind?
--
Nom dePlume, Ph.D



Cool! I actually followed that... must be working in unix.

GlennT

This is why I clean caca for a living.
.
User: "zer0 the her0"

Title: Re: Nom dePlume. 02 Feb 2004 03:59:27 AM
Janithor wrote:

x-no-archive: yes

GlennT wrote:

Nom dePlume wrote:

Alas, while there may be a formula, I don't know what it is. I can
write an algorithm for it, but you've already done that.

For half credit, here is an algebraic description of the problem.

Let the vector C = [c(1), c(2), c(3), c(4)] = [25, 10, 5, 1] be the
vector of coin values.
Let the vector A = [a(1), a(2), a(3), a(4)] represent the number of
each type of coin in the set.
The value of the set is S = A dot C ("dot" meaning scalar product),
i.e.

S = a(1)*c(1) + a(2)*c(2) + a(3)*c(3) + a(4)*c(4),

which is also the projection of vector A onto vector C (and vice
versa).

What you want to know is the complete set of vectors A (actually, the
number of such vectors) satisfying the constraints

A dot C = 75,
All a(i) values are non-negative integers.

You know there is at least one solution, since A = (0, 0, 0, 75) is
guaranteed to work.

I suspect there isn't a simple formula for this. It isn't difficult to
construct a computational algorithm that gives you the answer, but I
don't think the result would look simple expressed algebraically.

(By the way, I got 120 from a quick look at the possibilities. Is that
what you got?)

You've piqued my curiosity -- What inspired this problem? Are you
working on a project of some kind?
--
Nom dePlume, Ph.D



Cool! I actually followed that... must be working in unix.

GlennT




This is why I clean caca for a living.

i thought you were the 'salesman'
.
User: "Janithor"

Title: Re: Nom dePlume. 02 Feb 2004 04:03:39 AM
x-no-archive: yes
zer0 the her0 wrote:

i thought you were the 'salesman'

Willy Loman maybe. Haven't been selling in about 3 years. I suck as a
manager, so I haven't even tried taking on more business, cause I can
barely manage what I have. I'm learning, too slowly, but I'm learning.
It's a long slog.
But yeah, I still clean too.
.






  Page 1 of 1

1

 


Related Articles
 

NEWER

pg.2749     pg.2106     pg.1612     pg.1232     pg.940     pg.716     pg.544     pg.412     pg.311     pg.234     pg.175     pg.130     pg.96     pg.70     pg.50     pg.35     pg.24     pg.16     pg.10     pg.6     pg.3     pg.1

OLDER