I'm currently working on a program that will give me the two root numbers of 133745531, so that X * Y = 133745531 (x and y I need), given the other equation 13 * 2 = 26 (not much help, but that's what I'm given). X and Y cannot equal 1, and they are whole positive numbers. I know there are alot of combinations, but it's better than the program I have now, which will take (literally) days to calculate *lol*. If someone has another better suggestion, I'm open to them :) Anyway, if the above wasn't clear:

13 * 2 = 26 X * Y = 133745531

X,Y cannot equal 1
X,Y whole positive numbers

Those last four lines are all I'm given... and yes, this has to be done through a program (which is why I'm here). Please help if you can ;) (don't mean to sound like I'm begging, but I've been at this for hours now lol)

In reply to Solving math equations by FireBird34

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.