document.write( "Question 511522: At a certain party, 72 people are invited. Only half of those invited come. Of those who come, twice as many are women as are men. How many men and how many women come? Let x be the number of women and y be the number of men. \n" ); document.write( "
Algebra.Com's Answer #342246 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! 1/2*72 = 36 attended \n" ); document.write( ". \n" ); document.write( "x = number of women \n" ); document.write( "y = number of men \n" ); document.write( ". \n" ); document.write( "x = 2y \n" ); document.write( ". \n" ); document.write( "But you're not able to solve this equation because you have two unknowns and only one equation. \n" ); document.write( "For most word problems like this, you do not use x and y. \n" ); document.write( "You use: x for one value and the total - x for the other. \n" ); document.write( ". \n" ); document.write( "x = number women \n" ); document.write( "36-x = number of men \n" ); document.write( ". \n" ); document.write( "Now you have one unknown and one equation. \n" ); document.write( ". \n" ); document.write( "x = 2(36-x) \n" ); document.write( "x = 72 -2x \n" ); document.write( "3x = 72 \n" ); document.write( "x = 24 \n" ); document.write( ". \n" ); document.write( "36-x = 12 \n" ); document.write( ". \n" ); document.write( "Answer: 24 women attended; 12 men attended. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |