A percentage is determined by two numbers and so can't be used on its own to determine either the numerator or the denominator
If you know the numerator, then you can get the denominator by dividing the numerator by the percent (as a decimal)
So if (exactly) 25% of X equals 3, so 3/.25 = 12
Sometimes you will need to round the result:
E.g. 43% of X equals 3, so 3/0.43 = 6.98
But we know that the denominator is a whole number, so we round this to 7.
Rounding of the percentage is also important for bigger numbers, so
If 10% of X equals 12, 12/.1 = 120. But also 12/121 = 10% (to the nearest whole percent)
If, on the other hand, you have the (whole number) denominator and the percentage (rounded to n significant figures) then the lowest and highest whole number numerators can be evaluated in a spreadsheet as:
lower limit: =CEILING((proportion-0.5*POWER(0.1,n))*denominator,1)
upper limit: =FLOOR((proportion+0.5*POWER(0.1,n))*denominator,1)
where the proportion is the percentage as a decimal.
Chat with our AI personalities
Divide (the known part) by (the percent). The quotient is the whole unknown number.
Take the number you have out of the whole, then dived it by the whole number. Multiply the resulting number by 100 and that's your percent.Example:What percentage is 7 of 10?7 / 10= .7.7 x 100 = 707 is 70% of 10.
Divide the percent into 100 then multiply the result by the number that is that percent of the whole. For example, if 25% of your weekly wage is $65, then... 100 divided by 25 is 4. 4 times $65 = $260.
Divide the amount given as a percent of a whole by the percent, converted to a decimal by multiplying the percent by 0.01 (exact). The value of the whole will be the quotient. In symbols, when w is the unknown whole, k is a known percent of the whole, and the percent p itself is known, w = k/(0.01)p or 100 (k/p).
To find a percentage in a whole number, multiply the number by 100%, or put two zeroes and a percent sign after the number.