the sum of three consecutive number is 18 find the sum of the next three consecutive numbers
Answers
Solution:
Let the three consecutive Integers be x, x+1 and x+2.
According to the question, their sum is 18.
Translation :
x + x + 1 + x + 2 = 18
3x + 3 = 18
3x = 18 - 3
3x = 15
x = 15/3
x = 5
Therefore, consecutive Integers are :
• 5
• 5+1 = 6
• 5+2 = 7
Next three Integers : x + 3, x + 4, x + 5.
5+3 = 8
5+4 = 9
5+5 = 10
Let the first number be x.
Second number = ( x + 1 )
Third number = ( x + 2 )
x + ( x + 1 ) + ( x + 2 ) = 18
3x + 3 = 18
3x = 18 - 3
3x = 15
x = 15/3
x = 5
First number = 5
Second number = ( x + 1 ) = ( 5 + 1 ) = 6
Third number = ( x + 2 ) = ( 5 + 2 ) = 7
Hence the next three consecutive numbers are :-
Fourth number = ( x + 3 ) = ( 5 + 3 ) = 8
Fifth number = ( x + 4 ) = ( 5 + 4 ) = 9
Sixth number = ( x + 5 ) = ( 5 + 5 ) = 10
Sum of next three consecutive numbers = 8 + 9 + 10 = 27
Please mark my answer as brainliest if it helps you.......