document.write( "Question 1021356: 55% of the members of a club play cricket and 60% play tennis.if 25% of the members play both cricket and tennis and 150 members play neither sport, then how many members are there in total?
\n" );
document.write( "Ans with solution plz \n" );
document.write( "
Algebra.Com's Answer #637218 by robertb(5830)![]() ![]() You can put this solution on YOUR website! Let x = total number of members in the club \n" ); document.write( "==> 0.55x = number of members playing cricket \n" ); document.write( "0.60x = number of members playing tennis \n" ); document.write( "and 0.25x = number of members playing both sports\r \n" ); document.write( "\n" ); document.write( "==> x = 0.55x+0.60x - 0.25x +150 \n" ); document.write( "<==> x = 0.90x +150 \n" ); document.write( "0.10x = 150 \n" ); document.write( "x = 1,500 <--total number of members in the club. \n" ); document.write( " |