反向百分比查询 [英] Reverse Percentage Lookup

查看:169
本文介绍了反向百分比查询的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这必须是一个简单的问题,但我无法解决!

This must be a simple question but I can't work it out!

我知道一个数字已减小到原始大小的70%,如何找到原始数字?

I have a number that I know has been reduced to 70% of its original size, how do I find the original number?

例如,我有9.1,即13 x 70%,但是找到13的计算是什么?

For example I have the number 9.1, which is 13 x 70%, but what is the calculation for finding 13?

推荐答案

您想要的

originalNumber = reducedNumber / (percentage / 100);

例如

13 = 9.1 / (70 / 100)

这篇关于反向百分比查询的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆