The 2nd stage of writing a solution : Journeyman
Review the guidelines for an Apprentice.
Congratulations on writing up solutions! This is an achievement to be celebrated, so give yourself a pat on the back. Over time, it will become easier for you to clearly communicate complicated ideas to others. Remember that practice makes perfect, so keep at it!
As you can see from the solutions of others, there are many different ways to write a solution. Some of them are expressed clearly and quickly get voted up to the top. These are good examples for us to learn from. A clearly presented solution is easier to read and understand. Your audience will appreciate your effort, and will be more likely to finish reading the entire solution and comprehend your wonderful ideas.
Here are some guidelines for a Journeyman:
1) Write and explain what you mean.
When having a monologue with oneself, it is very easy to converse back and forth, because you inherently understand what you want to say. When having a conversation with someone else, this becomes more challenging, as you have to ensure that the other person's doubts are clarified. This becomes difficult when all you can do is write several paragraphs for them to read, and do not have the ability to respond to their concerns through edits or comments thereafter. We are not mind readers, and unless you write down exactly what you mean, your thoughts will remain stuck in your head.
2) Connect your arguments.
When we combine various pieces of logic together, we often need to check that they are still valid. If the link between your statements is not strong enough, then your argument is a house of cards. Be aware of the requirements and implications of your arguments.
A common example is that squaring an equation could introduce additional solutions, hence we always have to check them against the initial conditions. Likewise, you should avoid dividing by 0, since that is rumored to cause the universe to implode.
3) State the techniques that you are using.
You may have great familiarity with various techniques, and think that some statements are immediately obvious if you apply the XYZ principle. Your audience may not have the benefit of such an experience, and you can help them out by quickly illuminating the way.
4) Be clear about the given conditions.
Remind the reader about the initial conditions when you are about to use them. This can help reduce confusion, especially if they didn't understand the conditions completely, thereby making it easier for them to piece the solution together. For algebra word problems, you should explain how you arrived at the mathematical statements, especially if you chose to add or multiply various terms.
5) Mark the end of your proof and state the conclusion.
This indicates that you have completely answered the question that was stated, and the solution is finished.
Some members like to place their numerical answer in a box, which can be done using the < \boxed{ Answer } > command in Latex, which yields . To denote the end of a proof, some people write Q.E.D, which stands for Quod Erat Demonstrandum (Latin for "which was to be shown"). I prefer to use a small square, whose latex code is < _\square >, and which appears as .
Having outlined these guidelines, let's look at a few examples. The following solutions were written up for this question:
Do I look quadratic to you?:
The equation is equivalent to the equation What is the value of ?
Let’s look at the following solution:
Solution 1: We have and so .
But then, we could also have .
So .
How could the above guidelines help us to improve this?
Guideline 1: The author likely meant that "Since , we either have or ". However, the way it is currently written, the second statement seems to appear magically from thin air.
Guideline 2: There is no logic between the first and second statement, which questions the validity of the entire argument. It is not clear why the second statement is true.
Guideline 3: If the author started off by stating the property of absolute values, he might realize that the first line isn’t completely correct.
Guideline 4: If the author reminded himself that the question stated , he would realize how to substantiate the first 2 statements.
Guideline 5: While this question may result in a correct answer of 31, it doesn’t explain all of the steps. What are the values of and ? Why did he find the sum of 3 numbers when the question asked for the sum of 2 numbers?
Don’t forget to use the guidelines that you learnt as an Apprentice!
Now, let’s compare it to this solution:
Solution 2: By Daniel G.
Absolute value of (x-10)=7 is also equal to (x-10)^2 = 49. Now the problem can be expanded so x^2-20x+100=49. The equation simplifies to x^2-20x+51.
So your a and b are -20 and 51, which gets you answer of 31.
This solution provides the explanations for each of the steps, stating why the equations are equal to each other, and explaining that he expanded the terms to arrive at the algebraic mess, and then simplified it. Daniel started with a slight restatement of the given condition, and chose to bold the final answer, which can be done by typing . The mathematical statements are also easily understood and well explained, even without the use of LaTeX.
You can view this solution (and the problem) by clicking on the hyperlink Solution 2. If you enjoyed this solution, remember to vote it up!
Aspire to be better. Proceed on and be an Adept.
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
How to Include pictures in our solutions?
Log in to reply
When adding a solution (or a problem), you can "Insert an image" which allows you to display an image
Log in to reply
Thanks
If someone has already posted a question before, one cannot post another solution. We can only reply, if others another's to clarify. But while replying, we cannot include pictures. Is there another way to do it , sir? I do not edit the answers to the questions I have already posted.
Log in to reply
For example, that is how I displayed the image in my above comment.
Log in to reply
Log in to reply
Currently, we do not support video display on the site.
How can we attach a photo of the proof? Or can we?
Log in to reply
When writing your solution, there should be a symbol on the top of the text box representing a photo. That will allow you to select an image file and upload it to your solution/problem.
how do i add a wiki page link in a problem?
Log in to reply
Post your solution, then edit it. There should be an option that says something along the lines of "Start typing to find a relevant wiki."
can we post a solution only if we get the correct answer?
Log in to reply
Yes. That is to prevent people who got the problem wrong from posting wrong solutions and confusing others.
If you believe that the answer is incorrect, you can report the problem and explain why. If we update the answer to your value, then you will be able to add a solution afterwards.
How can I post photo?
Log in to reply
When you click the image button in the formatting toolbar, you will be asked to select an image to upload.
How can I write arrays?
Log in to reply
(For more details, check out our Formatting guide).
If you do not know Latex, this code:
produces this:
If you're familiar with LaTex, this code:
produces
1a2b3c
Log in to reply
Okay, thanks a bunch! And, btw, how to strike through diagonally to show cancellation?
How to strike through diagonally to show cancellation?
Log in to reply
\require{cancel}{\cancel{text}}
How can i write greater than equal to in the solution using latex???
a>b, a≥b
Log in to reply
I've edited your comment to add that in. You can click on "edit" to see the Latex.
In addition, you can select "Toggle Latex" from the menu to see the Latex of equations that others have typed up. This makes it easy to learn from existing equations on the site.
Log in to reply
How can you edit other's comment?!
Log in to reply
In general, I do not edit people comments, unless there is a strong reason to do so.