summaryrefslogtreecommitdiff
path: root/help/C/percentage.page
blob: 61b2423772b0e61ef6565337bd97434c1b530f4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<page xmlns="http://projectmallard.org/1.0/"
      type="guide"
      id="percentage">

    <info>
        <link type="guide" xref="index#equation"/>
    </info>

	<title>Percentages</title>
    
    <p>
    Percentages are calculated using the % symbol.
    </p>
    <p>
    When added or subtracted the percentage symbol resolves to one percent of the value being added or subtracted from.
    The following equation calculates the price of a $140 item with 15% tax (140 + (15÷100)×140).
    </p>
    <example>
    <p>
    140+15%
    </p>
    </example>
    <p>
    In all other cases the percentage symbol resolves to a fraction out of 100.
    The following equation calculates one quarter of 80 apples ((25÷100)×80).
    </p>
    <example>
    <p>
    25%×80
    </p>
    </example>
</page>