15 results for “shor”
Moving objects shorten along motion.
Shortest distance between two points on the Earth for long-range navigation.
Liquidity measure of short-term solvency.
Short-term financial health of a business.
A liquidity measure of whether a firm can cover its short-term obligations with short-term assets.
The short-term capital available to run day-to-day operations.
Shortest distance between two points on the globe.
Time complexity for Shor's algorithm to factor an integer N on a quantum computer.
Instantly multiply any two-digit number by 11 by splitting and adding the digits.
x% of y = y% of x. When one direction is hard, flip it! This works because (x/100)×y = (y/100)×x.
Multiply by 10 and divide by 2 (or vice versa) for instant results.
Multiply by 10 and subtract the original number — much faster than multiplying by 9 directly.
Since 25 = 100 ÷ 4, multiply by 100 and divide by 4 for instant results.
Multiply by 10, then add half of that — because 15 = 10 + 5 and 5 is half of 10.
a² − b² = (a + b)(a − b). Turns a subtraction of squares into an easy product.