98 results for “number”
Find p percent of a number N.
Add all values and divide by how many there are.
A number is even if it divides by 2 with no remainder.
Convert a mixed number to an improper fraction.
The multiplicative inverse of a number.
A number multiplied by itself.
A number multiplied by itself three times.
A number is divisible by 3 if its digit sum is.
A number is divisible by 9 if its digit sum is.
Any nonzero number to the power zero equals one.
Distance of a number from zero, always non-negative.
The nth root of the product of n numbers.
Any nonzero number to the power zero is one.
Count of diagonals in an n-sided polygon.
Powers of complex numbers in trig form.
Number of standard deviations a value is from the mean.
Number of ways to choose r items from n (order irrelevant).
Number of ordered arrangements of r items from n.
Number of unordered selections of r items from n.
Counts many recursive structures such as balanced parentheses.
Maps any real number to the range (0, 1); used in logistic regression.
Predicts laminar vs turbulent flow.
Number of nuclei remaining over time.
Number of moles from mass and molar mass.
Number of particles from moles.
Number of particles in one mole.
Particles from moles and Avogadro number.
Number of divisions over a growth period.
Reactions catalyzed per enzyme per second.
Rescale each ingredient for a different number of servings.
Total recipe cost divided across the number of servings.
Ratio of true airspeed to the local speed of sound.
Ratio of inertial to viscous forces; characterises airflow over an airfoil.
Ratio of speed to the local speed of sound.
The number of units that must be sold to exactly cover all costs.
Adjust ingredient quantities for a different number of servings.
Number of tiles to cover a floor.
Continuous day count used by astronomers to compare dates.
Number of days separating two calendar dates.
ISO-8601 week of the year (weeks start on Monday).
Day-of-year number (1–366) for a given date.
Number of people per unit area.
Amount remaining after a number of half-lives.
Recursively finds the greatest common divisor.
a and b have the same remainder when divided by m.
Holds when p is prime and gcd(a,p)=1.
Counts integers up to n coprime to n.
Approximates the number of primes below x.
Least common multiple via the greatest common divisor.
Closed form for the sum of the first n natural numbers.
Closed form for the sum of the first n squares.
A number is divisible by 3 if the sum of its digits is.
A number is divisible by 9 if the sum of its digits is.
Every integer is either even or odd.
The sum of the first n cubes equals the square of the sum.
Count of divisors from prime factorization exponents.
Sum of all divisors from prime factorization.
Euclid-Euler form of even perfect numbers.
Numbers one less than a power of two.
Numbers of a special exponential form.
Sum of the first n natural numbers.
The nth perfect square.
The nth pentagonal figurate number.
Each term is the sum of the two before it.
Closed form for the nth Fibonacci number.
Ratio where the whole is to the larger as the larger is to the smaller.
The rule of the famous unsolved Collatz conjecture.
A primality criterion for p.
Number of positions at which two strings differ.
Minimum number of bits to represent n distinct values.
Converts a binary number to decimal.
Convert a decimal number to binary by dividing by 2 and reading remainders.
Convert a hexadecimal number to decimal.
Number of addressable locations for n bits.
Convert a hex number to decimal by positional weights.
Number of operations completed per unit time.
A Vedic sutra for multiplying numbers close to a base (10, 100, 1000, etc.). Works by finding how far each number is from the base.
A general Vedic multiplication method that works for any two numbers. Uses vertical and crosswise multiplication patterns.
Quick method to square any number near 50 using the identity (50±d)² = 2500 ± 100d + d².
Instantly square any number ending in 5. Multiply the tens digit by (tens digit + 1), then append 25.
Transform numbers with large digits (6-9) into "vinculum" form using complements from 10, making calculations easier.
Instantly multiply any two-digit number by 11 by splitting and adding the digits.
Quickly check if a number is divisible by 2 through 12 without dividing.
Use the identity (a+b)(a-b) + b² = a² to square numbers quickly by going to the nearest easy number.
Multiplying any number by a string of nines is instant: subtract 1 from the number for the left part, then take the complement for the right part.
When numbers are near a convenient working base that is a multiple of a power of 10, use a proportional base to simplify the multiplication.
The Dwandwa (duplex) method squares any number by summing duplex values digit by digit — a general Vedic squaring technique.
Multiply by 10 and subtract the original number — much faster than multiplying by 9 directly.
For numbers a little above 100, use the surplus from 100 to multiply almost instantly.
Use (a+1)² = a² + 2a + 1. Square the round number below, add twice it, add 1.
Gauss's formula: the sum of the first n whole numbers is n(n+1)/2 — no adding required.
The sum of the first n odd numbers is always a perfect square, exactly n².
Two numbers equally spaced around a middle value m multiply to m² − d², using the difference of squares.
Multiply miles by 1.6 for km, or divide km by 1.6 for miles. Consecutive Fibonacci numbers are handy approximations.
Bracket the number between two perfect squares, then refine with a quick average step.
Round the total up to a friendly number, divide by the number of people, then adjust down slightly.