document.write( "Question 149813: This problem is from a chapter dealing with Quadratic Equations and Inequalities
\n" );
document.write( "The members of a travelling club plan to share equally the cost of a $150,000 motor home. If they can find 10 more people to join and share the cost, the cost per person will decrease by $1,250. How many members are there originally in the club? \n" );
document.write( "
Algebra.Com's Answer #109924 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=\"original members\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "each share is the amount ($150000) divided by the number of members (x or x+10) \n" ); document.write( "__ more members means the share is smaller\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "150000/x=[150000/(x+10)]+1250 __ dividing by 1250 __ 120/x=[120/(x+10)]+1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "multiplying by x(x+10) __ 120x+1200=120x+x^2+10x __ subtracting 120x+1200 __ 0=x^2+10x-1200\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "factoring __ 0=(x+40)(x-30)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x+40=0 __ x=-40 __ negative value not realistic\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x-30=0 __ x=30 \n" ); document.write( " |