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:
Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
# I indented these lines
# 4 spaces, and now they show
# up as a code block.
print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.
print "hello world"
Math
Appears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3
2×3
2^{34}
234
a_{i-1}
ai−1
\frac{2}{3}
32
\sqrt{2}
2
\sum_{i=1}^3
∑i=13
\sin \theta
sinθ
\boxed{123}
123
Comments
We can rewrite x=2763−3y.
Since x and y are positive integers3y should not exceed 763.
Now we see that x can only be positive when 3y is odd.
Also, since y is positive it can only take values up to 3762=254 (3y will never be 763 due to the positive constraint).
Now since y has to be odd there are 127 odd numbers(between 1 and 254), so no of possible positive integer solution is 127.
we have 2x + 3y = 763
divide throughout by 2, the smaller coefficient; thus
x + y + y/2 = 381 + 1/2
=> x + y + (y-1)/2 = 381 .................................1.)
since x and y are to be integers , therefore (y-1)/2 = integer
we multiply (y-1)/2 by 5 in order to make the coefficient of y differ by unity from a multiple of 2.
=> (5y-5)/2 = integer
=> 2y-2 + (y-1)/2 = integer
and therefore (y-1)/2 = integer =p (suppose)
therefore y-1 =2p
=> y= 2p+1..................................................................2.)
substitute this value of y in the first equation
=> x + 3p + 1 = 381
=> x =380 -3p................................................................3.)
but if p>126 , we get negative value of x
since we need only positive values of x and y, hence p can take values between 0 and 126 only
hence corresponding values of x and y we will get....
so to get positive integral values for x and y , p= 0,1,2,3, ........126
therefore we will have 127 solutions altogether
y=(763-2x)/3
Minimum value of x = 2 and maximum value of x=380 such that it makes the above equation divisible by 3.
x=2,5,8........,380. i.e. it forms an A.P.
So,
380= 2+(n-1)3
378/3=n-1
127=n.
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
We can rewrite x=2763−3y.
Since x and y are positive integers3y should not exceed 763. Now we see that x can only be positive when 3y is odd. Also, since y is positive it can only take values up to 3762=254 (3y will never be 763 due to the positive constraint).
Now since y has to be odd there are 127 odd numbers(between 1 and 254), so no of possible positive integer solution is 127.
Log in to reply
Good solution!
For more information on the general case, you should read Modulo Arithmetic, esp Worked Example 4.
we have 2x + 3y = 763 divide throughout by 2, the smaller coefficient; thus x + y + y/2 = 381 + 1/2 => x + y + (y-1)/2 = 381 .................................1.) since x and y are to be integers , therefore (y-1)/2 = integer we multiply (y-1)/2 by 5 in order to make the coefficient of y differ by unity from a multiple of 2.
=> (5y-5)/2 = integer => 2y-2 + (y-1)/2 = integer and therefore (y-1)/2 = integer =p (suppose) therefore y-1 =2p => y= 2p+1..................................................................2.) substitute this value of y in the first equation => x + 3p + 1 = 381 => x =380 -3p................................................................3.) but if p>126 , we get negative value of x since we need only positive values of x and y, hence p can take values between 0 and 126 only
hence corresponding values of x and y we will get.... so to get positive integral values for x and y , p= 0,1,2,3, ........126 therefore we will have 127 solutions altogether
y=(763-2x)/3 Minimum value of x = 2 and maximum value of x=380 such that it makes the above equation divisible by 3. x=2,5,8........,380. i.e. it forms an A.P. So, 380= 2+(n-1)3 378/3=n-1 127=n.