document.write( "Question 253011: x+y =10 y+z = 15 x+z = 17
\n" );
document.write( "
\n" );
document.write( "What is the average (arithmetic mean) of x, y and z ?\r
\n" );
document.write( "\n" );
document.write( "(A) 21 (B) 17 (C) 15 (D) 7 (E) It cannot be determined from the information given \n" );
document.write( "
Algebra.Com's Answer #185273 by hokies(65)![]() ![]() You can put this solution on YOUR website! Add all 3 equations: \n" ); document.write( "2x+2y+2z = 42 \n" ); document.write( "x+y+z = 21 \n" ); document.write( "(x+y+z)/3 = 7 \n" ); document.write( "The answer is 7 \n" ); document.write( " |