document.write( "Question 927184: A grocer buys 14 boxes of apples at £16.36 per box. He sells 12 boxes at £20.25 per box and the other 2 remain unsold.
\n" );
document.write( "Find his total profit as a percentage of the cost price. \n" );
document.write( "
Algebra.Com's Answer #562763 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! cost = 14 * 16.36 = 229.04 \n" ); document.write( "revenue = 12 * 20.25 = 243 \n" ); document.write( "profit percentage = (r-c)/c * 100 \n" ); document.write( "(r-c)/c * 100 = ? \n" ); document.write( "(243-229.04)/229.04 * 100 = 6.1 % \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |