Results 1 to 2 of 2

Thread: Another Formula for you..

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2001
    Posts
    15

    Another Formula for you..

    Hi, Sorry to be a bother but I have another formula that needs solving..

    Total = (U * CPK * UW) + (U * UC)

    Again I need to solve this for U so that we can calculate the largest number of units that can be ordered for a product given we have transaction limits in place

    U = ???

    Where,
    U = Number of units ordered
    CPK = Delivery Cost Per Kg
    UW = Unit Weight
    UC = Unit Cost


    Thanks again,

    Dave C

  2. #2
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    Total = U * CPK * UW + U * UC

    Factorise:

    Total = U * (CPK * UW + UC)

    Divide by (CPK * UW + UC):

    U = Total / (CPK * UW + UC)
    Harry.

    "From one thing, know ten thousand things."

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