The sum of three consecutive odd integers is 63, what are the three integers?

1 Answer
Feb 1, 2016

first integer#=19#
second integer#=21#
third integer #=23#

Explanation:

To solve this problem, we will need to set up an equation. But first, we need to make let statements to let others know what each variable or expression represents. Since each consecutive odd integer is separated by a difference of #2#, your let statements are:

Let #x# be the first integer.
Let #x+2# be the second integer.
Let #x+4# be the third integer.

The sum of the three consecutive odd integers is #63#, so your equation is:

#(x)+(x+2)+(x+4)=63#

Then solve for #x#:

#(x)+(x+2)+(x+4)=63#

#x+x+2+x+4=63#

#3x+6=63#

#3x+6# #color(red)(-6)=63# #color(red)(-6)#

#3x=57#

#3xcolor(red)(-:3)=57color(red)(-:3)#

#x=19#

Now that you know your first integer has a value of #19#, substitute #x=19# into #x+2# and #x+4# to find the values of the second and third integers.

#x+2color(white)(XXXXXXXXXXXX)x+4#

#=(19)+2color(white)(XXXXXXXXX)=(19)+4#

#=21color(white)(XXXXXXXXXXXX)=23#

#:.#, the integers are #19#, #21#, and #23#.