159 results for “mb”
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.
Expands any power of a binomial into a sum of terms.
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.
A fractional exponent is a root and a power combined.
Any nonzero number to the power zero is one.
All four sides of a rhombus are equal.
Area from the two diagonals of a rhombus.
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.
Probability of k events in a fixed interval.
Product of all positive integers up to n.
Number of unordered selections of r items from n.
Ordered arrangements of r items from n when repetition is allowed.
Arrangements of n items where some are identical.
Probability of an event with equally likely outcomes.
Probability that an event does not occur.
Probability that A or B occurs.
Probability of both independent events occurring.
Probability of A given that B has occurred.
Reverses conditional probabilities using prior knowledge.
Long-run average value of a random variable.
Measures the spread of a random variable around its mean.
Probability of k successes in n independent trials.
Probability of k events in a fixed interval given average rate λ.
Probability that the first success occurs on trial k.
Bell-curve probability density function.
Ratio of the probability of an event to its non-occurrence.
If n items go into k containers, some container holds at least this many.
Counts the union of overlapping sets without double counting.
Counts many recursive structures such as balanced parentheses.
Ways to distribute n identical items into k distinct groups.
Maps any real number to the range (0, 1); used in logistic regression.
Defines eigenvalues and eigenvectors of a matrix.
Speed of a wave from frequency and wavelength.
Electrostatic force between two charges.
Electrostatic force between two point charges.
Combines Boyle, Charles and Gay-Lussac.
Condition for constructive interference maxima.
Spacing of interference fringes on a screen.
Photon energy from its wavelength.
Force between two point charges.
Predicts laminar vs turbulent flow.
Wavelength associated with a particle.
Number of nuclei remaining over time.
Time for half a sample to decay.
Decays per second in a sample.
Peak emission wavelength of a hot body.
Wavelength change of scattered photons.
Combination of real and reactive power.
Number of moles from mass and molar mass.
Absorbance of light by a solution.
Relates two states of a fixed amount of gas.
Number of particles from moles.
Number of particles in one mole.
Particles from moles and Avogadro number.
Combines Boyle, Charles, and Gay-Lussac laws.
Cells per mL from a counting-chamber average.
Number of divisions over a growth period.
Genetic map distance in centimorgans.
Reactions catalyzed per enzyme per second.
Impact of a food portion on blood sugar, combining quality (GI) and quantity.
Rescale each ingredient for a different number of servings.
Total recipe cost divided across the number of servings.
Fractional wavelength shift of light.
Peak emission wavelength of a blackbody.
Fractional stretching of light climbing out of gravity.
Ratio governing column buckling.
Quick estimate: true airspeed increases about 2% per 1000 ft of altitude above indicated airspeed.
Vertical speed is the altitude gained per unit time (ft per minute).
Ratio of true airspeed to the local speed of sound.
Ratio of inertial to viscous forces; characterises airflow over an airfoil.
Climb angle (as a fraction) equals excess thrust divided by weight.
Shortest distance between two points on the Earth for long-range navigation.
Ratio of speed to the local speed of sound.
Vertical speed from excess engine power.
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.
Great-circle distance between two lat/long points.
Number of people per unit area.
Age of a rock from parent and daughter isotopes.
Amount remaining after a number of half-lives.
Convert gigabytes to megabytes (binary).
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.
Any percentage can be built from 10%, 5%, and 1% — quick to find and easy to combine.
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².
Multiply two binomials by combining First, Outer, Inner, Last terms.
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.