document.write( "Question 906090: The members of a club agreed to raise P150,000 for charity but 25 of them failed to pay their shares. As a result, each of the others had to pay P500 more. How many members has this club? \n" ); document.write( "
Algebra.Com's Answer #549960 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! x*y=150000, \n" ); document.write( "x=150000/y \n" ); document.write( "(x-25)*(y+500)=150000 \n" ); document.write( "(150000/y-25)*(y+500)=150000 \n" ); document.write( "FOIL \n" ); document.write( "150000/y*y+500*150000/y-25y-25*500=150000 \n" ); document.write( "500*150000/y-25y-25*500=0 \n" ); document.write( "20*150000/y-y-500=0 \n" ); document.write( "20*150000-y^2-500y=0 \n" ); document.write( "y^2+500y-3000000=0 \n" ); document.write( "(y-1500)*(y+2000)=0 \n" ); document.write( "y = 1500 \n" ); document.write( "x*y=150000\r \n" ); document.write( "\n" ); document.write( "x = 100 members, y = 1500 original share \n" ); document.write( " |