document.write( "Question 984183: Last year,there were 375 volunteers for a sports event. This year, the number of male volunteers increased by 20% and the number of female volunteers increased by 30%. In the end, there was an equal number of female and male volunteers this year . how many more female volunteers were there this year than last year? \n" ); document.write( "
Algebra.Com's Answer #604956 by srinivas.g(540)![]() ![]() You can put this solution on YOUR website! let x be the no of female volunteers last year \n" ); document.write( "and y be the no of male volunteers last year \n" ); document.write( " x+y= 375 \n" ); document.write( " no of male volunteers increased by 20 % \n" ); document.write( " so no of male volunteers this year = y+20 % of y \n" ); document.write( " = y+0.2 y \n" ); document.write( " =1.2y \n" ); document.write( "similarly no of female vounteers this year = x+0.3x = 1.3x \n" ); document.write( " 1.3x =1.2 y \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " but x+y =375 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "no of female volunteers last year = 300 \n" ); document.write( " this year , increse = 20 % of 300 \n" ); document.write( " = 60 \n" ); document.write( "result:60 \n" ); document.write( " |