document.write( "Question 986585: You can represent an odd integer with the expression 2n+1, where n is any integer. Write and solve an equation to find three consecutive add integers that have a sum of 63. \n" ); document.write( "
Algebra.Com's Answer #607358 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! You can represent an odd integer with the expression 2n+1, where n is any integer. Write and solve an equation to find three consecutive add integers that have a sum of 63. \n" ); document.write( "================= \n" ); document.write( "(n-2) + n + (n+2) = 63 \n" ); document.write( "3n = 63 \n" ); document.write( "n = 21 \n" ); document.write( "--> 19, 21, 23 \n" ); document.write( " |