
Aryan Y.
asked 02/04/16The sum of four consecutive integers is 508. Find the integers.
3 Answers By Expert Tutors
Arthur D. answered 02/04/16
Forty Year Educator: Classroom, Summer School, Substitute, Tutor

Peggy W. answered 02/04/16
The World's Last True Generalist
We only have to translate English to mathematical symbols:
Consecutive integers means that each integer is one greater than the one to the left on the number line. Therefore, we have x, then x+1, the x+2, the x+3. These expressions represent four consecutive integers. Now let's add them. Afterall, we are working with a sum and we know that the sum is 508. The word "is" is replaced with an equal mark.
4x + 6 = 508
Solve by cancelling the constant (6) first and balancing the equation:
x = 125.5
x + 1 = 126.5
x + 2 = 127.5
x + 3 = 128.5
Were you confused with the decimal digits?

Monte G. answered 02/04/16
Professional Software Developer willing to tutor
{
int B = A + 1;
int C = B + 1;
int D = C + 1;
if (A+B+C+D == 508)
{
Console.WriteLine("A=" + A + ",B=" + B + ",C=" + C + ",D=" + D);
}
}
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Monte G.
02/04/16