Q1)Find the number of 4 digit numbers with distinct digits chosen from the set {0, 1, 2, 3, 4, 5} in which no two adjacent digits are even.
I'm not sure about the answer. I'm getting 60. There's a high chance I may be wrong.
Q2) Let a, b, c > 0. If are in arithmetic progression, and if are in a geometric progression, prove that a=b=c
Somehow, I managed to get a=b=c. but I'm not really confident of my approach.
Q3) Let n be a positive integer such that 2n + 1 and 3n + 1 are both perfect squares. Show that 5n + 3 is a composite number.
I tried this
Let and
Then I used modulo to bash it out. am I on the right track? Because this doesn't seem to lead to the answer.
Thanks!
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
Q1) Let the odd digit be O and even digit be E.So by product rule we can work out each case. So hereby I give the possible combinations:
OEOO=3×3×2×1=18OOEO=3×2×3×1=18EOOO=2×3×2×1=12OOOE=3×2×1×3=18EOOE=2×3×2×2=24OEOE=3×3×2×2=36EOEO=2×3×2×2=24⇒18+18+12+18+24+36+24=150
Log in to reply
Thanks Nihar! :D
Log in to reply
Saale dost ko thanks bolta hain :P
Log in to reply
Chal nahi bolta thanks xD
Waapas liya thanks xD
For the record, here are the numbers:
Log in to reply
Comp. Science Gawd is here. _/_
For the 2nd one, We get that b=2ac/a+c Substitute this in the second equation, (b2+c2)/(a2+b2)=(c2+a2)/(b2+c2) By simplifying we get, a=b=c
@Vishnu Bhagyanath @Satyajit Mohanty @Nihar Mahajan
Wait in Q1 when there asking for no two adjacent digits are even, doesn't that mean none of the digits are even ? O.O
Log in to reply
Not necessarily I guess. The placement of the digits could be OEOO
Log in to reply
Oh, so no two adjacent digits are both even?
Log in to reply
Log in to reply
550 doesn't make sense because the maximum number of four digit numbers with distinct digits from the given set is 5⋅5⋅4⋅3=300 , which is less than your answer.
Log in to reply
Log in to reply
So you just work from there.
Log in to reply
Oh, I like question 3. The main way to show that a number is composite, is to factorize it and then show that the factors are not ±1
1) 278