Or search by topic
There were a number of good solutions to this problem and I have picked several to illustrate the different approaches adopted.
First Fred and Matt from Albion Heights sent in a solution, which I rather liked. They have not explained why they did not try 1/3 as the first fraction or give full reasoning for why they knew they had a largest value, but the argument as far as it goes is a good one. I have added some examples below to illustrate what they said in a little more detail. I have included a solution based on the one from Tom or STRS, which was similar to that of Curt from Reigate School . Andrei, of Tudor Vianu College, also looked for solutions using a spreadsheet and sent in a program in C++ to search for soultions. I have included this below.
Well done to all of you.
First Fred and Matt's approach to get us started::
Andrei's program (I haven't tested it!):
Explore the continued fraction: 2+3/(2+3/(2+3/2+...)) What do you notice when successive terms are taken? What happens to the terms if the fraction goes on indefinitely?
Which rational numbers cannot be written in the form x + 1/(y + 1/z) where x, y and z are integers?