document.write( "Question 683020: Tickets to the Valentine Dance cost $3 per person or $5 per couple. If $475 worth of tickets were sold and 180 people attended the dance, how many couples were there? \n" ); document.write( "
Algebra.Com's Answer #423431 by DrBeeee(684)![]() ![]() ![]() You can put this solution on YOUR website! Let p = number of single persons \n" ); document.write( "Let c = number of couples \n" ); document.write( "Then you have two equations, one for amount of sales and one for the number of attendees. \n" ); document.write( "(1) 3p + 5c = 475 and \n" ); document.write( "(2) p + 2c = 180 \n" ); document.write( "Solve (2) for p and substitute it into (1) to yield \n" ); document.write( "(3) 3(180 - 2c) +5c = 475 or \n" ); document.write( "(4) 540 - 6c + 5c = 475 or \n" ); document.write( "(5) c = 540 - 475 or \n" ); document.write( "(6) c = 65. \n" ); document.write( "Put (6) into (2) and get \n" ); document.write( "(7) p + 2*65 = 180 or \n" ); document.write( "(8) p = 180 - 130 or \n" ); document.write( "(9) p = 50 \n" ); document.write( "Let's use (1) to check the numbers. \n" ); document.write( "Is (3*50 + 5*65 = 475)? \n" ); document.write( "Is (150 + 325 = 475)? \n" ); document.write( "Is (475 = 475)? Yes \n" ); document.write( "Answer: There were 65 couples that attended the Valentine Dance. \n" ); document.write( " |