document.write( "Question 155839: how do i work out a formula when asked the question \"i played 34 basketball games and won 8 more than i lost,...how many games did i win
\n" );
document.write( " thank you \n" );
document.write( "
Algebra.Com's Answer #114787 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! work out a formula when asked the question \"i played 34 basketball games and won 8 more than i lost,...how many games did i win \n" ); document.write( "---------------- \n" ); document.write( "Let the number of your wins be \"x\" \n" ); document.write( "Then the number of your losses is \"x+8\". \n" ); document.write( "----------------------- \n" ); document.write( "EQUATION: \n" ); document.write( "wins + losses = 34 \n" ); document.write( "x + (x+8) = 34 \n" ); document.write( "2x +8 = 34 \n" ); document.write( "2x = 26 \n" ); document.write( "x = 13 (number of wins) \n" ); document.write( "x+8 = 21 (number of losses) \n" ); document.write( "=============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |