document.write( "Question 614891: The mean of twelve consecutive numbers is 3, and when another number is being added the result is 5. What is the thirteent number? \n" ); document.write( "
Algebra.Com's Answer #386803 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The mean of twelve consecutive numbers is 3, \n" ); document.write( "That means the total value of the 12 numbers is +36 \n" ); document.write( ": \n" ); document.write( "when another number is being added the result is 5. What is the thirteenth number? \n" ); document.write( "let x = the value of the 13th number \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( "36 + x = 5(13) \n" ); document.write( "x = 65 - 36 \n" ); document.write( "x = 29 is the 13th number \n" ); document.write( " |