SOLUTION: the way it is worded is this "find two consecutive positive even integers whose product is 624." I have no clue as to how to go about finding the answer.
Question 217782: the way it is worded is this "find two consecutive positive even integers whose product is 624." I have no clue as to how to go about finding the answer. Answer by Alan3354(69443) (Show Source):
You can put this solution on YOUR website! "find two consecutive positive even integers whose product is 624."
-------------
n = 1st number
n+2 = 2nd
n*(n+2) = 624
n^2 + 2n - 624 = 0
(n+26)*(n-24) = 0
n = 24