Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7827271
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T09:47:11+00:00 2026-06-02T09:47:11+00:00

I have a problem where I have to find the distance, or ticks, from

  • 0

I have a problem where I have to find the distance, or ticks, from one location on a lock to the other. For example, assuming a combination lock with numbers 0 – 39, I want to move from 38 to 10, and get 12, which is the number of ticks it takes to get from 38 to 10. This can be set up as (38 + x) mod 40 = 10, except that there isn’t any way to isolate the x because of the modulus operation. Can anyone think of a way to create a simple formula to find that there are 12 ticks between 38 and 10. I know how to do it using conditional branching, but I would prefer to use a formula if possible.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T09:47:15+00:00Added an answer on June 2, 2026 at 9:47 am

    There are two cases.

    1. A distance “within range”
    2. A distance “overflow”

    You need to calculate both and select the minimum.

    min((to-from) mod 40, (from-to) mod 40)
    

    Update: The previous version did not work in every case (e.g. from 1 to 25). The current version always returns the cheapest amount of ticks but without a direction (unsigned).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have one problem with Javascript Nodes.I want to find out what button was
I have a small problem where I want to find the next active item
i have this problem to find a particular xml node l have post this
I have a problem and can't find a solution. I am making an accordion
I have a problem which I cant seem to find answer to through searches
I have a problem with UISwipeGestureRecognizer and can't find the solution for it. I
I have this problem and i just cannot find a solution to it. I
I have a problem which i can't seem to find the solution to. I
I have a problem and search for a solution on Google but can't find
I have a very simple problem but cannot find a nice solution. I have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.