document.write( "Question 136877: In a baseball game 1/2 the number of runs scored by the winning team exceeds 5 by as much as 1/3 the losing teams runs exceeds 1. If the total runs scored is 18, what is the final score? \n" ); document.write( "
Algebra.Com's Answer #100188 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! In a baseball game 1/2 the number of runs scored by the winning team exceeds 5 by as much as 1/3 the losing teams runs exceeds 1. If the total runs scored is 18, what is the final score? \n" ); document.write( ": \n" ); document.write( "Let x = score of the winning team \n" ); document.write( "then \n" ); document.write( "(18-x) = score of the losing team \n" ); document.write( ": \n" ); document.write( "Write an equation for the statement \n" ); document.write( "\"In a baseball game 1/2 the number of runs scored by the winning team exceeds 5 by as much as 1/3 the losing teams runs exceeds 1.\" \n" ); document.write( ": \n" ); document.write( ".5x = 5 + \n" ); document.write( ".5x = 5 + 6 - \n" ); document.write( ".5x = 10 - \n" ); document.write( "1.5x = 30 - x; multiplied by 3 to get rid of the denominator \n" ); document.write( "1.5x + x = 30 \n" ); document.write( "x = \n" ); document.write( "x = 12 is the score of the winning team \n" ); document.write( "then \n" ); document.write( "18 - 12 = 6 is the score of the losing team \n" ); document.write( ": \n" ); document.write( "Final score 12 - 6 \n" ); document.write( " |