document.write( "Question 4706: The Arnold Inn offers two plans for wedding parties. Under plan A, the inn charges $30 for each person in attendance. Under plan B, the inn charges $1300 plus $20 for each person in excess of the first 25 who attend. For what size parties will plan B cost less? (Assume that more than 25 guests will attend.) \n" ); document.write( "
Algebra.Com's Answer #2431 by Abbey(339)\"\" \"About 
You can put this solution on YOUR website!
Let the number of people attending = x\r
\n" ); document.write( "\n" ); document.write( "Plan A cost is 25x ($25 for each person attending)
\n" ); document.write( "Plan B cost is 1300 + 20x ($1300 plus $20 for each attending)\r
\n" ); document.write( "\n" ); document.write( "Set up your inequality as:
\n" ); document.write( "Plan B < Plan A
\n" ); document.write( "1300+20x < 25x\r
\n" ); document.write( "\n" ); document.write( "Subtract 20x from both sides:
\n" ); document.write( "1300 < 5x\r
\n" ); document.write( "\n" ); document.write( "Divide both sides by 5\r
\n" ); document.write( "\n" ); document.write( "260 < x\r
\n" ); document.write( "\n" ); document.write( "So any number of guest greater than 260 will make plan B less expensive.
\n" ); document.write( "
\n" );