Maths help for the terminally dim please


Closed Thread
Results 1 to 13 of 13

Hybrid View

  1. #1
    Join Date
    May 2008
    Location
    Italy
    Posts
    825


    Did you find this post helpful? Yes | No

    Default

    multiply your value for 1.333.

    Dammy var word

    YourValue var word

    NewValue var word


    Dammy = yourValue * 1333
    NewValue = DIV32 1000

    NewValue will contain the 4/4 from the 3/4 given in yourValue.

    or another way is

    multiply yourvalue by 4 and divide by 3
    Dummy = YourValue * 4000
    NewValue = DIV32 3000

    Cheers

    Al.
    Last edited by aratti; - 14th December 2010 at 17:08.
    All progress began with an idea

  2. #2


    Did you find this post helpful? Yes | No

    Thumbs up

    Thanks very much. Easy when you know how.

  3. #3


    Did you find this post helpful? Yes | No

    Default

    And for a 16% reduction?

  4. #4
    Join Date
    May 2007
    Posts
    604


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by retepsnikrep View Post
    And for a 16% reduction?
    Multiply by 1.1905

  5. #5


    Did you find this post helpful? Yes | No

    Default

    Thanks. Sorted now.

  6. #6
    Join Date
    May 2008
    Location
    Italy
    Posts
    825


    Did you find this post helpful? Yes | No

    Default

    In case you will need other percentages, here how to calculate the multiplier:


    Multiplier = 1 +( % / (100-%) )

    where % is your value.

    Example:

    1 + ( 16 / (100 - 16) = 1 + (16/84) = 1 + 0.19047619 = 1.19047619 rouded 1.1905

    Cheers

    Al.
    All progress began with an idea

  7. #7


    Did you find this post helpful? Yes | No

    Thumbs up

    Thanks for the formula as well. Now i know how to do it

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

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