Given that a, b and c are three consecutive multiples of 5. Choose the correct option.
b = a + 5
c = b + 5
a = c - 10
The consecutive multiples of '5' differ by 5.
Here the first multiple is 'a'
So, b = a + 5
And , c = b + 5
Now, c = a + 5 + 5 (putting b = a + 5 )
c = a + 10
or, a = c - 10