document.write( "Question 926772: The average score of a batsman in 6 matches is 75 and his average score in the first five matches is 80. Find his score in the sixth match?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #562439 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! x = score in 6th match \n" ); document.write( "y = average score in first 5 matches = 80 \n" ); document.write( "--- \n" ); document.write( "(y*5 + x)/6 = 75 \n" ); document.write( "80*5 + x = 75*6 \n" ); document.write( "400 + x = 450 \n" ); document.write( "x = 50 \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "x = score in 6th match = 50 \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |