User - MathOverflowmost recent 30 from http://mathoverflow.net2013-05-21T21:42:30Zhttp://mathoverflow.net/feeds/user/3734http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/9754/magic-trick-based-on-deep-mathematics/13889#13889Answer by unknown (google) for Magic trick based on deep mathematicsunknown (google)2010-02-02T23:25:41Z2010-02-02T23:25:41Z<p>You may ask the person to encode something by RSA, then you decode it (you have the private key)</p>
<p>OR</p>
<p>To divide two 40-digit integers and give you the decimal result to 100 digits, you then use continued fractions to find the original fraction (reduced)</p>
<p>OR</p>
<p>To compute pq and pr where p,q,r are prime, you then find p,q,r by the Euclidean algorithm (no very deep, but it's the best i've got)</p>