document.write( "Question 816103: [ If three numbers average 6, and two of these average 5, what is the third number? ]
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #491357 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! (i + j + k)/3 = 6 \n" ); document.write( "i + j + k = 18 \n" ); document.write( "--- \n" ); document.write( "(i + j)/2 = 5 \n" ); document.write( "i + j = 10 \n" ); document.write( "i = 10 - j \n" ); document.write( "--- \n" ); document.write( "i + j + k = 18 \n" ); document.write( "10 + k = 18 \n" ); document.write( "--- \n" ); document.write( "Answer: \n" ); document.write( "k = 8 \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( " |