Results 1 to 4 of 4

Thread: What is the relational statement needed?

  1. #1

    Thread Starter
    Addicted Member GSIV's Avatar
    Join Date
    Jun 2002
    Location
    Texas, USA
    Posts
    213

    Question What is the relational statement needed?

    What is the relational statement needed?

    Given an input of 1 to 7,000, what is the mathmatical conversion needed to covert this to a range of 270,000,000 to 2,000,000,000?

    Thanks for any help!

  2. #2
    Hyperactive Member
    Join Date
    May 2002
    Location
    Chicago
    Posts
    271
    Is this what you meant?

    Output = OutputLow + ((Input - InputLow)*(OutputHigh - OutputLow) / (InputHigh - InputLow))
    Where:
    OutputLow = 270,000,000
    OutputHigh = 2,000,000,000
    InputLow=1
    InputHigh=10

    Just plug in a value for Input to get the relational Output.
    Sometimes what you're looking for is exactly where you left it.

  3. #3
    Hyperactive Member
    Join Date
    May 2002
    Location
    Chicago
    Posts
    271
    Sorry, InputHigh would be 7000 in the above example.
    Sometimes what you're looking for is exactly where you left it.

  4. #4

    Thread Starter
    Addicted Member GSIV's Avatar
    Join Date
    Jun 2002
    Location
    Texas, USA
    Posts
    213
    John,
    That's it! I worked on it for days and only came up close. Thanks so much for your help. George.

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