ATAR Notes: Forum
VCE Stuff => VCE Mathematics/Science/Technology => VCE Subjects + Help => VCE Mathematics => Topic started by: Momo.05 on February 13, 2010, 09:06:28 pm
-
Laura is in charge of lighting the rock palace for upcoming willy nilly wild ones concert. Each light fixture supplies exactly 1,000 watts of power to light the bulbs in the fixture. Laura can use any combination of 150 watt, 100 watt, 75 watt, or 60 watt bulbs, but the total number of watts must be 1000. How many diffrent combinations of bulbs could laura use in a light fixture?
can someone help me solve this? Please. Thanks. :)
-


We need to find how many distinct
there are.
Let
be the number of nonnegative ordered 4-tuple
that solve 
We need to find 
Define  = 1+x^{30}+x^{60} + \cdots)
 = 1+x^{20}+x^{40} + \cdots)
 = 1+x^{15}+x^{30} + \cdots)
 = 1+x^{12}+x^{24} + \cdots)
Now
Thus
and so on.
Our aim is the find the coefficient of the
term, which looks like a recurrence relation.
-


We need to find how many distinct
there are.
Let
be the number of nonnegative ordered 4-tuple
that solve 
We need to find 
Define  = 1+x^{30}+x^{60} + \cdots)
 = 1+x^{20}+x^{40} + \cdots)
 = 1+x^{15}+x^{30} + \cdots)
 = 1+x^{12}+x^{24} + \cdots)
Now
Thus
and so on.
Our aim is the find the coefficient of the
term, which looks like a recurrence relation.
I'm confused with that A(x),B(x)... notation. :S
-
It is generating functions.
-
So,
- A(x) = x0(30) + x1(30) + x2(30) + x3(30) ...
It's generating functions but I don't know how these relate to the problem.
-
Hi. Let a,b,c,d be the number of 150,100,75,60 wat bulbs used respsectively.
We have:
150a+100b+75c+60d=1000
And now we will keep reducing this equation:
30a+20b+15c+12d=200
From here on we see that c must be even and d must be a multiple of 5, hence let c=2k, d=5x:
30a+20b+30k+60x=200
3a+2b+3k+6x=20
Now we can see that b cannot be a multiple of 3, hence b is of the form b=3m+1 or b=3m+2 (mutually exclusive cases). By plugging in the second case we get:
3a+2(3m+2)+3k+6x=20
3a+6m+3k+6x=16
3(a+2m+k+2x)=16 which implies 16 has 3 as a factor, a contradiction. Hence only the first case is possible:
3a+2(3m+1)+3k+6x=20
3a+6m+3k+6x=18
a+2n+k+2x=6
And now find how many different solutions there are to that equation. Which is done manually or by computer or maybe generating functions (dunno what is quickest so far).
-
So,
- A(x) = x0(30) + x1(30) + x2(30) + x3(30) ...
It's generating functions but I don't know how these relate to the problem.
Ahmad taught me alot about generating functions (eg, http://vcenotes.com/forum/index.php/topic,19896.msg210235.html#msg210235), you could also have a read in AnC's page 136
-
Hi. Let a,b,c,d be the number of 150,100,75,60 wat bulbs used respsectively.
We have:
150a+100b+75c+60d=1000
And now we will keep reducing this equation:
30a+20b+3c+12d=200
From here on we see that c must be even, hence let c=2k:
30a+20b+6k+12d=200
15a+10b+2k+6d=100
From here on, we see that a must be even, hence let a=2m:
30m+10b+2k+6d=100
15m+5b+k+3d=50
So we wanna know the numbers of non-negative integer solutions to that equation.
This sort of simplifies the problem to smaller numbers, but doesn't simplify it as much as I hoped. To proceed further you can use a similair approach as TT did with the generating functions.
let
be the number of ways of solving the problem for
instead of 50. We want to know
.
(1+x^5+x^{10}...)(1+x+x^2...)(1+x^3+x^6...)=u_0+u_1x+u_2x^2....)
(1-x^5)(1-x)(1-x^3)})
Now you just multiply it out and equate coefficients etc. and you get some more equations that solve it. I'm too tired to proceed further but I don't know how much it simplifies the problem too, I have the pessimistic feeling that it can't probably be simplified to the point that we don't need to do a fairly large amount of tedious listing.
wait how did you get 30a+20b+3c+12d=200?
-
ahh yes sorry, 75/5=15. lol ill edit now
-
ahh yes sorry, 75/5=15. lol ill edit now
lol yeah, the other steps follow on.
-
ahh yes sorry, 75/5=15. lol ill edit now
wow, noticing that blunder led to a better simplification, check out new edited post :)
-
ahh yes sorry, 75/5=15. lol ill edit now
wow, noticing that blunder led to a better simplification, check out new edited post :)
Do we learn how to do this at uni?
-
ahh yes sorry, 75/5=15. lol ill edit now
wow, noticing that blunder led to a better simplification, check out new edited post :)
wow much better, yeah now generating functions work better...
-
ahh yes sorry, 75/5=15. lol ill edit now
wow, noticing that blunder led to a better simplification, check out new edited post :)
Do we learn how to do this at uni?
You can have a read of H.S.Wilf, Generating Functionalogy.
-
ahh yes sorry, 75/5=15. lol ill edit now
wow, noticing that blunder led to a better simplification, check out new edited post :)
wow much better, yeah now generating functions work better...
Could someone tell me the basics of how you generate functions?
-
Hi. Let a,b,c,d be the number of 150,100,75,60 wat bulbs used respsectively.
We have:
150a+100b+75c+60d=1000
And now we will keep reducing this equation:
30a+20b+15c+12d=200
From here on we see that c must be even and d must be a multiple of 5, hence let c=2k, d=5x:
30a+20b+30k+60x=200
3a+2b+3k+6x=20
Now we can see that b cannot be a multiple of 3, hence b is of the form b=3m+1 or b=3m+2 (mutually exclusive cases). By plugging in the second case we get:
3a+2(3m+2)+3k+6x=20
3a+6m+3k+6x=16
3(a+2m+k+2x)=16 which implies 16 has 3 as a factor, a contradiction. Hence only the first case is possible:
3a+2(3m+1)+3k+6x=20
3a+6m+3k+6x=18
a+2n+k+2x=6
And now find how many different solutions there are to that equation. Which is done manually or by computer or maybe generating functions (dunno what is quickest so far).
Now to finish it off:
(a+k)+2(n+x)=6
We have four cases:
a+k=0, 2(n+x)=6. 1 way to get a+k=0, 4 ways to get n+x=3
a+k=2, 2(n+x)=4. 3 ways to get a+k=2, 3 ways to get n+x=2
a+k=4, 2(n+x)=2. 5 ways to get a+k=4, 2 ways to get n+x=1
a+k=6, 2(n+x)=0. 7 ways to get a+k=6, 1 way to get n+x=0
Hence the final answer
-
o.o
-
ahh yes sorry, 75/5=15. lol ill edit now
wow, noticing that blunder led to a better simplification, check out new edited post :)
wow much better, yeah now generating functions work better...
Could someone tell me the basics of how you generate functions?
You don't really "generate functions". It's more like a function whose only purpose is to encode information in the coefficients etc. For example:
^n=\binom{n}{0}+\binom{n}{1}x+\binom{n}{2}...x^n)
encodes information about
. Now you can do stuff like plug in x=-1 to get a very useful identity:

Or you can differentiate it and set x=1 to get another fancy identity:

So generating functions allow you to do combinatorics without actually doing much thinking, but mostly algebraic manipulation. Of course there are more interesting examples of how generating functions can be used to derive all sorts of deep facts with minimal effort. A favourite of mine that converted me to and convinced me of the power of generatingfunctionology is the application of it to Partitions of an integer.
-
Generating functions :smitten:
-
gtfo! Elementary/Erdosian/pigeonhole principle type arguments FTW
-
gtfo! Elementary/Erdosian/pigeonhole principle type arguments FTW
LOL, everyone loves pigeonhole principle!!! :D
-
Generating functions :smitten:
mmm and you passed the love to me