document.write( "Question 1167081: At a certain college, there are 5men to every 6women.If the are 150 more women than men,find the:
\n" );
document.write( "(1). number of women;
\n" );
document.write( "(2). total enrolment. \n" );
document.write( "
Algebra.Com's Answer #791720 by greenestamps(13203)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "It is given that the ratio of men to women is 5:6. So let the number of men be 5x and the number of women be 6x. It is one standard way to start working on a problem where a ratio is given. \n" ); document.write( "The number of women is 150 more than the number of men: \n" ); document.write( "6x = 5x+150 \n" ); document.write( "It's easy to solve that for x; then use that value to find the number of women (6x) and the total enrollment (6x+5x=11x). \n" ); document.write( " \n" ); document.write( " |