document.write( "Question 1153094: A soccer league offers 2 options for membership plans. Option A includes an initial fee of $40 and costs $5 for each game played. Option B costs $10 for each game played. After how many games will the total costs of the 2 options be the same. \n" ); document.write( "
Algebra.Com's Answer #775315 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
option A costs 40 + 5x
\n" ); document.write( "option B costs 10x
\n" ); document.write( "x represents the number of games played.
\n" ); document.write( "the cost for each plan will be the same when 40 + 5x = 10x
\n" ); document.write( "subtract 5x from both sides of this equation to get:
\n" ); document.write( "40 = 5x
\n" ); document.write( "solve for x to get:
\n" ); document.write( "x = 40/5 = 8
\n" ); document.write( "the costs for each plan will be the same when the number of games played is 8.
\n" ); document.write( "plan A would cost 40 + 5 * 8 = 40 + 40 = 80
\n" ); document.write( "plan B would cost 10 * 8 = 80.
\n" ); document.write( "
\n" ); document.write( "
\n" );