#Number or triples (a,b,c) of positive integers such that 2^a−5^b ∗7^c =1
14 messages · Page 1 of 1 (latest)
Still need help with it?
@hoary tendon I didn't got a clear explanation from anywhere.
Now need to do some manipulation in case one.
I can’t solve it further rn
After some manipulation I was able to write it as 16^a=35(k)+1 where k=5^b*7^c where a,b,c have different meaning
And I wasn’t able to solve solutions using mod so I guess there are no solutions
What’s the answer?
no such triplet exist when 0 is not allowed. I got some seriou explanations from stackexchange which I couldn't completely understand. But this is all I understood. All the valid triplets have 0 which is not permitted
@hoary tendon
Tnx for your support
Can you send the link?
https://artofproblemsolving.com/community/c4h2493803p21007402
https://math.stackexchange.com/questions/1181946/find-number-of-positive-integer-solution?noredirect=1
https://math.stackexchange.com/questions/3948580/if-2a-5b7c-1?noredirect=1
https://artofproblemsolving.com/community/c4h1230802p6217475
https://math.stackexchange.com/questions/1827071/number-theory-problem-finding-triplets?noredirect=1
lol many more
$$2^a - 5^b7^c = 1$$
So, $a,b,c>0$.
For solving this I observed that last digit of $ 2^a$ are among any of $2, 4, 8$ and $6$ and last digit of $5^b7^c$ is always $5$ . Therefor if a is only i...
Find all possible values of positive integers a, b, c such that:
$$2^a - 5^b7^c =1$$
While solving this question I surmised that a must be a multiple of 4, since $5^a7^b$ always ends with a $5$. Ad...