Difference between revisions of "Manuals/calci/PERCENTAGES"

From ZCubes Wiki
Jump to navigation Jump to search
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
<div style="font-size:30px">'''PERCENTAGES (Array)'''</div><br/>
 +
*<math>Array</math> are set of real numbers.
 +
 
==Description==
 
==Description==
 
*This function returns Percentage of a given array values.
 
*This function returns Percentage of a given array values.
Line 4: Line 7:
 
*The simplest way to calculate percentage is to divide the given number as numerator by the relative total number as denominator and then multiplying the answer by 100 will gives the percentage.
 
*The simplest way to calculate percentage is to divide the given number as numerator by the relative total number as denominator and then multiplying the answer by 100 will gives the percentage.
 
*The pecentage of two relative quantities or number can be calculated by the below mathematical formula:<math>\frac{Relative number}{Whole Number}*100</math>
 
*The pecentage of two relative quantities or number can be calculated by the below mathematical formula:<math>\frac{Relative number}{Whole Number}*100</math>
 +
 +
==Examples==
 +
1. PERCENTAGES(34,12,78,14)
 +
{| class="wikitable"
 +
|-
 +
|24.637681159420293%||8.695652173913043%||56.52173913043478%||10.144927536231885%
 +
|}
 +
2. PERCENTAGES(142,231,781)
 +
 +
{| class="wikitable"
 +
|-
 +
|12.305025996533796%||20.01733102253033%||67.67764298093587%
 +
|}
 +
3. PERCENTAGES(-34,89.23,100)
 +
{| class="wikitable"
 +
|-
 +
| -21.902982670875474% ||57.48244540359466%||64.42053726728079%
 +
|}
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=FaDtge_vkbg|280|center|Percentages}}
 +
 +
==See Also==
 +
*[[Manuals/calci/SUM | SUM]]
 +
*[[Manuals/calci/AVERAGE  | AVERAGE ]]
 +
*[[Manuals/calci/PERCENT | PERCENT]]
 +
 +
==References==
 +
[https://en.wikipedia.org/wiki/Percentage Percentage]
 +
 +
 +
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
 +
*[[ Z3 |  Z3 home ]]

Latest revision as of 17:17, 29 November 2018

PERCENTAGES (Array)


  • are set of real numbers.

Description

  • This function returns Percentage of a given array values.
  • In PERCENTAGES(Array),array is the set of values to find Percentage value.Percentage is a number or ratio always expressed as a fraction of 100 and is denoted by the symbol %.
  • The simplest way to calculate percentage is to divide the given number as numerator by the relative total number as denominator and then multiplying the answer by 100 will gives the percentage.
  • The pecentage of two relative quantities or number can be calculated by the below mathematical formula:

Examples

1. PERCENTAGES(34,12,78,14)

24.637681159420293% 8.695652173913043% 56.52173913043478% 10.144927536231885%

2. PERCENTAGES(142,231,781)

12.305025996533796% 20.01733102253033% 67.67764298093587%

3. PERCENTAGES(-34,89.23,100)

-21.902982670875474% 57.48244540359466% 64.42053726728079%

Related Videos

Percentages

See Also

References

Percentage