There is 4 coins 1 paisa, 5 paise, 10 paise, 25 paise using these coins we have to make 50 paisa how many combination can we make ?
please explain your apprach in detail...
Here is my solution..........please tell me if this is correct.....can someone solve this using some simple-short method ?
p+5q+10r+25s=50
we'll take cases for s=0,1 and 2
for s=0,r=0,q can be 0 to 10=11 combinations
for s=0,r=1,q can be 0 to 8=9 combinations
for s=0,r=2=>q=0 to 6=7 combinations
for s=0,r=3=>q=0-4=5 combinations
for s=0,r=4=>q=0-2=3 com
s=0,r=5=>q=0=1 com
for s=1,r=0=>q=0-5=6 comb
s=1,r=1==>q=0-3=4 comb
s=1,r=2 ==>q=0-1=2 comb
s=2,r=0,q=0,p=0==>1 comb
hence total combinations are 49
Note:there p's condition is already considered when we are taking values for q.
=> && ==> means not greater this is used as i.e...
please explain your apprach in detail...
Here is my solution..........please tell me if this is correct.....can someone solve this using some simple-short method ?
p+5q+10r+25s=50
we'll take cases for s=0,1 and 2
for s=0,r=0,q can be 0 to 10=11 combinations
for s=0,r=1,q can be 0 to 8=9 combinations
for s=0,r=2=>q=0 to 6=7 combinations
for s=0,r=3=>q=0-4=5 combinations
for s=0,r=4=>q=0-2=3 com
s=0,r=5=>q=0=1 com
for s=1,r=0=>q=0-5=6 comb
s=1,r=1==>q=0-3=4 comb
s=1,r=2 ==>q=0-1=2 comb
s=2,r=0,q=0,p=0==>1 comb
hence total combinations are 49
Note:there p's condition is already considered when we are taking values for q.
=> && ==> means not greater this is used as i.e...













