document.write( "Question 599458: MY question is this:\r
\n" );
document.write( "\n" );
document.write( "I need to be able to build a 2x2 linear equation from this question; A baseball team plays 162 games in its season. In a recent year, the team won 34 more games than it lost. How many games did the team win and how many did it lose? \r
\n" );
document.write( "\n" );
document.write( "I do not know how to build an equation from that, What should the \"x\" value be for the games won or lost in the equations? \n" );
document.write( "
Algebra.Com's Answer #378954 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! I need to be able to build a 2x2 linear equation from this question; A baseball team plays 162 games in its season. In a recent year, the team won 34 more games than it lost. How many games did the team win and how many did it lose? \n" ); document.write( ". \n" ); document.write( "Let x = games won \n" ); document.write( "and y = games lost \n" ); document.write( ". \n" ); document.write( "From:\"A baseball team plays 162 games\" we get equation 1: \n" ); document.write( "x + y = 162 \n" ); document.write( ". \n" ); document.write( "From:\"the team won 34 more games than it lost\" we get equation 2: \n" ); document.write( "x = y + 34 \n" ); document.write( ". \n" ); document.write( "the system of equation is: \n" ); document.write( "x + y = 162 \n" ); document.write( "x = y + 34 \n" ); document.write( ". \n" ); document.write( "modify the second equation and add both: \n" ); document.write( "x + y = 162 \n" ); document.write( "x - y = 34 \n" ); document.write( "------------- \n" ); document.write( "2x = 196 \n" ); document.write( "x = 98 (games won) \n" ); document.write( ". \n" ); document.write( "Find games lost by substituting above into: \n" ); document.write( "x + y = 162 \n" ); document.write( "98 + y = 162 \n" ); document.write( "y = 162-98 \n" ); document.write( "y = 64 (games lost) \n" ); document.write( " \n" ); document.write( " |