
Dom V. answered 11/23/15
Tutor
5.0
(119)
Cornell Engineering grad specializing in advanced math subjects
We can write the first integer as n to start. That means that its consecutive integer would be written as (n+1). The problem tells us "a positive integer squared" (n2 ) "plus 6 times its consecutive integer" (6(n+1) ) is 78. This produces an equation that can be factored (or plugged into the quadratic formula) to solve for the values of n that make it work.
n2+6(n+1)=78
n2+6n+6=78
n2+6n-72=0
(n+12)(n-6)=0
n={-12, 6}.
The question explicitly states that the integer is positive, so we reject the -12 and say that the two consecutive integers are 6 and 7.