Below, we present a problem from the 1/7 Algebra and Number Theory set, along with 3 student submitted solution. You may vote up for the solutions that you think should be featured, and should vote down for those solutions that you think are wrong (voting is anonymous!). Also, feel free to make remarks about these solutions, especially since threading of comments has been introduced :).
Solving a quadratic sum If and , what is ?
You may try the problem by clicking on the above link.
All solutions may have LaTeX edits to make the math appear properly. The exposition is presented as is, and have not been edited.
Solution A - As Qi Huan mentions, this merely presents a specific case, and presumes that the numerical answer is uniquely determined due to the answer format used. This does not constitute a proof, unless you can further argue that is a constant subject to the other conditions.
Solution B - Each step in this solution is necessary, and all these steps provide a complete solution. This solution is presented by Diego.
Solution C - Please check your that your algebra is correct before you submit a solution. If you expect me to read through your solution, you should have the courtesy to read through it once, and ensure that stupid mistakes are not made. All too often, proofs are wrong because of major mistakes with notation and algebra that could easily have been avoided.
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
Solution B - (a+b+c)2=a2+b2+c2+2(ab+bc+ac)=0
22+2(ab+bc+ac)=0⇒ab+bc+ac=−11
(ab+ac+bc)2=a2b2+a2c2+b2c2+2(a2bc+ab2c+abc2)
=a2b2+a2c2+b2c2+2abc(a+b+c)⇒a2b2+a2c2+b2c2=(−11)2=121
(a2+b2+c2)2=a4+b4+c4+2(a2b2+a2c2+b2c2)=484
a4+b4+c4+242=484
a4+b4+c4=242
Log in to reply
Who submitted the solution B?
Log in to reply
Does it matter?
Solution B is correct. Solution C is incorrect, since a^4+b^4+c^4 is NOT equal to (a^2+b^2+c^2)^2-2ab-2bc-2ca. Solution A uses a special case,hence is not rigorous.
Remarks about the solutions have been added to the discussion post.
Solution A - Knowing that the cuaetic sum will be constant for all allowed points, we can play around with the values a bit. For example, by setting c=0, we simplify our system of equations to: 1.a+b=0,2.a2+b2=22 Squaring the first equation and subtracting the second from it, we get 2ab=−22, or ab=−11. Since a=−b by the first eauation, by substituting −b2=−11, or b=+11 or −11 .Since a and b are opposites, both have the same solution set but are different signs in each. Without loss of generality, assume a=11 and b=−11 , so the quartic sum is 112+112+0=242.
Solution C - a=−b−c--->1 a4+b4+c4=(a2+b2+c2)2−2ab−2bc−2ca=(22)2−2(ab+bc+ca)=484−2(ab+bc+ca) sub 1 in the above eqn we get ab+bc+ca=121 therefore 484−242=242.