1. #1
    Suzy2000
    Suzy2000's Avatar Become A Pro!
    Join Date: 08-21-10
    Posts: 2

    Math Question ? ? ?

    hi, i was hoping someone could help me. I'd like to know how and or the formula to find out where two numbers will meet. say for example you start with 7 and keep adding 7, and say you also start with 9 and keep adding 9. How do you figure out(using a formula when and where the 2 numbers meet the same total. such as this example would be 56, but i would like to know how to do this using more difficult numbers. also what branch of math would this be? any and all help is appreciated, and thank you for your help. . . .Suzy

  2. #2
    makaveli66
    makaveli66's Avatar Become A Pro!
    Join Date: 03-13-10
    Posts: 1,826
    Betpoints: 18

    I don't know.

  3. #3
    makaveli66
    makaveli66's Avatar Become A Pro!
    Join Date: 03-13-10
    Posts: 1,826
    Betpoints: 18

    I don't know the answer to the question Suzy2000.

  4. #4
    lolguy999
    C++ programming sucks..
    lolguy999's Avatar Become A Pro!
    Join Date: 01-28-10
    Posts: 3,070
    Betpoints: 64

    Well Suzy, you add 7+9 because everytime u add a 7 u also gotta add a 9. so 7+9=16 right? and 56/16 = howmany times ull need and in this case, FOURRR

  5. #5
    lolguy999
    C++ programming sucks..
    lolguy999's Avatar Become A Pro!
    Join Date: 01-28-10
    Posts: 3,070
    Betpoints: 64

    Say a more complicated... 8 and 9 to form 357. So we add 8 and 9 xxx 8+9=17 Then we do 357/17 by calculator and we get 21!!

    Hope this helps
    p.s. im a college kid in pure science lawl... school's starting tmr..

  6. #6
    Dark Horse
    Deus Ex Machina
    Dark Horse's Avatar Become A Pro!
    Join Date: 12-14-05
    Posts: 13,764

    nm.

  7. #7
    MonkeyF0cker
    Update your status
    MonkeyF0cker's Avatar Become A Pro!
    Join Date: 06-12-07
    Posts: 12,144
    Betpoints: 1127

    Quote Originally Posted by Suzy2000 View Post
    hi, i was hoping someone could help me. I'd like to know how and or the formula to find out where two numbers will meet. say for example you start with 7 and keep adding 7, and say you also start with 9 and keep adding 9. How do you figure out(using a formula when and where the 2 numbers meet the same total. such as this example would be 56, but i would like to know how to do this using more difficult numbers. also what branch of math would this be? any and all help is appreciated, and thank you for your help. . . .Suzy
    What you're trying to do is find the least common multiple. There are several different methods that you can employ to find it, including prime factorization and Euclid's algorithm, both of which are well documented on the web.
    Points Awarded:

    Justin7 gave MonkeyF0cker 2 SBR Point(s) for this post.


  8. #8
    wrongturn
    Update your status
    wrongturn's Avatar Become A Pro!
    Join Date: 06-06-06
    Posts: 2,228
    Betpoints: 3726

    Quote Originally Posted by Suzy2000 View Post
    hi, i was hoping someone could help me. I'd like to know how and or the formula to find out where two numbers will meet. say for example you start with 7 and keep adding 7, and say you also start with 9 and keep adding 9. How do you figure out(using a formula when and where the 2 numbers meet the same total. such as this example would be 56, but i would like to know how to do this using more difficult numbers. also what branch of math would this be? any and all help is appreciated, and thank you for your help. . . .Suzy
    The least common multiple of the two numbers is the total where they first meet. So for your example the answer is 63.

  9. #9
    uva3021
    uva3021's Avatar Become A Pro!
    Join Date: 03-01-07
    Posts: 537
    Betpoints: 381

    in excel

    "=lcm(7,9)"

  10. #10
    JVP3122
    JVP3122's Avatar Become A Pro!
    Join Date: 05-02-09
    Posts: 1,048
    Betpoints: 474

    Quote Originally Posted by Suzy2000 View Post
    hi, i was hoping someone could help me. I'd like to know how and or the formula to find out where two numbers will meet. say for example you start with 7 and keep adding 7, and say you also start with 9 and keep adding 9. How do you figure out(using a formula when and where the 2 numbers meet the same total. such as this example would be 56, but i would like to know how to do this using more difficult numbers. also what branch of math would this be? any and all help is appreciated, and thank you for your help. . . .Suzy
    Quote Originally Posted by lolguy999 View Post
    Well Suzy, you add 7+9 because everytime u add a 7 u also gotta add a 9. so 7+9=16 right? and 56/16 = howmany times ull need and in this case, FOURRR
    I'm confused. How many times does nine go into fifty-six? Also, how is 56/16=4?

  11. #11
    Shelton
    Shelton's Avatar Become A Pro!
    Join Date: 01-06-10
    Posts: 400

    i m gonna have to think for a while

Top