document.write( "Question 206420: A retailer bought a number of special mugs for $48. Two of the mugs were broken in the store, but by selling each of the other mugs for $3 above the original cost per mug, she made a total profit of $22. How many mugs did she buy and at what price per mug did she sell them? \n" ); document.write( "
Algebra.Com's Answer #156004 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A retailer bought a number of special mugs for $48. \n" ); document.write( " Two of the mugs were broken in the store, but by selling each of the other \n" ); document.write( " mugs for $3 above the original cost per mug, she made a total profit of $22. \n" ); document.write( " How many mugs did she buy and at what price per mug did she sell them? \n" ); document.write( ": \n" ); document.write( "Let n = no. of mugs she bought \n" ); document.write( ": \n" ); document.write( "Price paid for each mug = \n" ); document.write( ": \n" ); document.write( "No. of mugs sold = (n-2); two were broken \n" ); document.write( ": \n" ); document.write( "Selling price = \n" ); document.write( "; \n" ); document.write( "Total revenue = 48 + 22 = $70: cost + given total profit \n" ); document.write( ": \n" ); document.write( "#sold * Price sold = total revenue \n" ); document.write( "(n-2) * [ \n" ); document.write( "FOIL \n" ); document.write( "48 + 3n - 96/n - 6 = 70 \n" ); document.write( ": \n" ); document.write( "3n - 96/n + 42 = 70 \n" ); document.write( ": \n" ); document.write( "3n - 96/n + 42 - 70 = 0 \n" ); document.write( "; \n" ); document.write( "3n - 96/n - 28 = 0 \n" ); document.write( ": \n" ); document.write( "Multiply equation by n, forming a quadratic equation: \n" ); document.write( "3n^2 - 28n - 96 = 0 \n" ); document.write( "Factor \n" ); document.write( "(3n +8)(n-12) = 0 \n" ); document.write( ": \n" ); document.write( "Positive solution \n" ); document.write( "n = 12 mugs originally bought \n" ); document.write( ": \n" ); document.write( "Find the price: \n" ); document.write( "No. sold = 10 mugs; revenue = $70 \n" ); document.write( " \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "Check solution \n" ); document.write( " \n" ); document.write( "cost + given profit \n" ); document.write( "4 + 3 = $7 \n" ); document.write( " |