1. a+b+c = 20
no of positive integral solution if a>b>c ?
2 . a+b+c <= 20
no of positive integral solution ?
no of positive integral solution if a>b>c ?
2 . a+b+c <= 20
no of positive integral solution ?
BREAKING: Target Test Prep releases Brand New 2026 On Demand GMAT prep course
Redeem
Scott Woodbury-Stewart’s private virtual classroom — 400 hours of master-class video lessons for the GMAT Focus Edition.
Hi, there. I'm happy to share my 2¢ on this.smanstar wrote:1. a+b+c = 20
no of positive integral solution if a>b>c ?
2 . a+b+c <= 20
no of positive integral solution ?
Mike@Magoosh wrote:Hi, there. I'm happy to share my 2¢ on this.smanstar wrote:1. a+b+c = 20
no of positive integral solution if a>b>c ?
2 . a+b+c <= 20
no of positive integral solution ?
First, just to be clear, this is NOT a possible GMAT question. This involves a lot of tedious listing out of possibilities --- there's really no elegant way to shoot directly to an answer. Almost all real GMAT Quant questions will have something elegant about them --- if you adopt the right perspective, you can shoot to the answer.
I will say: if you have any practice in Kakuro, you may find that helpful in this problem.
I will solve the first questions, and by demonstrating this, it should be clear how to get the answer to the second.
Highest number = 17
sum of the two lowest numbers = 3, which can happen in 1 way: {1, 2}
Highest number = 16
sum of the two lowest numbers = 4, which can happen in 1 way: {1, 3}
Highest number = 15
sum of the two lowest numbers = 5, which can happen in 2 ways: {1, 4} & {2, 3}
Highest number = 14
sum of the two lowest numbers = 6, which can happen in 2 ways: {1, 5} & {2, 4}
Highest number = 13
sum of the two lowest numbers = 7, which can happen in 3 ways: {1, 6} & {2, 5} & {3, 4}
Highest number = 12
sum of the two lowest numbers = 8, which can happen in 3 ways: {1, 7} & {2, 6} & {3, 5}
Highest number = 11
sum of the two lowest numbers = 9, which can happen in 4 ways: {1, 8} & {2, 7} & {3, 6} & {4, 5}
Highest number = 10
sum of the two lowest numbers = 10, which can happen in 4 ways: {1, 9} & {2, 8} & {3, 7} & {4, 6}
Highest number = 9
sum of the two lowest numbers = 11,
If both lower numbers are less than 9, this can happen in 3 ways: {3, 8} & {4, 7} & {5, 6}
Highest number = 8
sum of the two lowest numbers = 12,
If both lower numbers are less than 8, this can happen in 1 way: {5, 7}
Total number of combinations = 1+1+2+2+3+3+4+4+3+1 = 24
I won't calculate an answer for #2 right now, but the way I would go about it --- starting at the low end (lowest pair = 3, then 4 then 5, ...) for each individual pair --- say the pair {2,3), then the highest number could be anything from 4 (one above the higher number of the pair) to 15 (the number which makes the sum equal to 20). For that pair, {2, 3}, there are 12 possibilities for the highest number, and thus 12 possible triplets that meet the condition. That is an example of how I would precede: you would have to count that way for each pair, until, again, you got up to the {5, 7, 8} triplet.
Does all this make sense?
Mike
Dear smanstar,smanstar wrote:Thanks Mike for the explanation. Well for the second part I got the solution as
a+b+c+d=21 ( where d is a dummy variable and can take natural number values )
no of integral solution = 20C4 = 29070 ways
I have a question for Ian. First, though, let me make clear to all readers: everything we are discussing is well beyond GMAT math. By all means, read and ask questions if you are interested, but please do not think you need to know any of this for the GMAT.Ian Stewart wrote: The second question is also far too hard for the GMAT, but if you look back at the first step in the solution above, where I divided up the donuts, you can use the same method to answer the question. Fortunately we don't need a, b and c to be in any particular order in the second question. So if we want a+b+c to be exactly equal to 20, the number of choices we can make is 19C2, as I explained above. Similarly, if we need a sum of exactly 19, the number of choices would be 18C2, and so on. So the answer is just:
2C2 + 3C2 + 4C2 + 5C2 + ... + 18C2 + 19C2.
That's a messy calculation unless you know some math that you would absolutely never need to know on the GMAT. Each of the terms in the sum is what is known as a 'triangular number', and there's a formula to find the sum triangular numbers; the sum of the first n triangular numbers is (n+2)C(3) = (n+2)(n+1)(n)/6. We've written the first 18 triangular numbers down (2C2 is the first triangular number, so 19C2 is the 18th), so the sum of the above is 20*19*18/6 = 1140.
I think, if you're asked a question like How many different solutions are there to the equation x+y=3 if x and y must be positive integers?, the most natural way to interpret the question is to find all ordered pairs (x, y) where x+y = 3. So I'd consider the answer to be two; x can be either 1 or 2, and y can be 2 or 1, respectively. So I didn't interpret the second question in the OP as a 'combinations problem' - which was convenient, since it made the solution easier.Mike@Magoosh wrote: I have some questions about the second question --- it's true that, in the second question, we no longer have the requirement that a > b > c, so we now can have repeated values {e.g. 1 + 1 + 4 = 6, 2 + 2 + 2 = 6, etc.) But, presumably, we still are looking for combinations, and therefore we would not count {1 + 2 + 3 = 6} and {3 + 2 + 1 = 6} as two different possibilities.
New here Create free account