Results 1 to 2 of 2

Thread: Any Ideas?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2002
    Posts
    100

    Any Ideas?

    I'm wondering if a formula exists for solving my problem. I need to take pretty much any size number, and break it down into two numbers between 0-9.

    I.e.

    24 = 6 * 4 <--simple formula of number f(a,b) = a * b
    81 = 9 * 9 <--thats the highest with a simple formula, there must be some other formula obviously that will do this:

    f(a, b) = a * (b * b)
    f(2, 5) = 8 * (9 * 9) = 648

    While 648 is a low high number for me(if that makes sense) the thing is I would like to be able to break it back down to two single integers through some sort of formula....kind of like:

    a = square_root(729) / b
    b = 729 - a



    I know that doesn't make much sense(my formula) as it won't work properly with any given number..but hopefully someone has some clue to what I'm trying to ask here..

    Thanks guys!
    Mitchel

  2. #2
    Fanatic Member siyan's Avatar
    Join Date
    Jul 2001
    Location
    GOOOAAAAALLLLL!!!!!
    Posts
    869
    do you neccesarily have to have one function f(a,b) define a whole bunch of "big" numbers?

    thats likely not possible.

    but if you can "redefine" f(a,b) for any number c so that f(a,b)=c, then sure you can....just define f(a,b)=c explicitly (cheating )
    Unite, proletariat!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width