So you do something with the top number to get the bottom number, and for each row the "something" is the same.
What he could do is graph the pairs of numbers. The first and third sets of numbers give a straight line.
But the second is a curve, where the smaller the top value is, the larger the bottom value.
So the "something" for the first and third questions is going to be a similar pattern.
But you know the second one will be a bit different.
So with the first and third, you have a look at the pattern.
"You do something to 2, and that makes it 5. You do THE SAME THING to 10 and that makes 21, You do THE EXACT SAME THING to 50 and you get 101... what is the thing you're doing?"
"Well 101 is 50x2, plus 1... Could it be that?"
Then you try it out...
2x2, +1 is 5 ✔️
10x2, +1 is 21✔️
60x2, +1 is 121 ✔️
Ok then, "something" can be "double it and then add 1".
BUT
You can do it either way around. You can try "what do I have to do to the BOTTOM numbers to get the TOP numbers?"
And you can also take pairs and conside them "sideways". For example, in the third set, how do 5 and 50 relate? Well, 50 is ten times 5. Now look at their pairs on the bottom row. How do 1.5 and 15 relate? Again, 15 is ten times 1.5.
So, you think, could it be that it's a very straightforward "if the top goes up because you multiplied by (a number), then the bottom goes up by multiplying by (that same number)?"
Check the other pair, yes, that works.
The middle one - I am guessing the topic may have covered how things can be inversely proportional . If one goes up, the other goes down, in an "if A doubles, B is halved. If A is quartered, B is multiplied by 4" and so on.
Consider area - if you have a rectangle 16 square metres.
If the length goes up, the width goes down, but length X width is always 16
1 X 16
1.6 X 10
2 X 8
4 X 4
8 X 2
10 X 1.6
16 X 1
If you plot those numbers you get a very similar curve to that from #2. So you know you're looking for some sort of
number1 X number2 = AConstantValue
pattern.