document.write( "Question 990633: Rahul average goes by 1 after scoring 21. His average goes by 2 more after the next score of 35. what is the total runs scored by rahul including 21 and 35 ? \n" ); document.write( "
Algebra.Com's Answer #610646 by anand429(138) You can put this solution on YOUR website! Let total runs scored before = x \n" ); document.write( "No of innings = y \n" ); document.write( "Avg. = x/y \n" ); document.write( "After scoring 21, \n" ); document.write( "Avg. = (x+21)/(y+1) which should be equal to (x/y) + 1 \n" ); document.write( "or, \n" ); document.write( "=> \n" ); document.write( "=> \n" ); document.write( "=> \n" ); document.write( "Similarly, \n" ); document.write( " \n" ); document.write( "=> \n" ); document.write( "=> \n" ); document.write( "Multiplying (i) by 2, we get, \n" ); document.write( " \n" ); document.write( "Subtracting (iii) from (ii) \n" ); document.write( " \n" ); document.write( "=> y = 10 (Since y can not be 0) \n" ); document.write( "Putting in (i) \n" ); document.write( "100-200 + x = 0 \n" ); document.write( "=> x = 100 \n" ); document.write( "So runs scored including 21 and 35 = 100 +21 +35 = 156 \n" ); document.write( " |