Nathan B. answered 09/05/16
Tutor
5
(20)
Elementary and Algebraic skilled
Alright, so we have two numbers. Let's call them a and b
Here's what we know:
a + b = 505 (these two numbers added together make 505)
b = a + 1 (since they're consecutive, that means one number is 1 larger than the other)
We now have a value for one of the variables, so we plug that into the equation:
a + (a + 1) = 505
combine like terms (the 'a's):
2a + 1 = 505
Subtract 1 from both sides:
2a + 1 - 1 = 505 - 1
2a = 504
Divide both sides by 2:
2a / 2 = 504 / 2
a = 252
Now that we have a, we can solve for b:
b = 252 + 1
b = 253
check our answer:
252 + 253 = 505
505 = 505