John M. answered 11/18/16
Tutor
5.0
(87)
Certified Math Teacher with Statistics Masters
Consecutive numbers mean that they follow each other.
2, 3, 4, 5, ... are consecutive numbers.
3, 5, 7, 9, ... are consecutive odd numbers.
If you look closely, adding 2 to an odd number gives you the next consecutive odd number.
If n = 1st number, then n + 2 = 2nd number.
Product means multiply, sum means add, and less than means subtract from. Also, is always means equals.
Therefore,
n(n+2) = 4[n + (n+2)] - 1
n(n+2) = 4(2n + 2) -1
n2+2n = 8n + 8 -1
n2+2n = 8n + 7
n2-6n-7 =0
If you factor the quadratic:
(n-7)(n+1)=0
n-7 = 0 or n+1= 0
n=7 meaning the numbers are 7 and 9.
or
n=-1 meaning the numbers are -1 and 1.