#how can i solve this and this type of equations
16 messages · Page 1 of 1 (latest)
- Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close - Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
@winged fossil subtract 1 from both sides and you get $3*2^m=(n+1)(n-1)$. Now see how you can factor the left side of your equation.
Schlaumau
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
I don't think that will help
Either n+1 or n-1 has to be divisible by 3 so you have two cases:
n+1=3*2^a
n-1=2^b
a+b=m
or
n+1=2^a
n-1=3*2^b
a+b=m.
In the first case subtracting the two equations gives you 3*2^a-2^b = 2 and obviously a and b cant be greater or equal to 2 at the same time (because then 4|2) so that will give you a few solutions
The other case works pretty much the same
Where did you get this question from? @winged fossil
That's very nice
My hope is succes in olympiads
I have also been trying that. It takes a lot of practise