document.write( "Question 447816: A soccer team won 3/8 of its games. If it lost 8 more games than it won, how many games did the team play? \n" ); document.write( "
Algebra.Com's Answer #308258 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
let g = number of games played.\r
\n" ); document.write( "\n" ); document.write( "==> \"%283g%29%2F8\" = games won
\n" ); document.write( "==> \"%285g%29%2F8\" = games lost
\n" ); document.write( "==> \"%283g%29%2F8++%2B+8+=+%285g%29%2F8\"\r
\n" ); document.write( "\n" ); document.write( "==> \"8+=+%282g%29%2F8\", or 8 = g/4 ==> g = 32, total number of games played.
\n" ); document.write( "
\n" );