>>4879
I think I have something solid here, lads!! Been working on this all morning. Can I please get some eyes on this to verify?
So next question is: we're building (x+n) without knowing it's full size starting only from (f-2). How do we know when we have a match starting only from c? We need a method to verify correct (x+n), and I'm sure PMA is on it. The following equations could help create a crosscheck to verify correct (x+n) and also solve for n and x. Maybe we increase the n0 factors until we get a balanced lock on all equations? Check it out ==>>
If we know c = (d+n)^2 - (x+n)^2 and we can solve for (x+n) then we're going to be able to use the quadratic from RSA#2 to solve for n. Here's the updated version using (TuXN)^2 instead of (2t)^2.
Find TuXN = (x+n) = 15 using (f-2) method. Verify using .
Using our TuXN = 15 prime element: {3:6:16:9:7:37}
n = SQRT(c + (TuXN)^2) - d
n = SQRT(259 + (15^2)) - 16 = 6
Then plug in n to solve for x, and then a and b
x = SQRT((d+n)^2 - c) - n
x = SQRT((16+6)^2 - 259) - 6 = 9
d - x = a = 16 - 9 = 7
c/a= b = 259 / 7 = 37
Element complete starting only from C!!