document.write( "Question 1043140: If a,b, and c are three integers where b=a+5 and c=b-1, then what is the result when the average of the three numbers is subtracted from the median?
\n" );
document.write( "A) 2
\n" );
document.write( "B) 1
\n" );
document.write( "C) 0
\n" );
document.write( "D) -1 \n" );
document.write( "
Algebra.Com's Answer #658280 by robertb(5830) You can put this solution on YOUR website! The numbers are a, b, c.\r \n" ); document.write( "\n" ); document.write( "After putting in the respective replacements, the numbers become \r \n" ); document.write( "\n" ); document.write( "a, a+5, a+4.\r \n" ); document.write( "\n" ); document.write( "In array format these numbers become\r \n" ); document.write( "\n" ); document.write( "a, a+4, a+5.\r \n" ); document.write( "\n" ); document.write( "The median is then a+4.\r \n" ); document.write( "\n" ); document.write( "The average of the three numbers is \n" ); document.write( "\n" ); document.write( "Therefore the difference between the median and the average is |