document.write( "Question 990773: In a group of 40 people the ratio of men to women is 3:1.how many women must join the group so that the ratio of men to women becomes 5:4?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #610788 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! In a group of 40 people the ratio of men to women is 3:1.how many women must join the group so that the ratio of men to women becomes 5:4 \n" ); document.write( "Let m=numberof men in the original group of 40 people \n" ); document.write( "(40-m)=numberof women in the original group of 40 people \n" ); document.write( "m/(40-m)=3/1 \n" ); document.write( "120-3m=m \n" ); document.write( "4m=120 \n" ); document.write( "m=30 \n" ); document.write( "40-m=w=10 \n" ); document.write( "let w=number of women to add to make to make the men/women ratio 5:4 \n" ); document.write( "numberof men in the original group of 40 people=30m \n" ); document.write( "numberof women in the original group of 40 people=10w \n" ); document.write( "30/(10+w)=5/4 \n" ); document.write( "50+5w=120 \n" ); document.write( "5w=70 \n" ); document.write( "w=14 \n" ); document.write( "how many women must join the group so that the ratio of men to women becomes 5:4? 14 \n" ); document.write( " \n" ); document.write( " |