document.write( "Question 1017586: Ally Cat Bowling charges $5.00 for shoes and $2.00 for each game played. Bob's Bowling charges $2.00 for shoes and $3.00 for each game played. \r
\n" ); document.write( "\n" ); document.write( "Create a system to represent this situation. Use \"g\" for number of games and \"t\" for total cost.
\n" ); document.write( "

Algebra.Com's Answer #633859 by Cromlix(4381)\"\" \"About 
You can put this solution on YOUR website!
Hi there,
\n" ); document.write( "Ally Cat Bowling charges $5.00 for shoes and $2.00 for each game played.
\n" ); document.write( "t = $5.00 + $2.00g
\n" ); document.write( "Bob's Bowling charges $2.00 for shoes and $3.00 for each game played.
\n" ); document.write( "t = $2.00 + $3.00g
\n" ); document.write( "Hope this helps :-)
\n" ); document.write( "
\n" );