Adept Solution Writer

The third stage of writing a solution : Adept

Review the guidelines for a Journeyman.

Now that you have written several solutions, you are aware that there are many different ways of saying the same thing. Just like writing poetry, some people write haikus, limericks or allegories, while others write ballads, epics or Shakespearean sonnets. There are many different ways to express yourself, and to make the best choice, it will help to keep your audience in mind. Sometimes a short haiku suits the bill, while other times an epic ballad is called for.

Let's face it, we all want others to "Vote up!" our deserving solutions and admire the marvelous thoughts we have shared with them. In order for that to happen, we have to understand who will be reading your solution and what would motivate them to vote on our solutions. This will help us adapt our writing in a manner that is pleasing to them, to keep them engaged and involved.

Guidelines

Here are some guidelines for an Adept:

1) Identify your audience.

This is easy. On Brilliant, your audience is (often) other members who are of a similar mathematical ability as you are. Include enough detail so that you are clearly convinced about the truth of the statement, since your audience members are not mind-readers. You should not assume that they have already solved the problem, though they may be able to fill in small gaps in your solution. If you write solutions to problems that are not in your level, please tailor your solutions accordingly.

All the world’s a stageAnd all the men and women merely players. \boxed{ \begin{array} { l} \text{All the world's a stage} \\ \text{And all the men and women merely players.} \\ \end{array} }

2) Explain your thinking step by step.
Your proofs will now have to link several different ideas together, and you have to ensure that each statement is well supported. Place yourself in the shoes of your reader and ask: “Why is this true? Is there any reason why it can be false?” This can help you ensure that each argument is justified. Often, the order in which your ideas are presented is extremely important, and crucial to helping someone understand how it all fits together.

You put your right hand in,You put your right hand out.You put your right hand in,And you shake it all about.You do the Hokey Pokey,And you turn yourself around.That’s what it’s all about! \boxed{ \begin{array} { l} \text{You put your right hand in,}\\ \text{You put your right hand out.}\\ \text{You put your right hand in,}\\ \text{And you shake it all about.}\\ \text{You do the Hokey Pokey,}\\ \text{And you turn yourself around.}\\ \text{That's what it's all about!} \\ \end{array} }

3) State the approaches that you are using.
Simply stating the type of proof you are thinking of can help your reader identify the checkpoints. If you tell them that you are "Proving by contradiction", they will keep an eye out for the contradictory statement, which can reduce the confusion that they might have. Likewise, if you tell the reader that you are "proving by induction", they will watch out for the base case and the induction hypothesis.
Just as stating the technique tells your reader what is happening soon, stating the approaches gives your reader a broader sense of what will be done, and how they will arrive at their destination.

 One does not simply walk into Mordor.  \boxed{ \begin{array} { l} \text{ One does not simply walk into Mordor. } \end{array} }

4) Define your variables, use consistent notation.
By stating your definitions at the start, you are making it clear to the reader what the terms mean, which they can easily reference in future. Rather than “Consider the number which when added to anything doesn’t change it. When we add this number to the number nn, since it doesn’t change it, hence we get nn”, instead say “n+0=nn+0 = n ”.

 Imagine if Harry Potter was played by a different actor in all the movies...  It would be hairy.  \boxed{ \begin{array} { l } \text{ Imagine if Harry Potter was played by a different actor in all the movies... } \\ \text{ It would be hairy. } \end{array} }

Examples of solutions

Having outlined these guidelines, let's look at a few examples. The following solutions were written up for this question:

Arpit's awesome averages:
Nine numbers are written in increasing order. The average of the nine numbers is the middle number, the average of the five largest values is 68, and the average of the five smallest values is 44. What is the sum of the nine numbers?

Let’s look at the following solution:

Solution 1: We find that the middle number is 68×5+44×510=56 \frac{ 68 \times 5 + 44 \times 5 } { 10} = 56 since it is the average of all the numbers. Hence 56 is the middle number.
It is the average of the largest and smallest number, so we have to add it back eight times and get 56×9=504 56 \times 9 = 504 .

How could the above guidelines help us to improve this?

Guideline 1: The extreme brevity of the solution definitely doesn't provide enough detail for another person who hasn't figured out the solution to understand the solution easily. A short solution that skips most of the steps is worse than no solution at all.

Guideline 2: While the author understood what he was doing, most of it was lost in the writeup. Each of the paragraphs doesn't seem true at first glance, and there isn't enough supporting evidence to explain why this is so. The reader needs to dig around and understand the problem more, in order to read the solution.

How would we fill in the gaps? The first paragraph could have been written as:
If we add the first 5 numbers and the last 5 numbers, we will get all 9 numbers, with the middle number repeated. Since the average of all nine numbers is the middle number, hence this sum is equal to 9 times of the middle number plus itself, or 10 times of it. Thus the middle number is 68×5+44×510=56 \frac{ 68 \times 5 + 44 \times 5 } { 10 } = 56 . I leave it to you to tease out the meaning of the second paragraph.

Guideline 3: Stating that the main goal is to find the middle number, will help explain why we care about the algebraic manipulations that are being done.

Guideline 4: If we started off by naming the nine numbers a,b,c,d,e,f,g,h,i, a, b, c, d, e, f, g, h, i, then we can easily refer to these variables. The first paragraph could be clearly written as: 44×5+68×5=(a+b+c+d+e)+(e+f+g+h+i)=(a+b+c+d+e+f+g+h+i)+e=9e+e=10e. \begin{aligned} 44 \times 5 + 68 \times 5 & = (a+b+c+d+e) + (e+f+g+h+i) \\ & = (a + b + c + d + e + f + g + h + i ) + e \\ & = 9e + e = 10 e. \end{aligned} Hence, e=68×5+44×510=56 e = \frac{ 68 \times 5 + 44 \times 5 } { 10 } = 56 .

Remember to use the previous guidelines that you have learnt! For example, it is very helpful to explain why 44×5=a+b+c+d+e 44 \times 5 = a+b+c+d+e , by reminding your reader about the given conditions.

Don't forget to use the guidelines that you learnt as a Journeyman!

Now, let’s compare it to this solution:

Solution 2: By Raphaël N.
I tried to make it as detailed and simple as I could
1. Let the nine numbers in increasing order be a, b, c, d, e, f, g, h, i.
2. The middle number is e.
3. Since the average of the nine numbers equals their middle number e, then:
a+b+c+d+e+f+g+h+i9=e\frac{a+b+c+d+e+f+g+h+i}{9} = e a+b+c+d+e+f+g+h+i=9ea+b+c+d+e+f+g+h+i=9e 4. The average of the five largest values (e, f, g, h, i) equals 68, which means that e+f+g+h+i5=68\frac{e+f+g+h+i}{5} = 68 e+f+g+h+i=68×5=340e+f+g+h+i = 68 \times 5 = 340 5. By following the same steps with the five smallest values, we get : a+b+c+d+e=220a+b+c+d+e = 220 6. By adding the last two equations : a+b+c+d+2e+f+g+h+i=560a+b+c+d+2e+f+g+h+i=560 7. By combining this equation with the first one : 9e+e=5609e+e=560 10e=56010e=560 e=56e=56 8. The sum of the nine numbers equals 9e, so we can get it by multiplying 9 by 56. Or, to make things easier, we can just subtract 56 from 560. The answer is 504.

I like this solution because it clearly lays out what is happening, and shows us how to get there. The individual steps are laid out, and there is no chance of misunderstanding the solution. We see how much easier giving names to these 9 integers helps us in reading the statements. It explains how, and where, we use the facts about averages, and gently guides us towards the conclusion.

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 a Magus.

#Solutionwriting

Note by Calvin Lin
7 years, 2 months ago

No vote yet
1 vote

  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:

  • 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.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # 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"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

how do you attach a diagram to your solution?

Krishna Ramesh - 7 years, 1 month ago

Log in to reply

@Krishna Ramesh @Niranjan Khanderia To attach an image, you first upload it to an image hosting site like Imgur or Flickr, and then use the following code:

 ![title](jpg/png url link)

For example,

 ![Calvin](https://ds055uzetaobb.cloudfront.net/avatars-2/resized/80/e6e66b8981c1030d5650da159e79539a.3fe78221256b7adcfbcc8b609332e38a.jpg)

gives

Calvin Calvin

Calvin Lin Staff - 7 years, 1 month ago

Log in to reply

all right thanks a lot!!

Krishna Ramesh - 7 years, 1 month ago

Thanks. Can there be any other Microsoft, Google site instead of " image hosting site like Imgur or Flickr " ?

Niranjan Khanderia - 7 years, 1 month ago

Log in to reply

@Niranjan Khanderia Yes, as long as it's an image link.

I used Imgur and Flick as examples as they are the most common / easy to use.

Calvin Lin Staff - 7 years, 1 month ago

Log in to reply

@Calvin Lin Thank you so much.

Niranjan Khanderia - 7 years, 1 month ago

And how do you include the code blocks? Like the one in your comment after "For example," ..

Himanshu Arora - 6 years, 12 months ago

How many levels of solution writing are there? How do I identify what level I am on?

Nanayaranaraknas Vahdam - 6 years, 8 months ago

Log in to reply

There are 5 "levels". Click for journeyman and adept (links in note)

Each "level" represents being aware of a certain aspect, and provides a way for you to improve your solution writing ability by letting you know what else to consider / include in your solution.

Calvin Lin Staff - 6 years, 8 months ago

Log in to reply

What are the names of the five levels?

Nanayaranaraknas Vahdam - 6 years, 7 months ago

Log in to reply

@Nanayaranaraknas Vahdam Check out Solution Writing Notes.

Calvin Lin Staff - 6 years, 7 months ago

In some of my solutions I have tried to write square roots, but have had no success. I even followed the formatting guide, but I don't see what I'm doing wrong. For example: \sqrt{2). I've also had a similar problem with exponents.

Edit: \sqrt{2} produces 2 \sqrt{2}

Curtis Clement - 6 years, 6 months ago

Log in to reply

When you open a bracket, you have to close with the same bracket. Look carefully at whether you are using (open brackets), or [square brackets] or {curly brackets}. You opened with { \large \{, and closed with ) \large ) , which is why the system cannot make sense of it.

I have edited your comment to show you how to type 2 \sqrt{2} by using \sqrt{2}

Calvin Lin Staff - 6 years, 6 months ago

If there is only one letter, there is no need of { }.However if it is an alphabet, keep a space. Keeping a space always is a better practice. 2\sqrt{2} and 2\sqrt2 appear the same. Just see how I have written in Latex.

Niranjan Khanderia - 5 years, 2 months ago

whenever i raise some thing to a number it appears in the next line...

for example ; when i want to write in a single line \ [ (a+b) ^ {2} \ ] = \ [ a ^ {2} \ ] +2ab+ \ [ b ^ {2} \ ] .................(I HAVE ADDED SPACE IN B/W TO SHOW HOW I WRITE) it appears as : (a+b)2(a+b)^{2} = a2a^{2} + 2ab + b2b^{2}

What to DO now??

Edit: (a+b)2=a2+2ab+b2 ( a + b)^2 = a^2 + 2ab + b^2

Sahil Jindal - 6 years, 5 months ago

Log in to reply

Generally, it is best to combine all the latex of one question into one expression. This applies especially for new line equations like the one that you used, but also those that appear in line.

I've edited your equation, and removed all the intermediate brackets, and shown you how to get it to display together. You can edit your comment to see the latex, or hover your mouse over the image.

Calvin Lin Staff - 6 years, 5 months ago

Log in to reply

Thank You so much Calvin Sir :)

Sahil Jindal - 6 years, 5 months ago

One more query Sir : I want to write something in combinatorial form ( for instance I want to write n on top of C and 2 on bottom).... How to do...?

Sahil Jindal - 6 years, 5 months ago

Log in to reply

@Sahil Jindal { 2n \choose r + 1 } gives us (2nr+1) { 2n \choose r + 1 } .

Calvin Lin Staff - 6 years, 5 months ago

How to upload a photo by clicking it???

Ayush Pattnayak - 5 years, 2 months ago

Log in to reply

When you click the image button in the formatting toolbar, you will be asked to select an image to upload.

Calvin Lin Staff - 5 years, 2 months ago

Log in to reply

Thank you,sir.

Ayush Pattnayak - 5 years, 2 months ago

How can I write "angle ABC"?

Calvin edit: ABC \angle ABC

Debarya Das - 5 years, 1 month ago

Log in to reply

I've edited your comment. If you click on "edit", you can see the Latex code for it, which is \angle ABC.

Calvin Lin Staff - 5 years, 1 month ago

I have not understood that how to attach diagram to a soln.

Sargam yadav - 4 years, 11 months ago

How to write 'which implies' in symbolic form ?

\Rightarrow

\Leftrightarrow

Shikhar Srivastava - 3 years, 6 months ago

Log in to reply

I've edited your comment to include \Rightarrow and \Leftrightarrow in latex form.

Calvin Lin Staff - 3 years, 6 months ago
×

Problem Loading...

Note Loading...

Set Loading...