document.write( "Question 964368: a Tennis club has 48 members. if there are 22 fewer men than women, how many women are there?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #589263 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! Let the number of women be x. \n" ); document.write( "Then the number of men is (x-22). \n" ); document.write( "Total number of people=48 \n" ); document.write( "x+x-22=48 \n" ); document.write( "2x=48+22 \n" ); document.write( "2x=70 \n" ); document.write( "x=35 \n" ); document.write( "The number of women is 35. \n" ); document.write( "The number of men is 13. \n" ); document.write( " |