document.write( "Question 290671: The cost of a trip is RM600. The cost for each member would be RM5 less if 10 non members were allowed to join. If the cost was shared equally among the students, find the number of members going for the trip \n" ); document.write( "
Algebra.Com's Answer #210331 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the number of members be x\r \n" ); document.write( "\n" ); document.write( "cost per person = 600/x\r \n" ); document.write( "\n" ); document.write( "if 10 more join cost per person will be 600/ x+10\r \n" ); document.write( "\n" ); document.write( "600/x+10 +5 = 600/x\r \n" ); document.write( "\n" ); document.write( "600/x+10 - 600/x = -5\r \n" ); document.write( "\n" ); document.write( "600x-600x-6000= -5x(x+10)\r \n" ); document.write( "\n" ); document.write( "-6000=-5x^2-50x\r \n" ); document.write( "\n" ); document.write( "5x^2+50x-6000=\r \n" ); document.write( "\n" ); document.write( "x^2+10x-1200=0\r \n" ); document.write( "\n" ); document.write( "x^2+40x-30x-1200=0\r \n" ); document.write( "\n" ); document.write( "x(x+40)-30(x+40)=0\r \n" ); document.write( "\n" ); document.write( "(x-30)(x+40)=0\r \n" ); document.write( "\n" ); document.write( "x=30 the number of members\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |