document.write( "Question 1185287: the sum of three consecutive numbers is 63, find the numbers \n" ); document.write( "
Algebra.Com's Answer #816090 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! the sum of three consecutive numbers is 63, find the numbers \n" ); document.write( "-------- \n" ); document.write( "Assuming you mean integers: \n" ); document.write( "the middle integer is 63/3 \n" ); document.write( "----- \n" ); document.write( "If you wanna go around the barn: \n" ); document.write( "(x-1) + x + (x+1) = 63 \n" ); document.write( "3x = 63 \n" ); document.write( "x = 21 \n" ); document.write( " \n" ); document.write( " |