Question 1203334
<pre>
In 2014, Warner Manufacturing sold 100.000 screwdrivers for $5 each, with a cost of goods sold of $2. What is the company's margin to the nearest percent?

It's presumed that 100.000 is actually 100,000. 

With revenue and cost being in hundred-thousands (00,000s) of dollars ($), 
Profit margin is: {{{highlight_green(matrix(1,9, (Profit/Revenue)100, "=", ((Revenue - Cost)/Revenue)100, "=", ((5 - 2)/5)100, "=", (3/5)100, "=", highlight("60%")))}}}.</pre>