document.write( "Question 316935: if a basketball team played 64 games and won 34 more games than loss answer is 15 and 49 how do we get this
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #226863 by tinbar(133)![]() ![]() ![]() You can put this solution on YOUR website! loss+win = 64 \n" ); document.write( "win = 34+loss\r \n" ); document.write( "\n" ); document.write( "plug in the second statement into the first \n" ); document.write( "loss+(34+loss) = 64 \n" ); document.write( "therefore loss = (64-34)/2 = 15 \n" ); document.write( "and from either statement 1 or 2 we can get the wins \n" ); document.write( "win = 34+loss = 34+15 = 49 \n" ); document.write( " |