document.write( "Question 1044735: There are 200 people interested in playing in a basketball league. The leaders are going to divide all of the people into n teams.
\n" ); document.write( "What algebraic expression represents the number of players on each team?
\n" ); document.write( "After the teams were created the league merged with another league doubling every team. Write an expression to show this new number of players on each team?
\n" ); document.write( "If there were 25 teams, how many players will be on each team after the leagues combined. (use the expression from b)
\n" ); document.write( "

Algebra.Com's Answer #660088 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
\"+200%2Fn+\" people/team
\n" ); document.write( "---------------------
\n" ); document.write( "After merging:
\n" ); document.write( "\"+2%2A%28+200%2Fn+%29+=+400%2Fn+\" people/team
\n" ); document.write( "---------------------
\n" ); document.write( "\"+400%2Fn+=+400%2F25+\"
\n" ); document.write( "\"+400%2Fn+=+16+\"
\n" ); document.write( "There will be 16 people/team
\n" ); document.write( "
\n" );