document.write( "Question 1166316: The average of 6 consecutive odd numbers is 50. What is the least of these numbers?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #790800 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! For simplicity, let the smallest number be equal to n-5. \n" ); document.write( "Thus the average of the 6 numbers is A = [(n-5)+(n-3)+(n-1)+(n+1)+(n+3)+(n+5)]/6 \n" ); document.write( " = 6n/6 = 50 = n \n" ); document.write( "So the smallest number is 50-5 = 45 \n" ); document.write( " \n" ); document.write( " |