document.write( "Question 469632: the audio outlet purchased 60 cassette recorders, gave away 3 in a contest, and sold the rest at twice thier purchase price. if the store's total profit was $1188, how much did the store sell each recorder for? \n" ); document.write( "
Algebra.Com's Answer #322192 by ccs2011(207)\"\" \"About 
You can put this solution on YOUR website!
Profit = Revenue - Cost
\n" ); document.write( "Let p be selling price, c be purchasing price
\n" ); document.write( "Revenue = (60-3)*p = 57*p
\n" ); document.write( "Cost = 60*c
\n" ); document.write( "We also know that selling price was twice the purchasing price
\n" ); document.write( "p = 2c
\n" ); document.write( "Divide by 2 on both sides
\n" ); document.write( "p/2 = c
\n" ); document.write( "Thus we can say Cost = 60*(p/2) = 30*p
\n" ); document.write( "Now set up profit equation
\n" ); document.write( "57p - 30p = 1188
\n" ); document.write( "Combine like terms
\n" ); document.write( "27p = 1188
\n" ); document.write( "Divide by 27 on both sides
\n" ); document.write( "p = 44
\n" ); document.write( "Therefore selling price was $44
\n" ); document.write( "
\n" );