Hi Everyone! This was my First experience Creating a proof problem. So this is what I came up with.
Q1. Prove that Ends with a "99" For N is an Odd natural Number
AND
Q2. Prove that Ends with a "01" For N is an even natural Number
Both These problems Are One Liners. They Can be Proved in one line. So, I would like You to Provide VERY Brief solutions i.e. One or Two lines. Try it!
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
I'm not exactly sure about my solution being actually "Single or double -lined" but here goes:(Both questions are solved using binomial theorem)
Q1:
99n=(100−1)n≡100n−(1n)100n−1+(2n)100n−2−⋯−1≡100−1≡99(mod100)
Q2:Exactly goes the same:
99n=(100−1)n≡100n+(1n)100n−1+(2n)100n−2+⋯+1≡100+1≡1(mod100)
I wasn't able to figure it out in one line but here's what I think it should be;The answers are in reverse, i.e, 2 first and then 1.
2) 991=99, so it is true for 1. Now, suppose 99(2n−1) ends in 99.
Let 99(2n−1)=100x+99.
Then, 992n=9900x+9801=100(99x+98)+1,
So 992n ends in 01.
1) That implies that 99(2n+1)=9900(99x+98)+99=100(9801x+9702)+99,
So 99(2n+1) ends in 99. Therefore, by induction, it is true for all odd numbers.
Cheers! xD
Log in to reply
Cheers! @Sravanth Chebrolu
Log in to reply
Cheers! what d'you think about my solution???
I wonder if my solution is also correct.Do you mind.checking it out as well?
Log in to reply
Log in to reply
Log in to reply
@arian tashakkor! cheers! xD
WelcomeMod 100, 99*99=01, and 01*99=99. You just end up in a loop from there.
well mehul here is a short and amazing proof of both questions 99=-1 mod 100 so99n =−1n =-1 =99 mod 100 if n is odd and 1 if n is even. so 99n Ends with a "01" For N is an even natural Number and ({99}^{n}) Ends with a "99" For N is an Odd natural Number as remainder by 100 is last 2 digits. well i hope u understand this . is this good?