document.write( "Question 93173: A grocer buys twice as many good apples at 20c each as poor apples at 15c each. He finds that one dozen of the poor apples are bad. By selling the rest at 30c each he makes a profit of $26.15. How many each type of apple did he buy? \n" ); document.write( "
Algebra.Com's Answer #67806 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A grocer buys twice as many good apples at 20c each as poor apples at 15c each. He finds that one dozen of the poor apples are bad. By selling the rest at 30c each he makes a profit of $26.15. How many each type of apple did he buy? \n" ); document.write( "--------------- \n" ); document.write( "Bad apple DATA: \n" ); document.write( "# bought = x ; cost = 15x cents ; \n" ); document.write( "------------------ \n" ); document.write( "Good apple DATA: \n" ); document.write( "# bought = 2x ; cost = 20x cents ; \n" ); document.write( "--------------- \n" ); document.write( "Selling DATA: \n" ); document.write( "# sold = 3x-12 ; revenue from sale = 30(3x-12) = 90x-360 cents \n" ); document.write( "---------------- \n" ); document.write( "EQUATION: \n" ); document.write( "revenue - cost = 2615 cents \n" ); document.write( "90x-360 - 15x-20x = 2615 \n" ); document.write( "55x = 2975 \n" ); document.write( "x = 54 (# of bad apples he bought) \n" ); document.write( "2x = 108 (# of good apples he bought) \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |