Perhaps for that challenge the given sequence should just be x,25,49,121,169. Providing the sqrt() clue being redundant?
BTW, Ian your challenge beat me. The sqrt() function actually made it solving the problem given 3 elements not 2! My bad.
Printable View
Perhaps for that challenge the given sequence should just be x,25,49,121,169. Providing the sqrt() clue being redundant?
BTW, Ian your challenge beat me. The sqrt() function actually made it solving the problem given 3 elements not 2! My bad.
12.
5, 12, 13 where 5 and 12 are the sides of a triangle adjoining the right angle and 13 is the hypotenuse.
In a right angled triangle, the sum of the squares of the 2 sides equals the square of the hypotenuse. (5x5) + (12x12) = (13x13)
It is along time since I learned that t high school but has stuck as has 3,4,5 for the same purpose.
I have been following this thread with interest. I admit I'm lost with all the prime and SQRT lingo, but I'll make my contribution.
When I was building and servicing CNC machines I had to learn Hex.
First 10 prime numbers in Hex.
2
3
5
7
B
D
11
13
17
1D
And in Octal
2
3
5
7
13
15
21
23
27
35
When I was trying to explain hexadecimal to my wife (a futile task, of course) I resorted to using the terms sixteenty and thirtytwoty.:D
Hi,
I remember one were the answer described the young lady who's measurements were entered as 80087355.
:wink:
Regards