document.write( "Question 661017: if the average(arithmetic mean)of x,5x,and 6x is 8,what is the value of x ?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #411444 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "x, 5x, and 6x is 8\r\n" );
document.write( "\r\n" );
document.write( "To find the mean of some numbers you \r\n" );
document.write( "\r\n" );
document.write( "1.  add them \r\n" );
document.write( "2.  count the numbers\r\n" );
document.write( "3.  divide by the number of numbers\r\n" );
document.write( "\r\n" );
document.write( "So I will follow those instructions with x, 5x, and 6x\r\n" );
document.write( "\r\n" );
document.write( "1.  add them:   x + 5x + 6x = 12x\r\n" );
document.write( "2.  count the numbers:  x is one, 5x is two, and 6x is three. So there are 3 numbers.\r\n" );
document.write( "3.  divide by the number of numbers:  \"12x%2F3\" = 4x\r\n" );
document.write( "\r\n" );
document.write( "Now we are told that must equal to 8, so we write that 4x and then put = 8\r\n" );
document.write( "after it, like this\r\n" );
document.write( "\r\n" );
document.write( "     4x = 8\r\n" );
document.write( "\r\n" );
document.write( "Then we divide both sides by 4\r\n" );
document.write( "\r\n" );
document.write( "    \"4x%2F4\" = \"8%2F4\"\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    \"cross%284%29x%2Fcross%284%29\" = \"2\"\r\n" );
document.write( "\r\n" );
document.write( "    x = 2\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );