-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprofitandloss.html
38 lines (37 loc) · 1.49 KB
/
profitandloss.html
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
33
34
35
36
37
38
<div data-page="profitandloss" class="page">
<div class="navbar">
<div class="navbar-inner">
<div class="left"><a href="index.html" class="link"><i class="f7-icons size-22">chevron_left</i></a></div>
<div class="center">Maths Easy</div>
</div>
</div>
<div class="toolbar toolbar-bottom">
<div class="toolbar-inner">
<a href="index.html" class="link"><i class="f7-icons size-22">collection</i>Lessons</a>
<a href="about.html" class="link"><i class="f7-icons size-22">info</i>About</a>
<a href="contact.html" class="link"><i class="f7-icons size-22">chat</i>Contact</a>
</div>
</div>
<div class="page-content">
<div class="content-block-title titleforpages">Profit & Loss</div>
<div class="card">
<div class="card-header">Calculating Profits on the basis of Marked Price and Cost Price</div>
<div class="card-content">
<div class="card-content-inner">
<p>Profit Percent will be calculated as:</p>
<p>$$\frac{(M.P-C.P)\times100}{C.P}$$</p>
</div>
</div>
</div>
<div class="card">
<div class="card-header">Calculating Profit & Loss on the basis of Cost Price & Selling Price</div>
<div class="card-content">
<div class="card-content-inner">
<p>If CP of 'x' things=SP of 'y' things then Profit/Loss% will be calculated as:</p>
<p>$$\left[\frac{(x-y)}{y}\times100\right]$$</p>
<p>If Positive then <b>Profit</b> and if Negative then <b>Loss</b>.</p>
</div>
</div>
</div>
</div>
</div>