As alluded to elsewhere, for the first problem, it is much easier and cleaner to recognize that the three broken computers all being found within the first five computers checked is equivalent to the two computers which would have been checked sixth or seventh both being working computers.
The probability the seventh computer works is simply $\frac{4}{7}$. (If this is not immediately obvious to you why, read the answers to this question: If you draw two cards, what is the probability that the second card is a queen?). Now, given that the seventh computer works, the probability that the sixth computer also works is $\frac{3}{6}$. Multiplying these gives us the probability that the seventh and sixth computers both working as being $$\frac{4}{7}\times\frac{3}{6}=\frac{2}{7}$$ which is as mentioned equivalent to the question you were originally asked.
Now... for the next question... "Given that exactly one of the first three computers isn't working, what is the probability that both of the other two not working computers are found within the next three computers?" We could if we wanted go the long way and try to calculate each probability involved of the overall larger scenario... but it is much easier to just imagine ourselves in the position described and continue from there.
So... we have a non-working computer in the first three and two working computers in the first three. Great. We have just four computers left to check, two of which won't work and two of which will. We ask what the probability is that both of the not-working will be in the next three... in other words we ask what the probability is that the last computer is working.
Well... with four computers, each of which being equally likely to occur in the final place, two of which working, the probability that the last of these four will be one of the ones that does work will be $$\frac{2}{4}=\frac{1}{2}$$
For the next problem... we imagine ourselves in the situation that two of the not-working computers are found within the first three. So... we have four computers left, one of which doesn't work. We ask what the probability is that the remaining not-working computer is one of the next two. Well... the remaining not-working computer is equally likely to have been in any of the remaining four places... so the probability is $$\frac{2}{4}=\frac{1}{2}$$
The others continue similarly except for the last one which requires a bit more effort...
For the last, let us approach directly by definition... $Pr(A\mid B) = \dfrac{Pr(A\cap B)}{Pr(B)}$
The probability that the last computer that doesn't work was either the sixth or seventh computer tested... well.... this is just a rewording of the complementary event of the very first problem. Letting $B$ be the event that one of the sixth or seventh computers being broken gives us $Pr(B)=\dfrac{5}{7}$
Next, we ask the probability that not only is the final broken computer found to be either sixth or seventh, but also among the first three two are broken... This unfortunately, I don't see a clean clever way of rephrasing the problem so we'll do it the long way.
Pick which position within the first three computers is the working computer: $3$ choices
Pick which broken computer was the first of the broken computers in the first group of three: $3$ choices
Pick which other broken computer was in the first group of three: $2$ choices
Pick which working computer was in the first group of three: $4$ choices
Pick which working computer was in the fourth position: $3$ choices
Pick which working computer was in the fifth position: $2$ choices
Pick whether it was the sixth computer or the seventh computer that was the final broken computer: $2$ choices
This gives a total of $3\cdot 3\cdot 2\cdot 4\cdot 3\cdot 2\cdot 2=864$ outcomes out of the $7!$ possible orderings of the computers that yield this outcome.
Taking the ratio of the probabilities gives us the conditional probability:
$$\frac{864/7!}{5/7} = \frac{6}{25}$$