document.write( "Question 1054036: In a club, the number of male members is 3 more than a half of the total number of members. The numbers of female members is 4 more than 1/3 of the total number of members. Is it possible that the total number of members is over 40 ? \n" ); document.write( "
Algebra.Com's Answer #669284 by jorel555(1290)\"\" \"About 
You can put this solution on YOUR website!
Let n be the total number of members. Then the males are (n/2)+3, and females are (n/3)+4. So:
\n" ); document.write( "(n/2)+3+(n/3)+4=n
\n" ); document.write( "3n+2n+42=6n
\n" ); document.write( "n=42, and 42 IS greater than 40. ☺☺☺☺
\n" ); document.write( "
\n" ); document.write( "
\n" );