document.write( "Question 331767: Five numbers are represented by:x - 1, 12, x, x + 1, and 13.The sum of the numbers is 58.What is the median of the five numbers? \n" ); document.write( "
| Algebra.Com's Answer #237837 by jrfrunner(365)     You can put this solution on YOUR website! first solve for x \n" ); document.write( "given \n" ); document.write( "x - 1, 12, x, x + 1, and 13 and they sum to 58\r \n" ); document.write( "\n" ); document.write( "(x-1) + 12+x+(x+1)+13=58 \n" ); document.write( "3x+25=58 \n" ); document.write( "x=11 \n" ); document.write( "---- \n" ); document.write( "Now, replace x=11 to find the actual five numbers \n" ); document.write( "10,12,11,12,13 \n" ); document.write( "----- \n" ); document.write( "order the numbers \n" ); document.write( "10,11,12,12,13 \n" ); document.write( "--- \n" ); document.write( "the median is the value such that half the numbers are below and half above it \n" ); document.write( "if the set of numbers is odd, the median is the middle value, if the set of numbers is even, the median is the average of the two middle values \n" ); document.write( "-- \n" ); document.write( "so median is the 3rd value: 12 \n" ); document.write( " \n" ); document.write( " |