document.write( "Question 268983: Insert K arithmetic means betweens the given numbers.
\n" );
document.write( "11/3 and 6; k=4 \n" );
document.write( "
Algebra.Com's Answer #197125 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! start with : 11/3 \n" ); document.write( "convert it to 55/15 \n" ); document.write( "first arithmetic mean: add 7/15 = 62/15 \n" ); document.write( "second arithmetic mean: add 7/15 = 69/15 \n" ); document.write( "third arithmetic mean: add 7/15 = 76/15 \n" ); document.write( "fourth arithmetic mean: add 7/15 = 83/15 \n" ); document.write( "ending with: 83/15 + 7/15 = 90/15 = 6 \n" ); document.write( " |