document.write( "Question 1090104: In a party 68% of people who attend the party are man if 40% of man and 31.2 % of total number of person left the party than what percent of women left the party \n" ); document.write( "
Algebra.Com's Answer #704590 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! In a party 68% of people who attend the party are men \n" ); document.write( "let x = total people at the party initially \n" ); document.write( "then \n" ); document.write( ".68x = no. of men \n" ); document.write( "and, obviously: \n" ); document.write( ".32x = no of women \n" ); document.write( ": \n" ); document.write( " if 40% of the men and 31.2 % of total number of persons left the party than what percent of women left the party \n" ); document.write( "Find the no. of men that left the party \n" ); document.write( ".40(.68x) = .272x men left the party \n" ); document.write( ": \n" ); document.write( "Find the total no. who left the party \n" ); document.write( ".312x people left the party \n" ); document.write( ": \n" ); document.write( ".312x - .272x = .04 only 4% of the women left the party \n" ); document.write( " |