document.write( "Question 1057912: The cost for a movie ticket is $8. The cost is reduced to $6 for groups of 10 or more. How many people must be in a group for them to save a total of $50? \n" ); document.write( "
Algebra.Com's Answer #672964 by ikleyn(52832)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "The cost for a movie ticket is $8. The cost is reduced to $6 for groups of 10 or more. How many people must be in a group
\n" ); document.write( "for them to save a total of $50?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "(8-6)*x = 50,\r\n" );
document.write( "\r\n" );
document.write( "2x = 50,\r\n" );
document.write( "\r\n" );
document.write( "x = 25.\r\n" );
document.write( "\r\n" );
document.write( "Sinse  25 >= 10,  the found value of \"x\" satisfies the condition.\r\n" );
document.write( "\r\n" );
document.write( "Answer. 25 people.\r\n" );
document.write( "

\n" ); document.write( "
\n" ); document.write( "
\n" );