document.write( "Question 1039016: there are three arithmetic means between a and b in an arithmetic sequence . the average of the arithmetic means is 6 . what is the average of a and b
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #653957 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
Let the arithmetic sequence be a,x,y,z,b. The common difference would then be \"%28b-a%29%2F4\" (since there are four spaces between the numbers.)
\n" ); document.write( "Hence \"x+=+a%2B%28b-a%29%2F4\",
\n" ); document.write( "\"y+=+a%2B+2%2A%28b-a%29%2F4\", and
\n" ); document.write( "\"z+=+a%2B+3%2A%28b-a%29%2F4\".\r
\n" ); document.write( "\n" ); document.write( "==> \r
\n" ); document.write( "\n" ); document.write( "Therefore the average of a and b is 6.
\n" ); document.write( "
\n" );