<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Stuart Kelly &#187; Mathematics</title>
	<atom:link href="http://blogs.fashione.co.uk/stuart/tag/mathematics/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.fashione.co.uk/stuart</link>
	<description>Development, websites, EPOS and customer support</description>
	<lastBuildDate>Fri, 11 Jun 2010 08:02:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Percentage Profit Margin</title>
		<link>http://blogs.fashione.co.uk/stuart/2008/08/percentage-profit-margin/</link>
		<comments>http://blogs.fashione.co.uk/stuart/2008/08/percentage-profit-margin/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 12:51:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Support]]></category>
		<category><![CDATA[Mathematics]]></category>

		<guid isPermaLink="false">http://blogs.fashione.co.uk/stuart/?p=22</guid>
		<description><![CDATA[The percentage profit margin is calculated as follows.
Variables
CostPrice   = 10.00
RetailPrice = 20.00
VATRate     = 17.5%
Calculate BeforeVAT
BeforeVAT = RetailPrice / ( 1 + (VATRate/100))
BeforeVAT = 20.00 / ( 1 + (17.5/100))
BeforeVAT = 17.02128
Calculate Profit
Profit = BeforeVAT - CostPrice
Profit = 7.02128
Calculate Percentage Profit Margin
PerProfit = (Profit / BeforeVAT) * 100
PerProfit = (7.02128 / 17.02128) * 100
PerProfit = 0.4125 * 100
PerProfit = 41.25%
]]></description>
			<content:encoded><![CDATA[<p>The percentage profit margin is calculated as follows.</p>
<p><code><strong>Variables</strong><br />
CostPrice   = 10.00<br />
RetailPrice = 20.00<br />
VATRate     = 17.5%</code><br />
<code><strong>Calculate BeforeVAT</strong><br />
BeforeVAT = RetailPrice / ( 1 + (VATRate/100))<br />
BeforeVAT = 20.00 / ( 1 + (17.5/100))<br />
BeforeVAT = 17.02128</code><br />
<code><strong>Calculate Profit</strong><br />
Profit = BeforeVAT - CostPrice<br />
Profit = 7.02128</code><br />
<code><strong>Calculate Percentage Profit Margin</strong><br />
PerProfit = (Profit / BeforeVAT) * 100<br />
PerProfit = (7.02128 / 17.02128) * 100<br />
PerProfit = 0.4125 * 100<br />
PerProfit = 41.25%</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.fashione.co.uk/stuart/2008/08/percentage-profit-margin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
