How do calculators have answers for every equation?

1.00K views

How do calculators have answers for every equation?

In: Mathematics

8 Answers

Anonymous 0 Comments

Calculators store numbers in binary – 1’s and 0’s. To do something like addition, these 1’s and 0’s are compared two at a time. Each comparison takes roughly the time it takes for electricity to flow one millimeter or less. Electricity travels near the speed of light. You can do several of these comparisons at a time. The result is that millions or even billions of tiny comparisons can happen in less than 100 milliseconds (roughly the time it takes for a human to notice delay). Depending on the hardware, as few as two such comparisons are necessary for every binary digit. As such, adding two numbers which are each less than 65,535 can take only 16 comparisons.

You are viewing 1 out of 8 answers, click here to view all answers.