document.write( "Question 983348: Hi
\n" );
document.write( "2/3 of the people at a fair wore hats. 1/6 of those who wore hats were men and the rest were
\n" );
document.write( "women. There were 124 more women than menwho wore hats at the fair.\r
\n" );
document.write( "\n" );
document.write( "how many people did not wear hats
\n" );
document.write( "how many people were at the fair\r
\n" );
document.write( "\n" );
document.write( "THANK YOU \n" );
document.write( "
Algebra.Com's Answer #604119 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let x be the number of people at the fair, then \n" ); document.write( "2x/3 is the number of people at the fair who wore hats \n" ); document.write( "(1/6) * (2x/3) = x/9 are men who wore hats \n" ); document.write( "(5/6) * (2x/3) = 5x/9 are women who wore hats \n" ); document.write( "x/9 + 124 = 5x/9 \n" ); document.write( "4x/9 = 124 \n" ); document.write( "4x = 9 * 124 = 1116 \n" ); document.write( "x = 279 \n" ); document.write( "(2/3) * 279 = 186 \n" ); document.write( "279 - 186 = 93 \n" ); document.write( "therefore \n" ); document.write( "93 people did not wear hats \n" ); document.write( "279 people were at the fair \n" ); document.write( " \n" ); document.write( " |