80.8k views
5 votes
If a, b and c are positive integers for which (a,b,c) is the only

ordered triple such that 6a +9b + 20c = 61, then what is
a+b+c?

1 Answer

7 votes

If a, b, and c are all positive integers and 6a + 9b + 20c = 61, then right away you know c < 3, because if c = 3, then 20c = 60, and there are no solutions for a and b.

So consider two cases:

• If c = 2, then we're left with 6a + 9b = 21.

• If c = 1, then 6a + 9b = 41.

We have gcd(6, 9) = 3, but 41 is prime and 3 does not divide 41. So we throw out the second case.

This leaves us with 6a + 9b = 21. Notice that if a = b = 1, then 6a + 9b = 15. Add 6 to both sides to get 21. So a = 2, b = 1, and c = 2, and hence a + b + c = 5.

User Ala
by
8.8k points

Related questions

asked Feb 20, 2022 71.9k views
Huppo asked Feb 20, 2022
by Huppo
8.0k points
1 answer
1 vote
71.9k views
asked Jan 19, 2024 109k views
Hywel Thomas asked Jan 19, 2024
by Hywel Thomas
8.3k points
1 answer
0 votes
109k views
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.