document.write( "Question 1182758: The sport of bingbong involves two players. Each match consists of a number of rounds and each round consists of a number of points. The first player to win four points in a round wins the round. The first player to win six rounds in a match wins the match.
\n" ); document.write( "Suppose that after a match of bingbong, the winner has won W points while the loser has won L points. What is the largest possible value of L-W?
\n" ); document.write( "

Algebra.Com's Answer #813020 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
Suppose there are two players A and B, and assume that A has won the game. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "It is quite apparent that the maximum number of rounds the game could have taken was 11, with A winning 6 of those rounds and B winning the other five, with A
\n" ); document.write( "winning the 11th and final round. To maximize the value of L-W, we determine the scenario where A has won by the slimmest of margins, i.e., 4 - 3 (in 6 games), and
\n" ); document.write( "lost by the widest of margins, i.e., 0 - 4 (in 5 games). \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The largest value of L-W would then be 6*3 + 5*4 - (6*4 + 5*0) = 18 + 20 - 24 = 14.
\n" ); document.write( "
\n" );