document.write( "Question 388245: What is the correct equation for the following:
\n" );
document.write( "Group goes to show, total ticket price $720, 4 people drop out, each ticket goes up $2. What is new ticket price?\r
\n" );
document.write( "\n" );
document.write( "My equation was 720/x + 720/(x-4) = 2, but I don't think that is correct!\r
\n" );
document.write( "\n" );
document.write( "Thanks! \n" );
document.write( "
Algebra.Com's Answer #274537 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let n=number of people and x=ticket price. \n" ); document.write( "nx=720 \n" ); document.write( "(n-4)(x+2)=720 group price must remain the same. \n" ); document.write( "nx+2n-4x-8=720 \n" ); document.write( "n=720/x \n" ); document.write( "720x/x + 2*720/x - 4x - 8 = 720 \n" ); document.write( "720 + 1440/x - 4x - 8 = 720 \n" ); document.write( "1440/x - 4x - 8 = 0 \n" ); document.write( "1440-4x^2-8x=0 \n" ); document.write( "4x^2+8x-1440=0 \n" ); document.write( "x^2+2x-360=0 \n" ); document.write( "(x-18)(x+20)=0 \n" ); document.write( "x=18 \n" ); document.write( "18+2=$20.00 new ticket price \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |