document.write( "Question 808934: Selling cards at a fair. Cards cost $.50 ea and booth costs $20. Selling cards in sets of 12 for $10.20. How many sets of cards do I need to sell to cover my costs? \n" ); document.write( "
Algebra.Com's Answer #487298 by stanbon(75887) ![]() You can put this solution on YOUR website! Selling cards at a fair. Cards cost $.50 ea and booth costs $20. Selling cards in sets of 12 for $10.20. How many sets of cards do I need to sell to cover my costs? \n" ); document.write( "------- \n" ); document.write( "Cost(x) = 20 + 0.5x dollars \n" ); document.write( "-------- \n" ); document.write( "Revenue(x) = (x/12)10 dollars \n" ); document.write( "-------------------------------- \n" ); document.write( "Breakeven occurs when cost = revenue:: \n" ); document.write( "Equation:: \n" ); document.write( "20 + 0.5x = (x/12)10 \n" ); document.write( "----- \n" ); document.write( "Multiply thru by 12 to get \n" ); document.write( "240 + 6x = 10x \n" ); document.write( "4x = 240 \n" ); document.write( "x = 60 cards \n" ); document.write( "------ \n" ); document.write( "# of sets of 12 = 60/12 = 5 \n" ); document.write( "================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |