document.write( "Question 31262This question is from textbook College Algebra
\n" );
document.write( ":  A group of friends decides to buy a vacation home for $120,000, sharing the cost equally. If they could find one more person to join them, each person's contribution would drop by $6,000. How many people are in the group?\r
\n" );
document.write( "\n" );
document.write( "Thank you so very much! \n" );
document.write( "
| Algebra.Com's Answer #17967 by mukhopadhyay(490)      You can put this solution on YOUR website! Assume that the group has x number of people \n" ); document.write( "Cost per head is 120,000/x \n" ); document.write( "Increasing the persons by one more will make the number of persons as (x+1) \n" ); document.write( "Cost per head will then be 120000/(x+1) \n" ); document.write( "As per the question, 120000/(x+1) = 120000/x - 6000 \n" ); document.write( "=>(120000/x)-[120000/(x+1)]=6000 \n" ); document.write( "=>120000[1/x - 1/(x+1)]=6000 \n" ); document.write( "=>20[1/x - 1/(x+1)] = 1 \n" ); document.write( "=>20[(x+1-x)/x(x+1)]=1 \n" ); document.write( "=>20[1/x(x+1)]=1 \n" ); document.write( "=>x(x+1)=20 \n" ); document.write( "=>x^2+x-20=0 \n" ); document.write( "=>(x+5)(x-4)=0 \n" ); document.write( "=>x=-5 or x=4\r \n" ); document.write( "\n" ); document.write( "Number of persons cannot be negative. So, total number of people in the group is 4. \n" ); document.write( " \n" ); document.write( " |