document.write( "Question 176745: Can someone please, please help me with this problem:\r
\n" );
document.write( "\n" );
document.write( "Zoro, Inc produces a product that has a variable cost of $6.00 per unit. The company's fixed costs are $30,000. The product sells for $10.00 a unit and the company desires to earn a $20,000 profit. What is the volume of sales in unit required to achieve the target profit?\r
\n" );
document.write( "\n" );
document.write( "a. 5,000
\n" );
document.write( "b. 7,500
\n" );
document.write( "c. 8,333
\n" );
document.write( "d. 12,500 \n" );
document.write( "
Algebra.Com's Answer #132309 by gonzo(654)![]() ![]() ![]() You can put this solution on YOUR website! let p = profit \n" ); document.write( "let r = revenue per unit \n" ); document.write( "let f = fixed cost \n" ); document.write( "let v = variable cost per unit \n" ); document.write( "let x = number of units sold \n" ); document.write( "formula for profit is: \n" ); document.write( "p = r - f - v \n" ); document.write( "p = $20,000 \n" ); document.write( "r = x * $10.00 \n" ); document.write( "f = $30,000 \n" ); document.write( "v = x * $6.00 \n" ); document.write( "formula becomes: \n" ); document.write( "$20,000 = (x*$10.00) - $30,000 - (x*$6.00) \n" ); document.write( "add $30,000 to both sides to get: \n" ); document.write( "$50,000 = x*$10.00 - x*$6.00 \n" ); document.write( "factor out the x to get: \n" ); document.write( "$50,000 = x * ($10.00 - $6.00) \n" ); document.write( "combine like terms to get: \n" ); document.write( "$50,000 = x * ($4.00) \n" ); document.write( "divide both sides by $4.00 to get: \n" ); document.write( "$50,000 / $4.00 = x \n" ); document.write( "simplify to get: \n" ); document.write( "12,500 = x \n" ); document.write( "looks like the answer is going to be 12,500 units. \n" ); document.write( "substitute in original eqution to see if this holds up. \n" ); document.write( "p = $20,000 \n" ); document.write( "r = 12,500 * $10.00 = $125,000 \n" ); document.write( "f = $30,000 \n" ); document.write( "v = 12,500 * $6.00 = $75,000 \n" ); document.write( "formula is: \n" ); document.write( "p = r - f - v \n" ); document.write( "which becomes: \n" ); document.write( "$20,000 = $125,000 - $30,000 - $75,000 = $125,000 - $105,000 = $20,000 \n" ); document.write( "equation is true. \n" ); document.write( "answer is: \n" ); document.write( "volume of sales in units required to achieve the target profit is 12,500 units. \n" ); document.write( " |