document.write( "Question 870228: Juan's band produced a number of CDs to sell at a gig. The batch of CDs cost $170 to make and each CD was sold for $2.50 more than it cost to produce. Juan gave 2 CDs to his friends, but sold the rest for a total of $198. How many CDs did Juan produce?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "So i said that $5 in profit= 2 CDs. Then i did 198-170= $28 profit. Then I did 28/5 to get the amount of CDs he created. I think that was wrong because it came out as a decimal answer and you can't really have part of a CD. I don't know who to solve this. \n" );
document.write( "
Algebra.Com's Answer #524772 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Juan's band produced a number of CDs to sell at a gig. The batch of CDs cost $170 to make and each CD was sold for $2.50 more than it cost to produce. Juan gave 2 CDs to his friends, but sold the rest for a total of $198. How many CDs did Juan produce?\r \n" ); document.write( "\n" ); document.write( "let him produce x CDs \n" ); document.write( "cost of each CD =170/x\r \n" ); document.write( "\n" ); document.write( "Selling price of each CD = 170/x +5/2 \n" ); document.write( "he sold 2 less ie:(x-2) \n" ); document.write( "Total sales = 198 = (170/x +5/2)(x-2) \n" ); document.write( "198= ((340+5x)/2x)(x-2)\r \n" ); document.write( "\n" ); document.write( "396x=(340+5x)(x-2)\r \n" ); document.write( "\n" ); document.write( "396x=340x-680+5x^2-10x \n" ); document.write( "5x^2-66x-680=0 \n" ); document.write( "solve for x \n" ); document.write( "5x^2-100x+34x-680=0 \n" ); document.write( "5x(x-20)+34(x-20)=0 \n" ); document.write( "(x-20)(5x+34)=0 \n" ); document.write( "x=20 taking the positive root \n" ); document.write( "he produced 20 CDs \n" ); document.write( " |